- # cat /etc/dhcp3/dhclient.conf | grep -v "^#"
- send host-name "<hostname>";
- request subnet-mask, broadcast-address, time-offset, routers,
- domain-name, domain-name-servers, host-name,
- netbios-name-servers, netbios-scope;
- timeout 30;
- # cat /etc/network/interfaces | grep -v "^#"
- auto lo
- iface lo inet loopback
- auto eth1
- iface eth1 inet dhcp
Edit code: here. | Add this PasteBin to your website. | Report abuse.
Pasted as text by RUsh on Monday, December 10th, 2007 12:00am