<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Tahoma; font-size: 12pt; color: #000000'>Hello,<br><br>I have been using PDNS for over two years now, and I'm transferring my DNS zones from more then 15 webhosting servers running on Bind. But for some reason I can't transfer zones with one of our servers with exactly the same configuration than others but with a different IP range (not firewall between the bind and the pwds servers).<br><br>The errors that I'm getting in my messages logs are:<br>Sep 19 12:21:12 moises pdns[26229]: Received NOTIFY for josebravo7.com from xx.xx.176.2 for which we are not authoritative<br>Sep 19 12:21:12 moises pdns[26229]: Error resolving SOA or NS at: xx.xx.176.2: Remote nameserver reported error: RCODE=5<br><br>I'm running MySQL backend and I have the IP of the bind server in the supermasters table:<br># mysql -e "select * from supermasters where ip='xx.xx.176.2'" dns<br>+-------------+-------------------------+---------+<br>| ip          | nameserver              | account |<br>+-------------+-------------------------+---------+<br>| xx.xx.176.2 | ns1.xxxxxx.com | josue   | <br>+-------------+-------------------------+---------+<br><br>This is the zone that I'm trying to transfer:<br>; cPanel first:11.30.3.5 (update_time):1316244229 11.30.3.5: Cpanel::ZoneFile::VERSION:1.3 hostname:josue.xxxxxx.com.co latest:11.30.3.5<br>; Zone file for josebravo7.com<br>$TTL 14400<br>@      86400    IN      SOA     ns1.xxxxxx.com. sysadmin.xxxxxx.com.co. (<br>                2011091700      ; serial, todays date+todays<br>                86400           ; refresh, seconds<br>                7200            ; retry, seconds<br>                3600000         ; expire, seconds<br>                86400 )         ; minimum, seconds<br>josebravo7.com. 86400 IN NS ns1.xxxxxx.com.<br>josebravo7.com. 86400 IN NS ns2.xxxxxx.com.<br>josebravo7.com. IN A xx.xx.176.2<br>localhost.josebravo7.com. IN A 127.0.0.1<br>josebravo7.com. IN MX 0 josebravo7.com.<br>mail IN CNAME josebravo7.com.<br>www IN CNAME josebravo7.com.<br>ftp IN A xx.xx.176.2<br><br><br>My DNS server is running on:<br>PDNS 2.9.21.1<br>CentOs 5.6 x 64 bits<br><br>Please any help will be appreciated!<br><br>Thanks a lot!<br><div><span name="x"></span><blockquote style="border-left: 2px solid rgb(243, 243, 243); padding-right: 5px; padding-left: 15px; margin-left: 10px; margin-right: 0px;" ><font="" color="#666666" ><b>jose="" david="" bravo="" &aacute;lvarez<="" b><br="" >=""><b><font class="Apple-style-span" color="#666666"><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;">Jose David Bravo Álvarez</span></font></font></b><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;"><br></span></font><font class="Apple-style-span" color="#3366ff"><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;">ColombiaHosting S.A.S.</span></font></font><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;"> </span></font><font class="Apple-style-span" color="#808080"><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;">- Gerente General</span></font></font><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;"><br></span></font><i><font class="Apple-style-span" color="#666666"><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;">jbravo@colombiahosting.com</span></font></font></i><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;"><br></span></font><a href="http://www.colombiahosting.com"><font class="Apple-style-span" color="#3366ff"><font class="Apple-style-span" face="tahoma, 'new york', times, serif"><span class="Apple-style-span" style="font-size: small;">http://www.colombiahosting.com</span></font></font></a></blockquote><span name="x"></span><br></div></div></body></html>