DHCP

Dmitri Hrapof hrapof at common-lisp.ru
Thu Dec 14 20:41:00 UTC 2006


ben darby <ben <at> cvrse.com> writes:

> do you want to use network manager or the standard network settings
> (/etc/network/interfaces)? if the former ensure that there are no
> references to eth0 in your /etc/network/interfaces file. and for
> the latter ensure it contains:
> 
> auto eth0
> iface eth0 inet dhcp
> 

Sorry for the misleading: by "Network Manager" I meant
System>Administration>Networking (had to log in with English interface to name
it right).
My /etc/network/interfaces is as follows:
----------------------------------------
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
----------------------------------------
Same problem remains.





More information about the ubuntu-users mailing list