No network after installing Hoary

Vlad Sergeev vlad.sergeev at gmail.com
Sat Apr 9 20:02:19 UTC 2005


Hey Ingi,

I am also a newbie in Linux and after upgrading to Hoary today ran
into the same problem - no ip address from dhclient.   Changing the
interface logical name from eth0 to eth1 did the job for me.

Here is the contents of my /etc/network/interfaces file

# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback

#auto eth0
#iface eth0 inet dhcp static
#name Ethernet LAN card

#auto eth1
iface eth1 inet dhcp
pre-up ifconfig eth1 up
post-down ifconfig eth1 down
#name Ethernet LAN card

iface wlan0 inet static
pre-up ifconfig wlan0 up
post-down ifconfig wlan0 down
name Wireless LAN card

Hope it works ...

Cheers,

Vlad




More information about the ubuntu-users mailing list