A zawartośc interfaces:
Kod: Zaznacz cały
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
Kod: Zaznacz cały
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
Kod: Zaznacz cały
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 internal 8
Kod: Zaznacz cały
nameserver 213.241.79.37
nameserver 83.238.255.76
Kod: Zaznacz cały
PING wp.pl (212.77.100.101) 56(84) bytes of data.
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=1 ttl=119 time=48.7 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=2 ttl=119 time=41.8 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=3 ttl=119 time=39.5 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=4 ttl=119 time=42.8 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=5 ttl=119 time=40.9 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=7 ttl=119 time=42.1 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=8 ttl=119 time=41.6 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=9 ttl=119 time=41.8 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=11 ttl=119 time=104 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=12 ttl=119 time=58.7 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=13 ttl=119 time=40.2 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=16 ttl=119 time=44.1 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=17 ttl=119 time=43.5 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=18 ttl=119 time=43.2 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=19 ttl=119 time=40.1 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=20 ttl=119 time=41.4 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=21 ttl=119 time=41.9 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=22 ttl=119 time=39.1 ms
64 bytes from [url]www.wp.pl[/url] (212.77.100.101): icmp_seq=23 ttl=119 time=43.3 ms
Kod: Zaznacz cały
PING 212.77.100.101 (212.77.100.101) 56(84) bytes of data.
64 bytes from 212.77.100.101: icmp_seq=1 ttl=119 time=47.6 ms
64 bytes from 212.77.100.101: icmp_seq=3 ttl=119 time=42.3 ms
64 bytes from 212.77.100.101: icmp_seq=4 ttl=119 time=57.5 ms
64 bytes from 212.77.100.101: icmp_seq=5 ttl=119 time=40.5 ms
64 bytes from 212.77.100.101: icmp_seq=6 ttl=119 time=40.3 ms
64 bytes from 212.77.100.101: icmp_seq=7 ttl=119 time=54.9 ms
64 bytes from 212.77.100.101: icmp_seq=8 ttl=119 time=47.1 ms
64 bytes from 212.77.100.101: icmp_seq=9 ttl=119 time=50.3 ms
64 bytes from 212.77.100.101: icmp_seq=10 ttl=119 time=53.8 ms
64 bytes from 212.77.100.101: icmp_seq=11 ttl=119 time=55.6 ms
64 bytes from 212.77.100.101: icmp_seq=12 ttl=119 time=42.8 ms
64 bytes from 212.77.100.101: icmp_seq=13 ttl=119 time=48.9 ms
64 bytes from 212.77.100.101: icmp_seq=14 ttl=119 time=53.9 ms
64 bytes from 212.77.100.101: icmp_seq=15 ttl=119 time=55.9 ms
64 bytes from 212.77.100.101: icmp_seq=16 ttl=119 time=72.7 ms
64 bytes from 212.77.100.101: icmp_seq=17 ttl=119 time=48.7 ms
Kod: Zaznacz cały
eth0 Link encap:Ethernet HWaddr 00:1c:25:5b:33:56
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21c:25ff:fe5b:3356/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2909 errors:0 dropped:0 overruns:0 frame:0
TX packets:3059 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1160811 (1.1 MiB) TX bytes:436842 (426.6 KiB)
Interrupt:17 Base address:0xa000
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:82 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5112 (4.9 KiB) TX bytes:5112 (4.9 KiB)
Kod: Zaznacz cały
unknown host wp.pl
Kod: Zaznacz cały
network is unreachable
Kod: Zaznacz cały
eth0 Link encap:Ethernet HWaddr 00:1c:25:5b:33:56
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17 Base address:0x8000
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:77 errors:0 dropped:0 overruns:0 frame:0
TX packets:77 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5024 (4.9 KiB) TX bytes:5024 (4.9 KiB)