dhcpd server failed

Alexander Dalloz ad+lists at uni-x.org
Tue Mar 15 15:53:23 UTC 2005


Am Di, den 15.03.2005 schrieb Mark Sargent um 16:39:

> I installed dhcpd via yum. Then configured via webmin. Got the following 
> error when starting dhcpd. I got it even after adding the line it 
> suggested, to /etc/dhcpd.conf as below,
> 
> # tanashihome
> subnet 192.168.1.0 netmask 255.255.255.0 {
> ddns-updates on;
> range 192.168.1.3 192.168.1.10;
> ddns-update-style ad-hoc;
> }

> [FAILED]

> Mark Sargent.

You have a bind running where the dhcp dynamically update the zone
file(s)? I guess not.

$ cat /etc/dhcpd.conf

authoritative;
ddns-update-style none;
subnet 192.168.1.0 netmask 255.255.255.0 {
     option routers 192.168.1.1;
     option subnet-mask 255.255.255.0;
     option domain-name "tanashi.local";
     option domain-name-servers <whatever IP>;
     default-lease-time 21600;
     max-lease-time 43200;
     host me-the-server  {
        hardware ethernet 00:e0:59:22:1e:a7;
        fixed-address 192.168.1.1;
        }
     pool {
        range 192.168.1.3 192.168.1.10;
        }
 
    }

Take above as a working example.

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773
legal statement: http://www.uni-x.org/legal.html
Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.10-1.770_FC2smp 
Serendipity 16:49:58 up 2 days, 19:23, load average: 0.33, 0.49, 0.78 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20050315/0770cbd1/attachment-0001.sig>


More information about the fedora-list mailing list