1# $FreeBSD$ 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, 9 classless-routes, routers, domain-name, 10 domain-name-servers, host-name; 11require subnet-mask, domain-name-servers; 12timeout 60; 13retry 60; 14reboot 10; 15select-timeout 5; 16initial-interval 2; 17script "/etc/dhclient-script"; 18media "-link0 -link1 -link2", "link0 link1"; 19reject 192.33.137.209; 20 21alias { 22 interface "ep0"; 23 fixed-address 192.5.5.213; 24 option subnet-mask 255.255.255.255; 25} 26 27lease { 28 interface "ep0"; 29 fixed-address 192.33.137.200; 30 medium "link0 link1"; 31 option host-name "andare.swiftmedia.com"; 32 option subnet-mask 255.255.255.0; 33 option broadcast-address 192.33.137.255; 34 option routers 192.33.137.250; 35 option domain-name-servers 127.0.0.1; 36 renew 2 2000/1/12 00:00:01; 37 rebind 2 2000/1/12 00:00:01; 38 expire 2 2000/1/12 00:00:01; 39} 40