summaryrefslogtreecommitdiff
path: root/dhcp/default-config.diff
blob: a5f9f7468558f15f1a8991d5a60ad8b99dbf6fcd (plain)
    1 diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf
    2 --- dhcp-3.0.5-orig/client/dhclient.conf	1997-06-03 01:50:44.000000000 +0300
    3 +++ dhcp-3.0.5/client/dhclient.conf	2007-01-10 17:56:10.000000000 +0200
    4 @@ -1,3 +1,7 @@
    5 +#
    6 +# /etc/dhclient.conf: DHCP client configuration file, see dhclient.conf(5)
    7 +#
    8 +
    9  send host-name "andare.fugue.com";
   10  send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
   11  send dhcp-lease-time 3600;
   12 @@ -11,7 +15,7 @@
   13  reboot 10;
   14  select-timeout 5;
   15  initial-interval 2;
   16 -script "/etc/dhclient-script";
   17 +script "/sbin/dhclient-script";
   18  media "-link0 -link1 -link2", "link0 link1";
   19  reject 192.33.137.209;
   20  
   21 @@ -34,3 +38,5 @@
   22    rebind 2 2000/1/12 00:00:01;
   23    expire 2 2000/1/12 00:00:01;
   24  }
   25 +
   26 +# End of file
   27 diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf
   28 --- dhcp-3.0.5-orig/server/dhcpd.conf	2001-01-25 10:33:11.000000000 +0200
   29 +++ dhcp-3.0.5/server/dhcpd.conf	2007-01-10 17:56:20.000000000 +0200
   30 @@ -1,11 +1,11 @@
   31 -# dhcpd.conf
   32  #
   33 -# Sample configuration file for ISC dhcpd
   34 +# dhcpd.conf: Configuration file for ISC dhcpd
   35  #
   36  
   37 -# option definitions common to all supported networks...
   38 +# Option definitions common to all supported networks.
   39  option domain-name "example.org";
   40  option domain-name-servers ns1.example.org, ns2.example.org;
   41 +ddns-update-style ad-hoc;
   42  
   43  default-lease-time 600;
   44  max-lease-time 7200;
   45 @@ -99,3 +99,5 @@
   46      range 10.0.29.10 10.0.29.230;
   47    }
   48  }
   49 +
   50 +# End of file

Generated by cgit