dhclient.conf revision 166597
1# $FreeBSD: head/sbin/dhclient/dhclient.conf 166597 2007-02-09 16:28:25Z emaste $
2
3send host-name "andare.fugue.com";
4send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
5send dhcp-lease-time 3600;
6supersede domain-name "fugue.com home.vix.com";
7prepend domain-name-servers 127.0.0.1;
8request subnet-mask, broadcast-address, time-offset, routers,
9	domain-name, domain-name-servers, host-name;
10require subnet-mask, domain-name-servers;
11timeout 60;
12retry 60;
13reboot 10;
14select-timeout 5;
15initial-interval 2;
16script "/etc/dhclient-script";
17media "-link0 -link1 -link2", "link0 link1";
18reject 192.33.137.209;
19
20alias {
21  interface "ep0";
22  fixed-address 192.5.5.213;
23  option subnet-mask 255.255.255.255;
24}
25
26lease {
27  interface "ep0";
28  fixed-address 192.33.137.200;
29  medium "link0 link1";
30  option host-name "andare.swiftmedia.com";
31  option subnet-mask 255.255.255.0;
32  option broadcast-address 192.33.137.255;
33  option routers 192.33.137.250;
34  option domain-name-servers 127.0.0.1;
35  renew 2 2000/1/12 00:00:01;
36  rebind 2 2000/1/12 00:00:01;
37  expire 2 2000/1/12 00:00:01;
38}
39