]> git.ipfire.org Git - thirdparty/dhcp.git/blame - client/dhclient.conf.example
Update README - added section on Release status which was in the TOC
[thirdparty/dhcp.git] / client / dhclient.conf.example
CommitLineData
33ea4622 1send host-name = pick-first-value(gethostname(), "ISC-dhclient");
309ce555
TL
2send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
3send dhcp-lease-time 3600;
60bba434 4supersede domain-search "example.com", "isc.org";
309ce555 5prepend domain-name-servers 127.0.0.1;
dad47cc4
TL
6request subnet-mask, broadcast-address, time-offset, routers,
7 domain-name, domain-name-servers, host-name;
309ce555
TL
8require subnet-mask, domain-name-servers;
9timeout 60;
dad47cc4 10retry 60;
309ce555 11reboot 10;
dad47cc4 12select-timeout 5;
309ce555 13initial-interval 2;
dad47cc4
TL
14script "/etc/dhclient-script";
15media "-link0 -link1 -link2", "link0 link1";
309ce555 16reject 192.33.137.209;
dad47cc4 17
309ce555
TL
18alias {
19 interface "ep0";
20 fixed-address 192.5.5.213;
21 option subnet-mask 255.255.255.255;
22}
dad47cc4
TL
23
24lease {
25 interface "ep0";
309ce555 26 fixed-address 192.33.137.200;
dad47cc4 27 medium "link0 link1";
60bba434 28 option host-name "andare.example.com";
dad47cc4 29 option subnet-mask 255.255.255.0;
309ce555
TL
30 option broadcast-address 192.33.137.255;
31 option routers 192.33.137.250;
32 option domain-name-servers 127.0.0.1;
dad47cc4
TL
33 renew 2 2000/1/12 00:00:01;
34 rebind 2 2000/1/12 00:00:01;
35 expire 2 2000/1/12 00:00:01;
36}