This weekend I got a new server and so decided to setup the server from scratch following the perfect server install for fedora 9, I've then installed ISPconfig and manually copied the settings from my existing server to my new one. I've updated my router with the same rules as my old server but since i made the switch last night i've not been able to see my sites externally. The only thing different between the two servers are the IP addresses, fedora version and ISPconfig version.... I'm at a bit of a loss as to why i cant access my sites. One of the domains i've trying to get to work is www.spongecat.com Getting a bit urgent now as the sites down.
That site's working for me. Please check your DNS records as follows: Code: dig yourdomain.com dig www.yourdomain.com ...
dns and dig problem hi, i have the similar problem,(but i didn't move my server...) the thing is: if i #dig @localhost www.mydomain.com, i get the right respond, all the ns... and if i do #dig www.mydomain.com i get ;; connection timed out; no servers could be reached can someone help me, i tried to configurate it with different tutorials written on this site, but i always get the same problem.. (firewall port DNS opened) (ns are registered) many thanks, damjan
# dig ns damjanvantur.com ; <<>> DiG 9.3.4-P1 <<>> ns damjanvantur.com ;; global options: printcmd ;; connection timed out; no servers could be reached
Recursive Queries i know its probably not the right topic, but i let my domain through http://www.intodns.com/damjanvantur.com and i dont know what "Recursive Queries" means? can anyone explain it to me? many thanks, damjan
This means that your name servers can be used to query any domain, not just the ones for which they are authoritative. To prevent this, you can add allow-recursion { none; }; to your named.conf (see chapter 2 on http://www.howtoforge.com/how-to-patch-bind-to-avoid-cache-poisoning-debian-etch ).