Re: dhcpd.conf question



On Sun, 2006-03-12 at 17:26 -0600, Bob Hartung wrote:

I'm beginning to think that some of the dhcpd docs are wrong

I found errors with it before. I can't remember what they were, now. I
seem to recall it was something to do with braces and semi-colons being
incorrectly shown in examples.

I am trying to write a simple dhcpd.conf file for a machine with a
single NIC. This will assign a small subset of the 192.168.14.0
subnet for automatic assignment and will assign a fixed ip
address to a small NAS appliance that I purchased.

The code (below) fails on /etc/dhcpd start. What did I miss?

In what way does it fail?


ddns-update-style interim;
ignore client-updates;

Mine needs this in it:

include "/etc/rndc.key";

(It's the same key used by BIND)

subnet 192.168.14.0 netmask 255.255.255.0 {
range 192.168.14.80 192.168.14.95;
default-lease-time 600;
max-lease-time 86400;

option domain-name-servers xxx.yyy.zzz.rrr, xxx.ddd.ttt.ooo;

Are you hiding your domain name servers or do you actually have those
letters in there? Don't forget that since you've using dynamic DNS
updates, they need to be DNS servers that you can send updates to.

option routers 192.168.14.249;

host simpleshare {
hardware ethernet 00:01:6c:bd:1d:90;
fixed-address 192.168.14.96;
option host-name simpleshare;
}
}

I have hostnames in quotes, though I haven't checked if that's
essential.

e.g. "simpleshare";

--
Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: [SLE] ddns client recommendations
    ... DDT is short for Dynamic Dns Tools. ... dynamic update capabilities to provide authenticated updates. ... the DDT client daemon, ddtcd, and the actual client, ddtc; ...
    (SuSE)
  • Re: Event ID: 7050
    ... Joan made a post then I commented ... It has something to do with dynamic updates. ... Determine if any DCs or DNS servers have mulitple NICs, or teamed NICs, etc, ...
    (microsoft.public.win2000.dns)
  • Re: DNS signature failed to verify error
    ... Both DNS servers have the zone named _msdcs.domain.local with Dynamic ... other Win Srv Std Ed 2K3. ... All updates have been applied. ...
    (microsoft.public.windows.server.dns)
  • Re: Event Log Issues
    ... Do the dynamic updates on all the DNS servers match? ... Power your Active Directory Investment ...
    (microsoft.public.windows.server.general)
  • Re: How to limit login attempts on Fedora 2
    ... > I run an off-site backup server from my home using Fedora Core2, ... > with all the updates. ... > Ever since I set up a dynamic DNS name on my home computer, ...
    (alt.os.linux.redhat)