[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Starting dhclient at boot up



Grzesiek Sedek wrote:
Hi,
You can add iface eth0 inet dhcp
to your /etc/network/interfaces
Grzesiek

You should also add the 'auto eth0' stanza to bring the device up automatically on boot. So your /etc/network/interfaces would look like:

#Loopback device
auto lo
iface lo inet loopback

#eth0 device
auto eth0
iface eth0 inet dhcp

man interfaces for more info

HTH
--
OoberMick
"Baldrick, does it have to be this way? Our valued friendship ending with me cutting you into long strips and telling the Prince you walked over a very sharp cattle grid in an extremely heavy hat?" -- Edmund Blackadder (Blackadder the Third)



Reply to: