/[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 223343 - (show annotations) (download)
Wed Mar 14 11:54:36 2012 UTC (12 years ago) by stewb
File size: 578 byte(s)
Get rid of mandrakesoft in dhcpd.conf (mageia bug #3353)

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.domain.org;
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