/l3/users/12-12-2011/NT-Lnet/debian3.net.nt/root :1 :2 :3 :4 :5 :6 :7 :8 |
|
#auto lo
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:198 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:16864 (16.4 KiB) TX bytes:24714 (24.1 KiB) Interrupt:5 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 00:16:3e:00:01:03 ... RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:11 Base address:0x200 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#auto lo
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:198 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:16864 (16.4 KiB) TX bytes:24714 (24.1 KiB) Interrupt:5 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 00:16:3e:00:01:03 ... RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:11 Base address:0x200 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:215 errors:0 dropped:0 overruns:0 frame:0 TX packets:172 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18191 (17.7 KiB) TX bytes:30498 (29.7 KiB) Interrupt:5 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:215 errors:0 dropped:0 overruns:0 frame:0 TX packets:172 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18191 (17.7 KiB) TX bytes:30498 (29.7 KiB) Interrupt:5 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#route
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface localnet * 255.255.255.0 U 0 0 0 eth0 default fobos.net.nt 0.0.0.0 UG 0 0 0 eth0 |
#route
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface localnet * 255.255.255.0 U 0 0 0 eth0 default fobos.net.nt 0.0.0.0 UG 0 0 0 eth0 |
#nano /etc/network/interfaces
--- /tmp/l3-saved-1561.26508.6394 2011-12-13 09:21:13.000000000 +0200 +++ /etc/network/interfaces 2011-12-13 09:24:13.000000000 +0200 @@ -1,8 +1,20 @@ auto lo iface lo inet loopback -auto eth0 +auto eth0 iface eth0 inet static address 192.168.16.3 netmask 255.255.255.0 gateway 192.168.16.254 + +auto eth1 +iface eth1 inet static + address 192.168.30.62 + netmask 255.255.255.192 + gateway 192.168.30.1 + +auto eth2 +iface eth2 inet static + address 192.168.30.65 + netmask 255.255.255.192 + |
#auto lo
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...ifcdone. |
#auto lo
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...ifcdone. |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:961 errors:0 dropped:0 overruns:0 frame:0 TX packets:605 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:77230 (75.4 KiB) TX bytes:96729 (94.4 KiB) Interrupt:5 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 00:16:3e:00:01:03 ... RX bytes:0 (0.0 B) TX bytes:238 (238.0 B) Interrupt:11 Base address:0x200 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:961 errors:0 dropped:0 overruns:0 frame:0 TX packets:605 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:77230 (75.4 KiB) TX bytes:96729 (94.4 KiB) Interrupt:5 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 00:16:3e:00:01:03 ... RX bytes:0 (0.0 B) TX bytes:238 (238.0 B) Interrupt:11 Base address:0x200 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 0.0.0.0 192.168.16.254 0.0.0.0 UG 0 0 0 eth0 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 0.0.0.0 192.168.16.254 0.0.0.0 UG 0 0 0 eth0 |
#ping 192.168.30.191
PING 192.168.30.191 (192.168.30.191) 56(84) bytes of data. C^C --- 192.168.30.191 ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 1999ms |
#ping 192.168.30.191
PING 192.168.30.191 (192.168.30.191) 56(84) bytes of data. C^C --- 192.168.30.191 ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 1999ms |
#vim /etc/vim/vimrc
|
#vim /etc/vim/vimrc
|
#vim /etc/vim/vimrc
|
#vim /etc/vim/vimrc
|
#vim /etc/vim/vimrc
--- /tmp/l3-saved-1561.25332.11146 2011-12-13 09:28:51.000000000 +0200 +++ /etc/vim/vimrc 2011-12-13 09:29:44.000000000 +0200 @@ -17,7 +17,7 @@ " Vim5 and later versions support syntax highlighting. Uncommenting the next " line enables syntax highlighting by default. -"syntax on +syntax on " If using a dark background within the editing area and syntax highlighting " turn on this option as well |
#vim /etc/network/interfaces
--- /tmp/l3-saved-1561.3343.1032 2011-12-13 09:30:42.000000000 +0200 +++ /etc/network/interfaces 2011-12-13 09:30:55.000000000 +0200 @@ -11,7 +11,7 @@ iface eth1 inet static address 192.168.30.62 netmask 255.255.255.192 - gateway 192.168.30.1 +# gateway 192.168.30.1 auto eth2 iface eth2 inet static |
#/etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...done. |
#/etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...done. |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.16.254 0.0.0.0 UG 0 0 0 eth0 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.16.254 0.0.0.0 UG 0 0 0 eth0 |
#vim /etc/network/interfaces
--- /tmp/l3-saved-1561.25785.11967 2011-12-13 09:32:38.000000000 +0200 +++ /etc/network/interfaces 2011-12-13 09:33:02.000000000 +0200 @@ -11,10 +11,9 @@ iface eth1 inet static address 192.168.30.62 netmask 255.255.255.192 -# gateway 192.168.30.1 auto eth2 iface eth2 inet static address 192.168.30.65 netmask 255.255.255.192 - + gateway 192.168.30.1 |
#/etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...SIOCDELRT: No such process SIOCADDRT: No such process Failed to bring up eth2. done. |
#/etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...SIOCDELRT: No such process SIOCADDRT: No such process Failed to bring up eth2. done. |
#~
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2061 errors:0 dropped:0 overruns:0 frame:0 TX packets:1357 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:168877 (164.9 KiB) TX bytes:255381 (249.3 KiB) Interrupt:5 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 00:16:3e:00:01:03 ... RX bytes:0 (0.0 B) TX bytes:936 (936.0 B) Interrupt:11 Base address:0x200 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#~
eth0 Link encap:Ethernet HWaddr 00:16:3e:00:00:03 inet addr:192.168.16.3 Bcast:192.168.16.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe00:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2061 errors:0 dropped:0 overruns:0 frame:0 TX packets:1357 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:168877 (164.9 KiB) TX bytes:255381 (249.3 KiB) Interrupt:5 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 00:16:3e:00:01:03 ... RX bytes:0 (0.0 B) TX bytes:936 (936.0 B) Interrupt:11 Base address:0x200 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) |
#route
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 * 255.255.255.192 U 0 0 0 eth2 192.168.30.0 * 255.255.255.192 U 0 0 0 eth1 localnet * 255.255.255.0 U 0 0 0 eth0 default net.nt 0.0.0.0 UG 0 0 0 eth0 |
#route
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 * 255.255.255.192 U 0 0 0 eth2 192.168.30.0 * 255.255.255.192 U 0 0 0 eth1 localnet * 255.255.255.0 U 0 0 0 eth0 default net.nt 0.0.0.0 UG 0 0 0 eth0 |
#vim /etc/network/interfaces
--- /tmp/l3-saved-1561.27548.218 2011-12-13 09:34:04.000000000 +0200 +++ /etc/network/interfaces 2011-12-13 09:34:18.000000000 +0200 @@ -16,4 +16,3 @@ iface eth2 inet static address 192.168.30.65 netmask 255.255.255.192 - gateway 192.168.30.1 |
#route
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 * 255.255.255.192 U 0 0 0 eth2 192.168.30.0 * 255.255.255.192 U 0 0 0 eth1 localnet * 255.255.255.0 U 0 0 0 eth0 default 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 default fobos.net.nt 0.0.0.0 UG 0 0 0 eth0 |
#route
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 * 255.255.255.192 U 0 0 0 eth2 192.168.30.0 * 255.255.255.192 U 0 0 0 eth1 localnet * 255.255.255.0 U 0 0 0 eth0 default 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 default fobos.net.nt 0.0.0.0 UG 0 0 0 eth0 |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=1.88 ms 64 bytes from 192.168.30.1: icmp_req=2 ttl=64 time=1.24 ms ^C --- 192.168.30.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 1.244/1.565/1.886/0.321 ms |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=1.88 ms 64 bytes from 192.168.30.1: icmp_req=2 ttl=64 time=1.24 ms ^C --- 192.168.30.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 1.244/1.565/1.886/0.321 ms |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 0.0.0.0 192.168.16.254 0.0.0.0 UG 0 0 0 eth0 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 0.0.0.0 192.168.16.254 0.0.0.0 UG 0 0 0 eth0 |
#ipt
iptables iptables-multi iptables-save iptunnel iptables-apply iptables-restore iptables-xml |
#ipt
iptables iptables-multi iptables-save iptunnel iptables-apply iptables-restore iptables-xml |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=1.82 ms ^C --- 192.168.30.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.823/1.823/1.823/0.000 ms |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=1.82 ms ^C --- 192.168.30.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.823/1.823/1.823/0.000 ms |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=2.26 ms 64 bytes from 192.168.30.1: icmp_req=2 ttl=64 time=1.72 ms 64 bytes from 192.168.30.1: icmp_req=3 ttl=64 time=1.79 ms ^C --- 192.168.30.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.722/1.927/2.267/0.244 ms |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=2.26 ms 64 bytes from 192.168.30.1: icmp_req=2 ttl=64 time=1.72 ms 64 bytes from 192.168.30.1: icmp_req=3 ttl=64 time=1.79 ms ^C --- 192.168.30.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.722/1.927/2.267/0.244 ms |
#route add default gw 192.168.30.1 dev eth2
SIOCADDRT: Нет такого процесса |
#route add default gw 192.168.30.1 dev eth2
SIOCADDRT: Нет такого процесса |
#vim /etc/sysctl.conf
--- /tmp/l3-saved-1561.22038.18921 2011-12-13 09:48:25.000000000 +0200 +++ /etc/sysctl.conf 2011-12-13 09:48:35.000000000 +0200 @@ -25,7 +25,7 @@ #net.ipv4.tcp_syncookies=1 # Uncomment the next line to enable packet forwarding for IPv4 -#net.ipv4.ip_forward=1 +net.ipv4.ip_forward=1 # Uncomment the next line to enable packet forwarding for IPv6 # Enabling this option disables Stateless Address Autoconfiguration |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 |
#route add -net 192.168.30.64 netmask gw 192.168.30.126
gw: Неизвестный хост |
#ping 4.8
PING 4.8 (4.0.0.8) 56(84) bytes of data. ^C --- 4.8 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1007ms |
#ping 4.8
PING 4.8 (4.0.0.8) 56(84) bytes of data. ^C --- 4.8 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1007ms |
#ping ya.ru
PING ya.ru (213.180.204.3) 56(84) bytes of data. ^C --- ya.ru ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1007ms |
#ping ya.ru
PING ya.ru (213.180.204.3) 56(84) bytes of data. ^C --- ya.ru ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1007ms |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.30.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2 192.168.30.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1 192.168.16.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 eth1 |
#ping ya.ru\
> PING ya.ru (213.180.193.3) 56(84) bytes of data. ^C --- ya.ru ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1011ms |
#ping ya.ru\
> PING ya.ru (213.180.193.3) 56(84) bytes of data. ^C --- ya.ru ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1011ms |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=40.7 ms 64 bytes from 192.168.30.1: icmp_req=2 ttl=64 time=8.07 ms ^C --- 192.168.30.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 8.076/24.421/40.767/16.346 ms |
#ping 192.168.30.1
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data. 64 bytes from 192.168.30.1: icmp_req=1 ttl=64 time=40.7 ms 64 bytes from 192.168.30.1: icmp_req=2 ttl=64 time=8.07 ms ^C --- 192.168.30.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 8.076/24.421/40.767/16.346 ms |
#ping 4.8
PING 4.8 (4.0.0.8) 56(84) bytes of data. ^C --- 4.8 ping statistics --- 85 packets transmitted, 0 received, 100% packet loss, time 84163ms |
#ping 4.8
PING 4.8 (4.0.0.8) 56(84) bytes of data. ^C --- 4.8 ping statistics --- 85 packets transmitted, 0 received, 100% packet loss, time 84163ms |
Время первой команды журнала | 08:18:45 2011-12-13 | |||||||||||||||||||||||||||||||||
Время последней команды журнала | 09:14:37 2011-12-13 | |||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 100 | |||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 17.00 | |||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 0.00 | |||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 0.93 | |||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.79 | |||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.
Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
$ l s-l bash: l: command not found |
Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
$ test 5 -lt 4 |
Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
$ find / -name abc find: /home/devi-orig/.gnome2: Keine Berechtigung find: /home/devi-orig/.gnome2_private: Keine Berechtigung find: /home/devi-orig/.nautilus/metafiles: Keine Berechtigung find: /home/devi-orig/.metacity: Keine Berechtigung find: /home/devi-orig/.inkscape: Keine Berechtigung ^C |
Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
# id uid=0(root) gid=0(root) Gruppen=0(root) |
Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
$ vi ~/.bashrc
|
Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
$ patch ~/.bashrc |
Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.
Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.
Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.
Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора
Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.
Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.
Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:
$ whoami
user
$ #^ Интересно, кто я?в журнале это будет выглядеть так:
$ whoami
user
Интересно, кто я? |
Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:
$ whoami
user
$ cat > /dev/null #^ Интересно, кто я?
Программа whoami выводит имя пользователя, под которым мы зарегистрировались в системе. - Она не может ответить на вопрос о нашем назначении в этом мире.В журнале это будет выглядеть так:
$ whoami user
|
Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=
1 2 3 4Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.
LiLaLo (L3) расшифровывается как Live Lab Log.
Программа разработана для повышения эффективности обучения Unix/Linux-системам.
(c) Игорь Чубин, 2004-2008