DNS lookup retrieves my domain.
But DNS reverse fails, is this wrong? From what I am gathering, my host needs to point dns to me?
Also, when i try bringing up the domain in a browser, it hangs at resolving. Do I have to wait for my changes, on my own dns server, to propigate? Or is that only when changing the parent dns with a registrar?
I don't know, like I said, I am new to all of this. I *might* have my reverse zone setup wrong, but I went through about 10 sites reading how to setup it up. Any info would be very helpful.
Thanks
anthony
<Sorry, no personal domains.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 7:22 pm (utc) on Feb. 28, 2005]
Your browser could be hanging on old data that hasn't propagated yet. To check, get the IP address of your primary DNS server (the one your workstation is set to) and assuming it's 10.10.10.10, then from linux, do:
nslookup -type=ns mydomain.com 10.10.10.10
If it reports the old name servers, but the whois is correct, then you probably just need to wait.
If it reports no name servers, then there may be a problem.
I prolly should have read the TOS on these forums, didn't relize they'd clip most of my first post . When I do a reverse lookup, it fails, after probing my host, with the error:
X.X.X.X PTR record: X.X.X.X.in-arpa.com. [TTL 60s] [A=None] *ERROR* A record does not point back to original IP.
of course the X's are my ip address, but I'll get clipped again if I mention them. what bothers me is that in-arpa.com, isn't that supposed to be in-addr.arpa? Also, another thing bugging me, is that even if the reverse lookup wasn't working, shouldn't it still resolve? My registrar has the IP of my machine, so when someone asks for my site, it gets my dns servers off the parent servers, queries my dns server and gets the www record, and then opens a connection to my server, correct? I just don't understand where the connection is going wrong. Anyone understand what is going on here?
My next question, i thought all you needed for dns was udp and tcp on port 53, is there any other traffic that needs to be enabled?
isn't that supposed to be in-addr.arpa
Yep. Also, you're right that reverse DNS problems shouldn't affect forward DNS. But, if you get a timeout when you query your reverse DNS, that can cause delays if you're making outgoing connections from the IP that doesn't reverse-resolve.
As for the dns, after flushing my iptables, I added a section to accept icmp echos, started up iptables, and now it's running perfectly. I am assuming that the pinging is need by client browsers and such to resolve.