This is a discussion on Re: Strange dns problem ? within the Bind Users forums, part of the DNS and Related Forums category; Hello Ronan, Thursday, July 8, 2004, 10:02:44 PM, you wrote: RF> Albert <milis@gosip.net> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Ronan,
Thursday, July 8, 2004, 10:02:44 PM, you wrote: RF> Albert <milis@gosip.net> wrote: >> A> i had to add double ns2 record to my primary server in order to make >> A> dig www.xyz.com @ns2.cepat.net.id work! >> >> A> if i remove one ns2 record on my primary server... well it's stuck! i >> A> think u can try it again. thanx. >> >> ok, i have solved the problem magically! i move the ns2 record on my >> primary server to line 17 (form line 12). and it works now! maybe bind >> developer can explain this 'anomaly'. RF> Could be a difference in $ORIGIN ? RF> You would have to post your zone file in both states (not working on RF> line 12, and working on line 17) then maybe someone could see the problem. $ORIGIN . $ttl 600 cepat.net.id. IN SOA ns1.cepat.net.id. noc.cepat.net.id. ( 2004070713 10800 3600 604800 38400 ) IN NS ns1.cepat.net.id. IN NS ns2.cepat.net.id. IN MX 10 mail.cepat.net.id. $ORIGIN cepat.net.id. ns1 IN A 202.43.178.10 ns2 IN A 202.43.178.245 <== was here (line 12) .. .. .. .. .. ns2 IN A 202.43.178.245 <== moved to here and it resolve my problem. (line 27) PS: i mentioned that i move the ns2 record from line 16 to 27 but actually it was from 12 to 27. -- Best regards, Albert |