/l3/users/18-01-2010/nt-fbsdnet/fbsd4.net.nt/root :1 :2 |
|
#shutdown -p now
Shutdown NOW! shutdown: [pid 945] |
#ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> ether 00:16:4e:00:01:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ifconfig re1 inet 192.168.65.1 netmask 255.255.255.224
|
#ping 192.168.65.30
PING 192.168.65.30 (192.168.65.30): 56 data bytes ^C --- 192.168.65.30 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss |
#ifconfig re1 inet 0.0.0.0
|
#ifconfig re2inet 192.168.65.1 netmask 255.255.255.224
|
#ping 192.168.65.30
64 bytes from 192.168.65.30: icmp_seq=44 ttl=64 time=0.868 ms 64 bytes from 192.168.65.30: icmp_seq=45 ttl=64 time=0.879 ms 64 bytes from 192.168.65.30: icmp_seq=46 ttl=64 time=0.317 ms 64 bytes from 192.168.65.30: icmp_seq=47 ttl=64 time=0.459 ms 64 bytes from 192.168.65.30: icmp_seq=48 ttl=64 time=0.388 ms 64 bytes from 192.168.65.30: icmp_seq=49 ttl=64 time=0.494 ms 64 bytes from 192.168.65.30: icmp_seq=50 ttl=64 time=0.457 ms 64 bytes from 192.168.65.30: icmp_seq=51 ttl=64 time=0.481 ms 64 bytes from 192.168.65.30: icmp_seq=52 ttl=64 time=0.826 ms 64 bytes from 192.168.65.30: icmp_seq=53 ttl=64 time=0.553 ms ... 64 bytes from 192.168.65.30: icmp_seq=183 ttl=64 time=0.433 ms 64 bytes from 192.168.65.30: icmp_seq=184 ttl=64 time=0.807 ms 64 bytes from 192.168.65.30: icmp_seq=185 ttl=64 time=0.564 ms 64 bytes from 192.168.65.30: icmp_seq=186 ttl=64 time=0.418 ms 64 bytes from 192.168.65.30: icmp_seq=187 ttl=64 time=0.504 ms ^C --- 192.168.65.30 ping statistics --- 188 packets transmitted, 188 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.317/0.587/1.911/0.185 ms õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#route delete default
delete net default |
#route delete default
delete net default |
#route add default 192.168.65.30
add net default: gateway 192.168.65.30 |
#route add default 192.168.65.30
add net default: gateway 192.168.65.30 |
#ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ifconfig -a
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ifconfig -a
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ssh 192.168.16.23
The authenticity of host '192.168.16.23 (192.168.16.23)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.23' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 16:50:40 2010 from fbsd22.net.nt Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#ssh 192.168.16.23
The authenticity of host '192.168.16.23 (192.168.16.23)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.23' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 16:50:40 2010 from fbsd22.net.nt Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#route delete default
delete net default |
#route delete default
delete net default |
#route add default 192.168.65.62
add net default: gateway 192.168.65.62 |
#route add default 192.168.65.62
add net default: gateway 192.168.65.62 |
#netstat -rn
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.65.62 UGS 0 12 re2 127.0.0.1 127.0.0.1 UH 0 1176 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.22 00:16:4e:00:00:02 UHLW 1 938 re0 34 192.168.16.24 00:16:4e:00:00:04 UHLW 1 966 re0 263 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 443 re0 1166 192.168.65/27 link#2 UC 0 0 re1 192.168.65.1 00:16:4e:00:02:04 UHLW 1 188 re1 472 192.168.65.32/27 link#3 UC 0 0 re2 192.168.65.33 00:16:4e:00:02:03 UHLW 1 14 lo0 192.168.65.62 00:16:4e:00:01:02 UHLW 2 3 re2 242 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#5 UHL lo0 ff01:5::/32 fe80::1%lo0 UC lo0 ff02::%lo0/32 fe80::1%lo0 UC lo0 |
#netstat -rn
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.65.62 UGS 0 12 re2 127.0.0.1 127.0.0.1 UH 0 1176 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.22 00:16:4e:00:00:02 UHLW 1 938 re0 34 192.168.16.24 00:16:4e:00:00:04 UHLW 1 966 re0 263 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 443 re0 1166 192.168.65/27 link#2 UC 0 0 re1 192.168.65.1 00:16:4e:00:02:04 UHLW 1 188 re1 472 192.168.65.32/27 link#3 UC 0 0 re2 192.168.65.33 00:16:4e:00:02:03 UHLW 1 14 lo0 192.168.65.62 00:16:4e:00:01:02 UHLW 2 3 re2 242 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#5 UHL lo0 ff01:5::/32 fe80::1%lo0 UC lo0 ff02::%lo0/32 fe80::1%lo0 UC lo0 |
#netstat -rn -f inet
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.65.62 UGS 0 14 re2 127.0.0.1 127.0.0.1 UH 0 1176 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.22 00:16:4e:00:00:02 UHLW 1 950 re0 26 192.168.16.24 00:16:4e:00:00:04 UHLW 1 996 re0 255 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 443 re0 1158 192.168.65/27 link#2 UC 0 0 re1 192.168.65.1 00:16:4e:00:02:04 UHLW 1 188 re1 464 192.168.65.32/27 link#3 UC 0 0 re2 192.168.65.33 00:16:4e:00:02:03 UHLW 1 14 lo0 192.168.65.62 00:16:4e:00:01:02 UHLW 2 3 re2 234 |
#netstat -rn -f inet
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.65.62 UGS 0 14 re2 127.0.0.1 127.0.0.1 UH 0 1176 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.22 00:16:4e:00:00:02 UHLW 1 950 re0 26 192.168.16.24 00:16:4e:00:00:04 UHLW 1 996 re0 255 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 443 re0 1158 192.168.65/27 link#2 UC 0 0 re1 192.168.65.1 00:16:4e:00:02:04 UHLW 1 188 re1 464 192.168.65.32/27 link#3 UC 0 0 re2 192.168.65.33 00:16:4e:00:02:03 UHLW 1 14 lo0 192.168.65.62 00:16:4e:00:01:02 UHLW 2 3 re2 234 |
#ssh 192.168.16.62
^C õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ssh 192.168.16.62
^C õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ping 192.168.65.62
PING 192.168.65.62 (192.168.65.62): 56 data bytes 64 bytes from 192.168.65.62: icmp_seq=0 ttl=64 time=0.504 ms ^C --- 192.168.65.62 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.504/0.504/0.504/0.000 ms |
#ping 192.168.65.62
PING 192.168.65.62 (192.168.65.62): 56 data bytes 64 bytes from 192.168.65.62: icmp_seq=0 ttl=64 time=0.504 ms ^C --- 192.168.65.62 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.504/0.504/0.504/0.000 ms |
#ssh 192.168.652
The authenticity of host '192.168.65.62 (192.168.65.62)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.65.62' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 16:44:22 2010 from fbsd21.net.nt Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#ssh 192.168.652
The authenticity of host '192.168.65.62 (192.168.65.62)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.65.62' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 16:44:22 2010 from fbsd21.net.nt Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#route delete default
delete net default |
#route delete default
delete net default |
#route add default 192.168.65.94
add net default: gateway 192.168.65.94 |
#route add default 192.168.65.94
add net default: gateway 192.168.65.94 |
#netstat -rn -f inet
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.65.94 UGS 0 35 re2 127.0.0.1 127.0.0.1 UH 0 1200 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.21 00:16:4e:00:00:01 UHLW 1 1614 re0 1019 192.168.16.23 00:16:4e:00:00:03 UHLW 1 1534 re0 1068 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 516 re0 1154 192.168.65.32/27 link#2 UC 0 0 re1 192.168.65.33 00:16:4e:00:02:03 UHLW 1 105 re1 31 192.168.65.64/27 link#3 UC 0 0 re2 192.168.65.94 00:16:4e:00:01:01 UHLW 2 0 re2 1149 |
#netstat -rn -f inet
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.65.94 UGS 0 35 re2 127.0.0.1 127.0.0.1 UH 0 1200 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.21 00:16:4e:00:00:01 UHLW 1 1614 re0 1019 192.168.16.23 00:16:4e:00:00:03 UHLW 1 1534 re0 1068 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 516 re0 1154 192.168.65.32/27 link#2 UC 0 0 re1 192.168.65.33 00:16:4e:00:02:03 UHLW 1 105 re1 31 192.168.65.64/27 link#3 UC 0 0 re2 192.168.65.94 00:16:4e:00:01:01 UHLW 2 0 re2 1149 |
#exit
exit Connection to 192.168.65.62 closed. |
#exit
exit Connection to 192.168.65.62 closed. |
#exit
exit Connection to 192.168.16.23 closed. õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#exit
exit Connection to 192.168.16.23 closed. õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ping 192.168.65.94
PING 192.168.65.94 (192.168.65.94): 56 data bytes ^C --- 192.168.65.94 ping statistics --- 15 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.94
PING 192.168.65.94 (192.168.65.94): 56 data bytes ^C --- 192.168.65.94 ping statistics --- 15 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.65
PING 192.168.65.65 (192.168.65.65): 56 data bytes ^C --- 192.168.65.65 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.65
PING 192.168.65.65 (192.168.65.65): 56 data bytes ^C --- 192.168.65.65 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.62
PING 192.168.65.62 (192.168.65.62): 56 data bytes ^C --- 192.168.65.62 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.62
PING 192.168.65.62 (192.168.65.62): 56 data bytes ^C --- 192.168.65.62 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.33
PING 192.168.65.33 (192.168.65.33): 56 data bytes 64 bytes from 192.168.65.33: icmp_seq=0 ttl=64 time=0.578 ms 64 bytes from 192.168.65.33: icmp_seq=1 ttl=64 time=0.828 ms 64 bytes from 192.168.65.33: icmp_seq=2 ttl=64 time=0.531 ms 64 bytes from 192.168.65.33: icmp_seq=3 ttl=64 time=0.423 ms 64 bytes from 192.168.65.33: icmp_seq=4 ttl=64 time=0.479 ms 64 bytes from 192.168.65.33: icmp_seq=5 ttl=64 time=0.835 ms 64 bytes from 192.168.65.33: icmp_seq=6 ttl=64 time=0.440 ms 64 bytes from 192.168.65.33: icmp_seq=7 ttl=64 time=0.534 ms 64 bytes from 192.168.65.33: icmp_seq=8 ttl=64 time=0.475 ms 64 bytes from 192.168.65.33: icmp_seq=9 ttl=64 time=0.820 ms 64 bytes from 192.168.65.33: icmp_seq=10 ttl=64 time=0.843 ms 64 bytes from 192.168.65.33: icmp_seq=11 ttl=64 time=0.793 ms 64 bytes from 192.168.65.33: icmp_seq=12 ttl=64 time=0.448 ms 64 bytes from 192.168.65.33: icmp_seq=13 ttl=64 time=0.894 ms 64 bytes from 192.168.65.33: icmp_seq=14 ttl=64 time=0.545 ms ^C --- 192.168.65.33 ping statistics --- 15 packets transmitted, 15 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.423/0.631/0.894/0.173 ms |
#ping 192.168.65.33
PING 192.168.65.33 (192.168.65.33): 56 data bytes 64 bytes from 192.168.65.33: icmp_seq=0 ttl=64 time=0.578 ms 64 bytes from 192.168.65.33: icmp_seq=1 ttl=64 time=0.828 ms 64 bytes from 192.168.65.33: icmp_seq=2 ttl=64 time=0.531 ms 64 bytes from 192.168.65.33: icmp_seq=3 ttl=64 time=0.423 ms 64 bytes from 192.168.65.33: icmp_seq=4 ttl=64 time=0.479 ms 64 bytes from 192.168.65.33: icmp_seq=5 ttl=64 time=0.835 ms 64 bytes from 192.168.65.33: icmp_seq=6 ttl=64 time=0.440 ms 64 bytes from 192.168.65.33: icmp_seq=7 ttl=64 time=0.534 ms 64 bytes from 192.168.65.33: icmp_seq=8 ttl=64 time=0.475 ms 64 bytes from 192.168.65.33: icmp_seq=9 ttl=64 time=0.820 ms 64 bytes from 192.168.65.33: icmp_seq=10 ttl=64 time=0.843 ms 64 bytes from 192.168.65.33: icmp_seq=11 ttl=64 time=0.793 ms 64 bytes from 192.168.65.33: icmp_seq=12 ttl=64 time=0.448 ms 64 bytes from 192.168.65.33: icmp_seq=13 ttl=64 time=0.894 ms 64 bytes from 192.168.65.33: icmp_seq=14 ttl=64 time=0.545 ms ^C --- 192.168.65.33 ping statistics --- 15 packets transmitted, 15 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.423/0.631/0.894/0.173 ms |
#ping 192.168.65.30
PING 192.168.65.30 (192.168.65.30): 56 data bytes 64 bytes from 192.168.65.30: icmp_seq=0 ttl=64 time=0.730 ms 64 bytes from 192.168.65.30: icmp_seq=1 ttl=64 time=0.494 ms 64 bytes from 192.168.65.30: icmp_seq=2 ttl=64 time=0.869 ms 64 bytes from 192.168.65.30: icmp_seq=3 ttl=64 time=0.571 ms ^C --- 192.168.65.30 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.494/0.666/0.869/0.145 ms |
#ping 192.168.65.30
PING 192.168.65.30 (192.168.65.30): 56 data bytes 64 bytes from 192.168.65.30: icmp_seq=0 ttl=64 time=0.730 ms 64 bytes from 192.168.65.30: icmp_seq=1 ttl=64 time=0.494 ms 64 bytes from 192.168.65.30: icmp_seq=2 ttl=64 time=0.869 ms 64 bytes from 192.168.65.30: icmp_seq=3 ttl=64 time=0.571 ms ^C --- 192.168.65.30 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.494/0.666/0.869/0.145 ms |
#if
> > |
#if
> > |
#ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.16.24 netmask 0xffffff00 broadcast 192.168.16.255 ether 00:16:4e:00:00:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 ... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 |
#ssh 192.168.65.33
The authenticity of host '192.168.65.33 (192.168.65.33)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.65.33' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 17:08:26 2010 from 192.168.16.24 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#ssh 192.168.65.33
The authenticity of host '192.168.65.33 (192.168.65.33)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.65.33' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 17:08:26 2010 from 192.168.16.24 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#vim /etc/rc.conf
|
#vim /etc/rc.conf
|
#~
exit Connection to 192.168.65.33 closed. |
#~
exit Connection to 192.168.65.33 closed. |
#ssh 192.168.65.22
^C |
#ssh 192.168.65.22
^C |
#ssh 192.168.162
The authenticity of host '192.168.16.22 (192.168.16.22)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.22' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 17:11:45 2010 from 192.168.65.33 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#ssh 192.168.162
The authenticity of host '192.168.16.22 (192.168.16.22)' can't be established. DSA key fingerprint is 13:3f:fb:2a:53:62:8e:f8:0e:c7:3a:c9:10:99:b6:25. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.22' (DSA) to the list of known hosts. Password: Last login: Mon Jan 18 17:11:45 2010 from 192.168.65.33 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008 Welcome to FreeBSD! ... http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) manual page. If you are not familiar with manual pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. Removing stale pidfile |
#gateway_enable=1
õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#gateway_enable=1
õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#exit
exit Connection to 192.168.16.22 closed. õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#exit
exit Connection to 192.168.16.22 closed. õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping 192.168.65.65
64 bytes from 192.168.65.65: icmp_seq=1547 ttl=63 time=1.395 ms 64 bytes from 192.168.65.65: icmp_seq=1548 ttl=63 time=1.385 ms 64 bytes from 192.168.65.65: icmp_seq=1549 ttl=63 time=1.240 ms 64 bytes from 192.168.65.65: icmp_seq=1550 ttl=63 time=1.162 ms 64 bytes from 192.168.65.65: icmp_seq=1551 ttl=63 time=1.259 ms 64 bytes from 192.168.65.65: icmp_seq=1552 ttl=63 time=1.351 ms 64 bytes from 192.168.65.65: icmp_seq=1553 ttl=63 time=1.080 ms 64 bytes from 192.168.65.65: icmp_seq=1554 ttl=63 time=1.224 ms 64 bytes from 192.168.65.65: icmp_seq=1555 ttl=63 time=1.393 ms 64 bytes from 192.168.65.65: icmp_seq=1556 ttl=63 time=1.390 ms ... 64 bytes from 192.168.65.65: icmp_seq=1686 ttl=63 time=1.281 ms 64 bytes from 192.168.65.65: icmp_seq=1687 ttl=63 time=1.237 ms 64 bytes from 192.168.65.65: icmp_seq=1688 ttl=63 time=1.389 ms 64 bytes from 192.168.65.65: icmp_seq=1689 ttl=63 time=1.392 ms 64 bytes from 192.168.65.65: icmp_seq=1690 ttl=63 time=1.458 ms 64 bytes from 192.168.65.65: icmp_seq=1691 ttl=63 time=1.295 ms 64 bytes from 192.168.65.65: icmp_seq=1692 ttl=63 time=1.371 ms 64 bytes from 192.168.65.65: icmp_seq=1693 ttl=63 time=1.263 ms 64 bytes from 192.168.65.65: icmp_seq=1694 ttl=63 time=1.360 ms 64 bytes from 192.168.65.65: icmp_seq=1695 ttl=63 time=1.190 ms |
#ping xgu.ru
PING xgu.ru (212.26.146.51): 56 data bytes ^C --- xgu.ru ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss |
#ping xgu.ru
PING xgu.ru (212.26.146.51): 56 data bytes ^C --- xgu.ru ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss |
#traceroute -n xgu.ru
traceroute to xgu.ru (212.26.146.51), 64 hops max, 40 byte packets 1 192.168.65.30 1.026 ms 1.596 ms 1.091 ms 2 * *^C |
#traceroute -n xgu.ru
traceroute to xgu.ru (212.26.146.51), 64 hops max, 40 byte packets 1 192.168.65.30 1.026 ms 1.596 ms 1.091 ms 2 * *^C |
#ping xgu.ru
ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ... ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ^C --- xgu.ru ping statistics --- 720 packets transmitted, 0 packets received, 100% packet loss õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ping xgu.ru
ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ... ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host ^C --- xgu.ru ping statistics --- 720 packets transmitted, 0 packets received, 100% packet loss õ ×ÁÓ ÅÓÔØ ÎÏ×ÁÑ ÐÏÞÔÁ × /var/mail/root |
#ifconfig re1
re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active |
#ifconfig re1
re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255 ether 00:16:4e:00:01:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active |
#ifconfig re2
re2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active |
#ifconfig re2
re2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active |
#ifconfig re2 192.168.65.1 mask 255.255.255.224
ifconfig: mask: bad value |
#ifconfig re2 192.168.65.1 mask 255.255.255.224
ifconfig: mask: bad value |
#ifconfig re2 192.168.65.1 netmask 255.255.255.224
|
#ifconfig re2 192.168.65.1 netmask 255.255.255.224
|
#ifconfig re2
re2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active |
#ifconfig re2
re2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 192.168.65.1 netmask 0xffffffe0 broadcast 192.168.65.31 ether 00:16:4e:00:02:04 media: Ethernet autoselect (100baseTX <full-duplex>) status: active |
#ping 192.168.65.30
PING 192.168.65.30 (192.168.65.30): 56 data bytes 64 bytes from 192.168.65.30: icmp_seq=0 ttl=64 time=1.261 ms ^C --- 192.168.65.30 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.261/1.261/1.261/0.000 ms |
#ping 192.168.65.30
PING 192.168.65.30 (192.168.65.30): 56 data bytes 64 bytes from 192.168.65.30: icmp_seq=0 ttl=64 time=1.261 ms ^C --- 192.168.65.30 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.261/1.261/1.261/0.000 ms |
#ping 192.168.65.33
PING 192.168.65.33 (192.168.65.33): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host ^C --- 192.168.65.33 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss |
#ping 192.168.65.33
PING 192.168.65.33 (192.168.65.33): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host ^C --- 192.168.65.33 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss |
#netstat -rn
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 0 link#2 UC 0 0 re1 127.0.0.1 127.0.0.1 UH 0 1272 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.23 00:16:4e:00:00:03 UHLW 1 289 re0 682 192.168.16.27 00:16:4e:00:00:07 UHLW 2 587 re0 1170 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 662 re0 1189 192.168.65/27 link#3 UC 0 0 re2 192.168.65.30 00:16:4e:00:01:03 UHLW 1 1 re2 1188 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#5 UHL lo0 ff01:5::/32 fe80::1%lo0 UC lo0 ff02::%lo0/32 fe80::1%lo0 UC lo0 |
#netstat -rn
Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 0 link#2 UC 0 0 re1 127.0.0.1 127.0.0.1 UH 0 1272 lo0 192.168.16 link#1 UC 0 0 re0 192.168.16.23 00:16:4e:00:00:03 UHLW 1 289 re0 682 192.168.16.27 00:16:4e:00:00:07 UHLW 2 587 re0 1170 192.168.16.254 00:07:e9:0c:45:0c UHLW 1 662 re0 1189 192.168.65/27 link#3 UC 0 0 re2 192.168.65.30 00:16:4e:00:01:03 UHLW 1 1 re2 1188 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#5 UHL lo0 ff01:5::/32 fe80::1%lo0 UC lo0 ff02::%lo0/32 fe80::1%lo0 UC lo0 |
Время первой команды журнала | 15:48:47 2009- 7-24 | ||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 16:53:39 2010- 1-18 | ||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 100 | ||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 17.00 | ||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 0.00 | ||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 0.99 | ||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.69 | ||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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