hey folks, we upgraded bind last night to bind-9.8.2-0.62.rc1.el6_9.1.x86_64 and now our server seems to not be able to update. Whenever we add records and update the soa and reload, it still shows the old data.. so for example, we have
[root@bind1 /var/named]$grep servername domainname.net.zone [root@bind1 /var/named]$nslookup -port=5353 servername 10.115.76.87 Server: 10.10.76.87 Address: 10.10.76.87#5353
Name: servername.domainname.net Address: 10.66.35.106
but when I grep the file from the zone file, it is not there..
grep servername domainname.net.zone <returns nothing>
ive tried restarting the named a few times.. Im not seeing much that looks like its related in the logs.. any ideas? there is no selinux enabled here.
Jason