Home | History | Annotate | Line # | Download | only in client
      1  1.1  christos send host-name = pick-first-value(gethostname(), "ISC-dhclient");
      2  1.1  christos send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
      3  1.1  christos send dhcp-lease-time 3600;
      4  1.1  christos supersede domain-search "example.com", "isc.org";
      5  1.1  christos prepend domain-name-servers 127.0.0.1;
      6  1.1  christos request subnet-mask, broadcast-address, time-offset, routers,
      7  1.1  christos 	domain-name, domain-name-servers, host-name;
      8  1.1  christos require subnet-mask, domain-name-servers;
      9  1.1  christos timeout 60;
     10  1.1  christos retry 60;
     11  1.1  christos reboot 10;
     12  1.1  christos select-timeout 5;
     13  1.1  christos initial-interval 2;
     14  1.1  christos script "/etc/dhclient-script";
     15  1.1  christos media "-link0 -link1 -link2", "link0 link1";
     16  1.1  christos reject 192.33.137.209;
     17  1.1  christos 
     18  1.1  christos alias {
     19  1.1  christos   interface "ep0";
     20  1.1  christos   fixed-address 192.5.5.213;
     21  1.1  christos   option subnet-mask 255.255.255.255;
     22  1.1  christos }
     23  1.1  christos 
     24  1.1  christos lease {
     25  1.1  christos   interface "ep0";
     26  1.1  christos   fixed-address 192.33.137.200;
     27  1.1  christos   medium "link0 link1";
     28  1.1  christos   option host-name "andare.example.com";
     29  1.1  christos   option subnet-mask 255.255.255.0;
     30  1.1  christos   option broadcast-address 192.33.137.255;
     31  1.1  christos   option routers 192.33.137.250;
     32  1.1  christos   option domain-name-servers 127.0.0.1;
     33  1.1  christos   renew 2 2000/1/12 00:00:01;
     34  1.1  christos   rebind 2 2000/1/12 00:00:01;
     35  1.1  christos   expire 2 2000/1/12 00:00:01;
     36  1.1  christos }
     37