Ok, elikkäs kokeilin ping google.com komentoa päätteeseen ja sieltä tuli tällasta:
ms64 bytes from fx-in-f99.1e100.net (74.125.39.99): icmp_seq=809 ttl=55 time=43.8 ms
Aina päälle tuhanteet asti, kunnes lopetin sen.
Tässä vielä muutama muu komento:
nikke@Love:~$ sudo dhclient
[sudo] password for nikke:
There is already a pid file /var/run/dhclient.pid with pid 1570
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/00:16:e6:96:fe:07
Sending on LPF/eth0/00:16:e6:96:fe:07
Sending on Socket/fallback
DHCPREQUEST of 10.0.0.3 on eth0 to 255.255.255.255 port 67
DHCPACK of 10.0.0.3 from 10.0.0.2
bound to 10.0.0.3 -- renewal in 42904 seconds.
nikke@Love:~$ ping -c 3 google.com
PING google.com (74.125.43.105) 56(84) bytes of data.
64 bytes from bw-in-f105.1e100.net (74.125.43.105): icmp_seq=1 ttl=53 time=46.6 ms
64 bytes from bw-in-f105.1e100.net (74.125.43.105): icmp_seq=2 ttl=53 time=45.9 ms
64 bytes from bw-in-f105.1e100.net (74.125.43.105): icmp_seq=3 ttl=53 time=46.0 ms
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 45.946/46.216/46.668/0.366 ms
nikke@Love:~$ ping -c 3 64.233.167.99
PING 64.233.167.99 (64.233.167.99) 56(84) bytes of data.
--- 64.233.167.99 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2014ms
nikke@Love:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 10.0.0.2 0.0.0.0 UG 0 0 0 eth0
nikke@Love:~$ cat /etc/resolv.conf
nameserver 10.0.0.2
domain home.network
search home.network
nikke@Love:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
nikke@Love:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:e6:96:fe:07
inet addr:10.0.0.3 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:e6ff:fe96:fe07/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2173 errors:0 dropped:0 overruns:0 frame:0
TX packets:2230 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:234378 (234.3 KB) TX bytes:207549 (207.5 KB)
Interrupt:21 Base address:0xdc00
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:88 errors:0 dropped:0 overruns:0 frame:0
TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9874 (9.8 KB) TX bytes:9874 (9.8 KB)
nikke@Love:~$