Re: dhcp gives right IP, but ddns adds wrong one to DNS (Frank Price)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: dhcp gives right IP, but ddns adds wrong one to DNS (Frank Price)

Timothe Litt
On 21-Jul-15 17:41, [hidden email] wrote:

> Message: 1
> Date: Tue, 21 Jul 2015 17:19:30 -0400
> From: Frank Price <[hidden email]>
> To: Users of ISC DHCP <[hidden email]>
> Subject: dhcp gives right IP, but ddns adds wrong one to DNS
> Message-ID:
> <CAKQzNueJ61nexhGuQgL1ANvsivZoj1Q+Zsr_p_Z43=[hidden email]>
> Content-Type: text/plain; charset="utf-8"
>
> After staring at this for days, I throw myself at the feet of the list and
> beg for enlightenment.
>
> ISC DHCP 4.2.5 on Centos 7, + BIND 9.9.4-RedHat-9.9.4-18.el7_1.1 (Extended
> Support Version)
>
> relevant bits of dhcpd.conf:
>   ddns-update-style interim;
>   ignore client-updates;
>   update-static-leases on;
>   update-conflict-detection false;
>
> I have a server which gets IP from dhcp.  It gets a lease, the IP is set
> properly, it asks for dns updates, and the dns server does ... something
> ... which ends up in it having an A record that is completely wrong (the
> name is right but the IP is wrong).
>
> Even if I freeze my zone and correct everything, after the TTL for the RR,
> something is setting the A RR back to the incorrect IP.  I am really really
> losing it on this one.
>> This looks like the right thing is happening in the wrong place.
Note that you are attempting to update a private address, but the
response is for a public IP.

Are you using views? Check that you're updating (and querying) the
correct view.   (In bind, it's controlled by an ACL, TSIG key or both.)




_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users

smime.p7s (6K) Download Attachment