> 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.