Profile

Welcome, guest!

Would you like to Login, or Register?

What are the benefits of registering?

Pastes: 22015

Quickie

If you tried registering a few days ago and didn't get the email activation reply, try now. Sorry!

Poll

Do you like Microsoft's Windows 7?

Yes
No
Undecided

Top Code
text5099
bash1552
cpp1382
php1097
c813
java705
html4strict514
python478
javascript380
csharp318
Top Members

Edit code: here. | Add this PasteBin to your website. | Report abuse.

Pasted as text by RUsh on Monday, December 10th, 2007 12:00am

  1. # cat /etc/dhcp3/dhclient.conf | grep -v "^#"
  2.  
  3. send host-name "<hostname>";
  4. request subnet-mask, broadcast-address, time-offset, routers,
  5.         domain-name, domain-name-servers, host-name,
  6.         netbios-name-servers, netbios-scope;
  7. timeout 30;
  8.  
  9.  
  10. # cat /etc/network/interfaces | grep -v "^#"
  11. auto lo
  12. iface lo inet loopback
  13.  
  14. auto eth1
  15. iface eth1 inet dhcp
  16.  

Your Name:
Code Language:
Security Image:
Text seen in Image: