Yes I do.

David




"Mikkel L. Ellertson" <[EMAIL PROTECTED]> on 16/02/2001 16:32:48

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:    (bcc: David Tansley/ACEUK/ACE)

Subject:  Re: setting up D-DNS woes



On Fri, 16 Feb 2001 [EMAIL PROTECTED] wrote:

>
>
> Hello,
> I am setting up ( RH6.1) Dynamic-DNS. I have dhcpd configured OK, it is
handing
> out  IP addresses to client s OK with teh clients using pump. I have set up a
> DNS server on the same server as DHCP, and configured it to allow updates.
From
> the client side, a client can run nslookup and connect ot the DNS server, and
> resolve from the server. So I know that is all good and working.
>
> The DNS loads OK with no errors.
>
> When I try to run nsupdate to  add a record manually, like;
> update add tester.zom.com 3600 A 192.168.6.22
>
>  with debug on I get no errors, all reporting OK until right at the end  I
get;
> res_update: res_findzonecut failed (0).
>
> With no update of course to my zone file
> What is happening Any ideas ?
>
>
> ( DNS: 8.2.2  , DHCP 2.0 )
> David.
>
Do you have an allow-update entry for that zone in named.conf?

zone "Infinity-ltd.com" {
        notify no;
        type master;
        file "db.infinity";
        allow-update {
            127.0.0.1;
        };
};

Mikkel
--

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


***>






> ************



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to