/[packages]/cauldron/dhcp/current/SOURCES/dhcpd.conf
ViewVC logotype

Contents of /cauldron/dhcp/current/SOURCES/dhcpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16733 - (show annotations) (download)
Thu Jan 13 23:42:18 2011 UTC (13 years, 3 months ago) by dmorgan
File size: 584 byte(s)
imported package dhcp
1 ddns-update-style none;
2 subnet 192.168.0.0 netmask 255.255.255.0 {
3 # default gateway
4 option routers 192.168.0.1;
5 option subnet-mask 255.255.255.0;
6
7 option domain-name "domain.org";
8
9 # Seting up an ip address is better here
10 option domain-name-servers ns.domain.org;
11 option nis-domain "domain.org";
12
13 range dynamic-bootp 192.168.0.128 192.168.0.254;
14 default-lease-time 21600;
15 max-lease-time 43200;
16
17 # we want the nameserver to appear at a fixed address
18 host ns {
19 next-server fixed.mandrakesoft.com;
20 hardware ethernet 12:34:56:78:AB:CD;
21 fixed-address 192.168.0.10;
22 }
23 }

  ViewVC Help
Powered by ViewVC 1.1.30