katsos tuo http://forum.ubuntu-fi.org/index.php?topic=14850.0
Ainakaan verkkoasetuksistani en mielestäni vikaa löytäny, terv. Higgins:
jari@laptop:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 laptop.dsl.inet.fi laptop
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
jari@laptop:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
iface eth1 inet dhcp
iface eth0 inet dhcp
wireless-essid ZyXEL
auto eth0
auto eth1
jari@laptop:~$