dhclient.conf 1.5 KB

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