1 # Configuration file for /sbin/dhclient.
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
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.
13 option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
15 send host-name = gethostname();
16 request subnet-mask, broadcast-address, time-offset, routers,
17 # domain-name, domain-name-servers, domain-search, host-name,
18 # dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,
19 netbios-name-servers, netbios-scope, interface-mtu,
20 rfc3442-classless-static-routes, ntp-servers;
22 #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
23 #send dhcp-lease-time 3600;
24 #supersede domain-name "fugue.com home.vix.com";
25 #prepend domain-name-servers 127.0.0.1;
26 #require subnet-mask, domain-name-servers;
32 #script "/sbin/dhclient-script";
33 #media "-link0 -link1 -link2", "link0 link1";
34 #reject 192.33.137.209;