dhclient.conf 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Configuration file for /sbin/dhclient.
  2. #
  3. # This is a sample configuration file for dhclient. See dhclient.conf's
  4. # man page for more information about the syntax of this file
  5. # and a more comprehensive list of the parameters understood by
  6. # dhclient.
  7. #
  8. # Normally, if the DHCP server provides reasonable information and does
  9. # not leave anything out (like the domain name, for example), then
  10. # few changes must be made to this file, if any.
  11. #
  12. option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
  13. send host-name = gethostname();
  14. request subnet-mask, broadcast-address, time-offset, routers,
  15. domain-name, domain-name-servers, domain-search, host-name,
  16. dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,
  17. netbios-name-servers, netbios-scope, interface-mtu,
  18. rfc3442-classless-static-routes, ntp-servers;
  19. #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
  20. #send dhcp-lease-time 3600;
  21. #supersede domain-name "fugue.com home.vix.com";
  22. #prepend domain-name-servers 127.0.0.1;
  23. #require subnet-mask, domain-name-servers;
  24. #timeout 60;
  25. #retry 60;
  26. #reboot 10;
  27. #select-timeout 5;
  28. #initial-interval 2;
  29. script "/usr/local/sbin/dhclient-script";
  30. #media "-link0 -link1 -link2", "link0 link1";
  31. #reject 192.33.137.209;
  32. #alias {
  33. # interface "eth0";
  34. # fixed-address 192.5.5.213;
  35. # option subnet-mask 255.255.255.255;
  36. #}
  37. #lease {
  38. # interface "eth0";
  39. # fixed-address 192.33.137.200;
  40. # medium "link0 link1";
  41. # option host-name "andare.swiftmedia.com";
  42. # option subnet-mask 255.255.255.0;
  43. # option broadcast-address 192.33.137.255;
  44. # option routers 192.33.137.250;
  45. # option domain-name-servers 127.0.0.1;
  46. # renew 2 2000/1/12 00:00:01;
  47. # rebind 2 2000/1/12 00:00:01;
  48. # expire 2 2000/1/12 00:00:01;
  49. #}