Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as text by RUsh ( 18 years ago )
# 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
Revise this Paste