unforgiven@unforgiven-desktop:~$ ipconfig -a
Команда 'ipconfig' не найдена, возможно вы имели в виду:
Команда 'tpconfig' из пакета 'tpconfig' (universe)
Команда 'iwconfig' из пакета 'wireless-tools' (main)
Команда 'ifconfig' из пакета 'net-tools' (main)
ipconfig: команда не найдена
unforgiven@unforgiven-desktop:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:04:61:9f:7b:4b
inet addr:192.168.1.61 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::204:61ff:fe9f:7b4b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2360 errors:0 dropped:0 overruns:0 frame:0
TX packets:1065 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:270964 (270.9 KB) TX bytes:108471 (108.4 KB)
Interrupt:23 Base address:0xa000
lo Link encap:Локальная петля (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:21 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1440 (1.4 KB) TX bytes:1440 (1.4 KB)
unforgiven@unforgiven-desktop:~$ route -n
Таблица маршутизации ядра протокола IP
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
unforgiven@unforgiven-desktop:~$ sudo iptables -save
[sudo] password for unforgiven:
iptables v1.4.4: no command specified
Try `iptables -h' or 'iptables --help' for more information.
unforgiven@unforgiven-desktop:~$ ping -c3 192.168.1.8
PING 192.168.1.8 (192.168.1.
56(84) bytes of data.
64 bytes from 192.168.1.8: icmp_req=1 ttl=128 time=0.296 ms
64 bytes from 192.168.1.8: icmp_req=2 ttl=128 time=0.266 ms
64 bytes from 192.168.1.8: icmp_req=3 ttl=128 time=0.265 ms
--- 192.168.1.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.265/0.275/0.296/0.023 ms
unforgiven@unforgiven-desktop:~$