Advertisement
hellsy

dhclient

Nov 11th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # cat /etc/dhcp/dhclient.conf
  2. send host-name "crits.ru";
  3.  
  4. timeout 30;
  5.  
  6. supersede dhcp-server-identifier 255.255.255.255;
  7.  
  8. option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
  9. option ms-classless-static-routes code 249 = array of unsigned integer 8;
  10. option static-routes code 33 = array of { ip-address, ip-address };
  11.  
  12. request subnet-mask, broadcast-address, time-offset, routers,
  13. domain-name, domain-name-servers, domain-search, host-name,
  14. netbios-name-servers, netbios-scope, interface-mtu,
  15. rfc3442-classless-static-routes, ntp-servers, static-routes,
  16. ms-classless-static-routes;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement