/l3/users/clint/nt-lnet-2006-06-26/linux2.unix.nt/user :1 :2 :3 :4 :5 :6 :7 |
|
#route -n
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.16.126 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 192.168.16.1 0.0.0.0 UG 0 0 0 mega-eth |
#route add default gw 192.168.15.254 netmask 255.255.255.0
SIOCADDRT: Network is unreachable |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.16.65 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4912 errors:0 dropped:0 overruns:1 frame:0 TX packets:1951 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:672658 (656.8 KiB) TX bytes:279892 (273.3 KiB) Interrupt:209 Base address:0xdc00 lo Link encap:Local Loopback ... collisions:0 txqueuelen:0 RX bytes:29912 (29.2 KiB) TX bytes:29912 (29.2 KiB) mega-eth Link encap:Ethernet HWaddr 00:07:E9:45:0D:2C inet addr:192.168.16.62 Bcast:192.168.16.255 Mask:255.255.255.128 inet6 addr: fe80::207:e9ff:fe45:d2c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:539 errors:0 dropped:0 overruns:0 frame:0 TX packets:585 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:48373 (47.2 KiB) TX bytes:211178 (206.2 KiB) |
#ifconfig mega-eth 192.168.16.62 netmask 255.255.255.192
|
#ifconfig
|
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.16.65 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4914 errors:0 dropped:0 overruns:1 frame:0 TX packets:1964 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:672778 (657.0 KiB) TX bytes:280826 (274.2 KiB) Interrupt:209 Base address:0xdc00 lo Link encap:Local Loopback ... collisions:0 txqueuelen:0 RX bytes:29912 (29.2 KiB) TX bytes:29912 (29.2 KiB) mega-eth Link encap:Ethernet HWaddr 00:07:E9:45:0D:2C inet addr:192.168.16.62 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::207:e9ff:fe45:d2c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:539 errors:0 dropped:0 overruns:0 frame:0 TX packets:585 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:48373 (47.2 KiB) TX bytes:211178 (206.2 KiB) |
#route add -e -net 192.168.16.64 netmask 255.255.255.192 gw 1
|
#route add -e -net 192.168.16.64 netmask 255.255.255.192 gw 1
|
#route add -e -net 192.168.16.64 netmask 255.255.255.192 gw 1
6.126 SIOCADDRT: Network is unreachable |
#route add -e -net 192.168
|
#mii-tool
eth0: negotiated 100baseTx-FD flow-control, link ok |
#mii-tool mega-eth
mega-eth: negotiated 100baseTx-FD flow-control, link ok |
#route add -e -net 192.168.16.64 netmask 255.255.255.192 gw 1
|
#ping 192.168.15.25
PING 192.168.15.25 (192.168.15.25) 56(84) bytes of data. --- 192.168.15.25 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 999ms |
#ping 192.168.16.1
PING 192.168.16.1 (192.168.16.1) 56(84) bytes of data. 64 bytes from 192.168.16.1: icmp_seq=1 ttl=64 time=0.275 ms 64 bytes from 192.168.16.1: icmp_seq=2 ttl=64 time=0.132 ms --- 192.168.16.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 0.132/0.203/0.275/0.072 ms |
#route add -e -net 192.168.16.0 netmask 255.255.255.192 gw 19
|
#ping mail.ru
PING mail.ru (194.67.57.26) 56(84) bytes of data. --- mail.ru ping statistics --- 19 packets transmitted, 0 received, 100% packet loss, time 17998ms |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 192.168.16.1 255.255.255.192 UG 0 0 0 mega-eth 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.15.0 192.168.16.1 255.255.255.0 UG 0 0 0 mega-eth 0.0.0.0 192.168.16.126 0.0.0.0 UG 0 0 0 eth0 |
#route -n
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.15.0 192.168.16.1 255.255.255.0 UG 0 0 0 mega-eth 0.0.0.0 192.168.16.126 0.0.0.0 UG 0 0 0 eth0 |
#route -n
|
#ping mail.ru
PING mail.ru (194.67.57.26) 56(84) bytes of data. --- mail.ru ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 1999ms |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.15.0 192.168.16.1 255.255.255.0 UG 0 0 0 mega-eth 0.0.0.0 192.168.16.126 0.0.0.0 UG 0 0 0 eth0 |
#route -n
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.15.0 192.168.16.1 255.255.255.0 UG 0 0 0 mega-eth |
#route -n
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth |
#route add default gw 192.168.16.1
|
#ping mail.ru
PING mail.ru (194.67.57.26) 56(84) bytes of data. 64 bytes from mail.ru (194.67.57.26): icmp_seq=1 ttl=111 time=90.3 ms 64 bytes from mail.ru (194.67.57.26): icmp_seq=2 ttl=111 time=127 ms --- mail.ru ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 90.300/108.967/127.634/18.667 ms |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 0.0.0.0 192.168.16.1 0.0.0.0 UG 0 0 0 mega-eth |
#ping 192.168.16.126
PING 192.168.16.126 (192.168.16.126) 56(84) bytes of data. From 192.168.16.1: icmp_seq=1 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=2 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=3 Redirect Host(New nexthop: 192.168.16.62) --- 192.168.16.126 ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 2001ms |
#echo 1 > /proc/sys/net/ipv4/ip_forward
|
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.16.65 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4919 errors:0 dropped:0 overruns:1 frame:0 TX packets:2006 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:673078 (657.3 KiB) TX bytes:284440 (277.7 KiB) Interrupt:209 Base address:0xdc00 lo Link encap:Local Loopback ... collisions:0 txqueuelen:0 RX bytes:29912 (29.2 KiB) TX bytes:29912 (29.2 KiB) mega-eth Link encap:Ethernet HWaddr 00:07:E9:45:0D:2C inet addr:192.168.16.62 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::207:e9ff:fe45:d2c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:667 errors:0 dropped:0 overruns:0 frame:0 TX packets:782 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:58438 (57.0 KiB) TX bytes:355554 (347.2 KiB) |
#ping 192.168.16.1
PING 192.168.16.1 (192.168.16.1) 56(84) bytes of data. 64 bytes from 192.168.16.1: icmp_seq=1 ttl=64 time=0.168 ms --- 192.168.16.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.168/0.168/0.168/0.000 ms |
#ping 192.168.16.126
PING 192.168.16.126 (192.168.16.126) 56(84) bytes of data. From 192.168.16.1: icmp_seq=1 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=2 Redirect Host(New nexthop: 192.168.16.62) --- 192.168.16.126 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1000ms |
#route add -e -net 192.168.16.64 netmask 255.255.255.192 gw 1
2.168.16.126 |
#ifconfig mega-eth 192.168.16.65 netmask 255.255.255.192
|
#ifconfig mega-eth 192.168.16.65 netmask 255.255.255.192
|
#ping 192.168.16.126
PING 192.168.16.126 (192.168.16.126) 56(84) bytes of data. From 192.168.16.65 icmp_seq=1 Destination Host Unreachable From 192.168.16.65 icmp_seq=2 Destination Host Unreachable From 192.168.16.65 icmp_seq=3 Destination Host Unreachable From 192.168.16.65 icmp_seq=4 Destination Host Unreachable From 192.168.16.65 icmp_seq=5 Destination Host Unreachable From 192.168.16.65 icmp_seq=6 Destination Host Unreachable From 192.168.16.65 icmp_seq=7 Destination Host Unreachable From 192.168.16.65 icmp_seq=8 Destination Host Unreachable From 192.168.16.65 icmp_seq=9 Destination Host Unreachable --- 192.168.16.126 ping statistics --- 11 packets transmitted, 0 received, +9 errors, 100% packet loss, time 9998ms , pipe 4 |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.16.65 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4946 errors:0 dropped:0 overruns:1 frame:0 TX packets:2006 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:674698 (658.8 KiB) TX bytes:284440 (277.7 KiB) Interrupt:209 Base address:0xdc00 lo Link encap:Local Loopback ... collisions:0 txqueuelen:0 RX bytes:31144 (30.4 KiB) TX bytes:31144 (30.4 KiB) mega-eth Link encap:Ethernet HWaddr 00:07:E9:45:0D:2C inet addr:192.168.16.65 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::207:e9ff:fe45:d2c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:695 errors:0 dropped:0 overruns:0 frame:0 TX packets:832 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:60544 (59.1 KiB) TX bytes:367825 (359.2 KiB) |
#ifconfig mega-eth 192.168.16.65 netmask 255.255.255.192
|
#ifconfig mega-eth 192.168.16.62 netmask 255.255.255.192
|
#ping -I eth0 192.168.16.126
PING 192.168.16.126 (192.168.16.126) from 192.168.16.65 eth0: 56(84) bytes of data. --- 192.168.16.126 ping statistics --- 9 packets transmitted, 0 received, 100% packet loss, time 7999ms |
#ping -I eth0 192.168.16.126
|
#mii-tool
eth0: negotiated 100baseTx-FD flow-control, link ok |
#mii-tool mega-eth
mega-eth: negotiated 100baseTx-FD flow-control, link ok |
#ifconfig mega-eth 192.168.16.62 netmask 255.255.255.192
|
#ifconfig mega-eth 192.168.16.62 netmask 255.255.255.192
|
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.16.65 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4991 errors:0 dropped:0 overruns:1 frame:0 TX packets:2016 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:677768 (661.8 KiB) TX bytes:285382 (278.6 KiB) Interrupt:209 Base address:0xdc00 lo Link encap:Local Loopback ... collisions:0 txqueuelen:0 RX bytes:31144 (30.4 KiB) TX bytes:31144 (30.4 KiB) mega-eth Link encap:Ethernet HWaddr 00:07:E9:45:0D:2C inet addr:192.168.16.62 Bcast:192.168.16.255 Mask:255.255.255.192 inet6 addr: fe80::207:e9ff:fe45:d2c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:700 errors:0 dropped:0 overruns:0 frame:0 TX packets:832 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:61329 (59.8 KiB) TX bytes:367825 (359.2 KiB) |
#ifconfig mega-eth down
|
#ifconfig mega-eth up
|
#ifconfig eth0 192.168.16.65 netmask 255.255.255.192 broadcas
192.168.16.127 |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.16.64 0.0.0.0 255.255.255.192 U 0 0 0 eth0 |
#ping 192.168.16.1
PING 192.168.16.1 (192.168.16.1) 56(84) bytes of data. 64 bytes from 192.168.16.1: icmp_seq=1 ttl=64 time=0.268 ms 64 bytes from 192.168.16.1: icmp_seq=2 ttl=64 time=0.133 ms --- 192.168.16.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 0.133/0.200/0.268/0.068 ms |
#route add default gw 192.168.16.1
|
#ping mail.ru
PING mail.ru (194.67.57.26) 56(84) bytes of data. 64 bytes from mail.ru (194.67.57.26): icmp_seq=1 ttl=111 time=203 ms 64 bytes from mail.ru (194.67.57.26): icmp_seq=2 ttl=111 time=89.5 ms --- mail.ru ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 89.536/146.678/203.821/57.143 ms |
#route add -net 192.168.16.64 netmask 255.255.255.192 gw 192.
68.16.126 |
#route -
Usage: route [-nNvee] [-FC] [<AF>] List kernel routing tables route [-v] [-FC] {add|del|flush} ... Modify routing table for AF. route {-h|--help} [<AF>] Detailed usage syntax for specified AF. route {-V|--version} Display version/author and exit. -v, --verbose be verbose -n, --numeric don't resolve names -e, --extend display other/more information -F, --fib display Forwarding Information Base (default) -C, --cache display routing cache instead of FIB <AF>=Use '-A <af>' or '--<af>'; default: inet List of possible address families (which support routing): inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25) netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP) x25 (CCITT X.25) |
#n
bash: n: command not found |
#route -
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 192.168.16.1 255.255.255.192 UG 0 0 0 mega-eth 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.16.64 192.168.16.126 255.255.255.192 UG 0 0 0 eth0 192.168.16.64 0.0.0.0 255.255.255.192 U 0 0 0 eth0 0.0.0.0 192.168.16.1 0.0.0.0 UG 0 0 0 mega-eth |
#ping 192.168.16.126
PING 192.168.16.126 (192.168.16.126) 56(84) bytes of data. 64 bytes from 192.168.16.126: icmp_seq=1 ttl=64 time=0.259 ms 64 bytes from 192.168.16.126: icmp_seq=2 ttl=64 time=0.124 ms 64 bytes from 192.168.16.126: icmp_seq=3 ttl=64 time=0.102 ms 64 bytes from 192.168.16.126: icmp_seq=4 ttl=64 time=0.113 ms 64 bytes from 192.168.16.126: icmp_seq=5 ttl=64 time=0.098 ms --- 192.168.16.126 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4000ms rtt min/avg/max/mdev = 0.098/0.139/0.259/0.061 ms |
#ping 192.168.16.129
PING 192.168.16.129 (192.168.16.129) 56(84) bytes of data. From 192.168.16.1: icmp_seq=1 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=2 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=3 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=4 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=5 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=6 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=8 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=11 Redirect Host(New nexthop: 192.168.16.62) From 192.168.16.1: icmp_seq=17 Redirect Host(New nexthop: 192.168.16.62) --- 192.168.16.129 ping statistics --- 18 packets transmitted, 0 received, 100% packet loss, time 17000ms |
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 192.168.16.1 255.255.255.192 UG 0 0 0 mega-eth 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.16.64 192.168.16.126 255.255.255.192 UG 0 0 0 eth0 192.168.16.64 0.0.0.0 255.255.255.192 U 0 0 0 eth0 0.0.0.0 192.168.16.1 0.0.0.0 UG 0 0 0 mega-eth |
#route del
68.16.126 |
#route del -net 192.168.16.0 netmask 255.255.255.192 gw 192.1
8.16.126 SIOCDELRT: No such process |
#route -n
|
#route add -net 192.168.16.128 netmask 255.255.255.192 gw 192
168.16.126 |
#route -n
|
#ping 192.168.16.129
PING 192.168.16.129 (192.168.16.129) 56(84) bytes of data. 64 bytes from 192.168.16.129: icmp_seq=1 ttl=64 time=0.276 ms 64 bytes from 192.168.16.129: icmp_seq=2 ttl=64 time=0.120 ms 64 bytes from 192.168.16.129: icmp_seq=3 ttl=64 time=0.109 ms 64 bytes from 192.168.16.129: icmp_seq=4 ttl=64 time=0.112 ms 64 bytes from 192.168.16.129: icmp_seq=5 ttl=64 time=0.112 ms 64 bytes from 192.168.16.129: icmp_seq=6 ttl=64 time=0.096 ms 64 bytes from 192.168.16.129: icmp_seq=7 ttl=64 time=0.139 ms 64 bytes from 192.168.16.129: icmp_seq=8 ttl=64 time=0.108 ms 64 bytes from 192.168.16.129: icmp_seq=9 ttl=64 time=0.107 ms 64 bytes from 192.168.16.129: icmp_seq=10 ttl=64 time=0.110 ms 64 bytes from 192.168.16.129: icmp_seq=11 ttl=64 time=0.095 ms 64 bytes from 192.168.16.129: icmp_seq=12 ttl=64 time=0.125 ms 64 bytes from 192.168.16.129: icmp_seq=13 ttl=64 time=0.105 ms 64 bytes from 192.168.16.129: icmp_seq=14 ttl=64 time=0.110 ms --- 192.168.16.129 ping statistics --- 14 packets transmitted, 14 received, 0% packet loss, time 13000ms rtt min/avg/max/mdev = 0.095/0.123/0.276/0.044 ms |
#route -n
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.128 192.168.16.126 255.255.255.192 UG 0 0 0 eth0 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.16.64 0.0.0.0 255.255.255.192 U 0 0 0 eth0 0.0.0.0 192.168.16.1 0.0.0.0 UG 0 0 0 mega-eth |
#route -n
|
#ping mail.ru
|
#ifconfig mega-eth up
|
#route -n
|
#route -
|
#ping 192.168.16.129
|
#ifdown eth0
SIOCDELRT: No such process |
#ifup eth0
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.16.0 0.0.0.0 255.255.255.192 U 0 0 0 mega-eth 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 192.168.16.1 0.0.0.0 UG 0 0 0 mega-eth |
#ifconfig mega-eth down
|
#route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 |
#ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.15.2 Bcast:192.168.15.255 Mask:255.255.255.0 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5159 errors:0 dropped:0 overruns:1 frame:0 TX packets:2100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:697350 (681.0 KiB) TX bytes:300831 (293.7 KiB) Interrupt:209 Base address:0xdc00 |
#modprobe 8021q
|
#apt-get install vlan
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: iproute libatm1 The following NEW packages will be installed iproute libatm1 vlan 0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded. Need to get 1140kB of archives. After unpacking 1855kB of additional disk space will be used. Do you want to continue [Y/n]? WARNING: The following packages cannot be authenticated! libatm1 iproute vlan Install these packages without verification [y/N]? E: Some packages could not be authenticated |
#apt-get install vlan
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: iproute libatm1 The following NEW packages will be installed iproute libatm1 vlan 0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded. Need to get 1140kB of archives. After unpacking 1855kB of additional disk space will be used. Do you want to continue [Y/n]? y WARNING: The following packages cannot be authenticated! libatm1 iproute vlan Install these packages without verification [y/N]? n E: Some packages could not be authenticated |
#apt-get install vlan
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: iproute libatm1 The following NEW packages will be installed iproute libatm1 vlan 0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded. Need to get 1140kB of archives. After unpacking 1855kB of additional disk space will be used. Do you want to continue [Y/n]? y ... Selecting previously deselected package libatm1. (Reading database ... 66084 files and directories currently installed.) Unpacking libatm1 (from .../libatm1_2.4.1-17_i386.deb) ... Selecting previously deselected package iproute. Unpacking iproute (from .../iproute_20051007-4_i386.deb) ... Selecting previously deselected package vlan. Unpacking vlan (from .../archives/vlan_1.9-1_i386.deb) ... Setting up libatm1 (2.4.1-17) ... Setting up iproute (20051007-4) ... Setting up vlan (1.9-1) ... |
#ifconfig eth0 down
|
#ifconfig eth0 0.0.0.0 up
|
#vconfig add eth0 2
Added VLAN with VID == 2 to IF -:eth0:- |
#vconfig add eth0 3
Added VLAN with VID == 3 to IF -:eth0:- |
#ifconfig eth0.2
eth0.2 Link encap:Ethernet HWaddr 00:04:79:67:96:71 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:270 (270.0 b) TX bytes:0 (0.0 b) |
#ifconfig eth0.2 192.168.17.254
|
#ifconfig eth0.3 192.168.18.254
|
$netstat -rn
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.15.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.15.254 0.0.0.0 UG 0 0 0 eth0 |
$apt-get install console-cyrillic
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? |
$su
Password: |
#apt-get install console-cyrillic
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: console-terminus Suggested packages: libunicode-string-perl console-setup The following NEW packages will be installed console-cyrillic console-terminus 0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded. Need to get 500kB of archives. ... 0% [Connecting to debian.org.ua] 0% [Connecting to debian.org.ua] 0% [Connecting to debian.org.ua] Errhttp://debian.org.ua testing/main console-terminus 4.20-2 Temporary failure resolving ‘debian.org.ua’ 0% [Connecting to debian.org.ua] 0% [Connecting to debian.org.ua] 0% [Connecting to debian.org.ua] 0% [Connecting to debian.org.ua] 0% [Connecting to debian.org.ua] |
Время первой команды журнала | 17:37:41 2006- 6-26 | ||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 10:15:08 2006- 6-27 | ||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | ||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 17.82 | ||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 1.98 | ||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 0.92 | ||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.83 | ||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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