Rodzaj karty sieciowej:
Realtek RTL8169/8110 Family Gigabit Ethernet
wygląd pliku /etc/network/interfaces
Kod: Zaznacz cały
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 83.1.120.99
netmask 255.255.255.0
gateway 83.1.120.1
Kod: Zaznacz cały
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 83.1.120.99
netmask 255.255.255.0
gateway 83.1.120.1
Kod: Zaznacz cały
lspci|grep eth
Kod: Zaznacz cały
83-1-120-99:~# ifconfig
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:83.1.120.99 Bcast:83.1.120.255 Mask:255.255.255.0
inet6 addr: xxxx::xxx:xxxx:xxxx:xxxx/xx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6298 errors:0 dropped:0 overruns:0 frame:0
TX packets:327 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:483187 (471.8 KiB) TX bytes:92447 (90.2 KiB)
Interrupt:20 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)
83-1-120-99:~# ping 83.1.120.99
PING 83.1.120.99 (83.1.120.99) 56(84) bytes of data.
64 bytes from 83.1.120.99: icmp_seq=1 ttl=64 time=0.047 ms
64 bytes from 83.1.120.99: icmp_seq=2 ttl=64 time=0.024 ms
64 bytes from 83.1.120.99: icmp_seq=3 ttl=64 time=0.026 ms
64 bytes from 83.1.120.99: icmp_seq=4 ttl=64 time=0.023 ms
64 bytes from 83.1.120.99: icmp_seq=5 ttl=64 time=0.019 ms
64 bytes from 83.1.120.99: icmp_seq=6 ttl=64 time=0.032 ms
64 bytes from 83.1.120.99: icmp_seq=7 ttl=64 time=0.033 ms
64 bytes from 83.1.120.99: icmp_seq=8 ttl=64 time=0.036 ms
^C
--- 83.1.120.99 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 11129ms
rtt min/avg/max/mdev = 0.019/0.030/0.047/0.008 ms
83-1-120-99:~# ping 83.1.120.1
PING 83.1.120.1 (83.1.120.1) 56(84) bytes of data.
64 bytes from 83.1.120.1: icmp_seq=1 ttl=64 time=8.15 ms
64 bytes from 83.1.120.1: icmp_seq=2 ttl=64 time=27.2 ms
64 bytes from 83.1.120.1: icmp_seq=3 ttl=64 time=8.28 ms
64 bytes from 83.1.120.1: icmp_seq=4 ttl=64 time=22.3 ms
64 bytes from 83.1.120.1: icmp_seq=5 ttl=64 time=7.64 ms
64 bytes from 83.1.120.1: icmp_seq=6 ttl=64 time=8.20 ms
^C
--- 83.1.120.1 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5018ms
rtt min/avg/max/mdev = 7.645/13.647/27.208/8.010 ms
Kod: Zaznacz cały
83-1-120-99:~# ifconfig
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:83.1.120.99 Bcast:83.1.120.255 Mask:255.255.255.0
inet6 addr: xxxx::xxx:xxx:xxxx:xxxx/xx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:67490 errors:0 dropped:0 overruns:0 frame:0
TX packets:190 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4070001 (3.8 MiB) TX bytes:18548 (18.1 KiB)
Interrupt:20 Base address:0x4000
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)
83-1-120-99:~# ping 83.1.120.99
PING 83.1.120.99 (83.1.120.99) 56(84) bytes of data.
64 bytes from 83.1.120.99: icmp_seq=1 ttl=64 time=0.038 ms
64 bytes from 83.1.120.99: icmp_seq=2 ttl=64 time=0.036 ms
64 bytes from 83.1.120.99: icmp_seq=3 ttl=64 time=0.032 ms
64 bytes from 83.1.120.99: icmp_seq=4 ttl=64 time=0.030 ms
64 bytes from 83.1.120.99: icmp_seq=5 ttl=64 time=0.031 ms
64 bytes from 83.1.120.99: icmp_seq=6 ttl=64 time=0.031 ms
^C
--- 83.1.120.99 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 4996ms
rtt min/avg/max/mdev = 0.030/0.033/0.038/0.003 ms
83-1-120-99:~# ping 83.1.120.1
PING 83.1.120.1 (83.1.120.1) 56(84) bytes of data.
^C
--- 83.1.120.1 ping statistics ---
14 packets transmitted, 0 received, 100% packet loss, time 13012ms
Kod: Zaznacz cały
cat /etc/resolv.conf