Profile

Welcome, guest!

Would you like to Login, or Register?

What are the benefits of registering?

Quickie

PasteOrg Simple API has been added -- now you can add your pasteorg snippets to your website.

Poll

Which is it?

Vancouver2010
SouthAfrica2010
Both
Neither

Top Ten
text2851
bash968
cpp851
php795
c535
java422
python332
html4strict316
javascript226
csharp221

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

Pasted 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:
Security Code: