my situation is - I can ping full name (www.test.com) from outside server but I can't ping test.com - I can ping both www.test.com and test.com inside my server.(use Putty) - I can't ping mail.test.com !! but I can send mail and received mail as well. may be coz' I changed IP address of my server and didn't fix some file. Thank you.
I forget question. (-.-") My question is How to fix this problem? Which file I should fix? I config new IP by use ISPconfig > management > server > setting and config some files: /etc/hosts /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network /etc/resolv.conf DNS of all website, I removed it and recreated for each website. I try to find the solution in this forum but not found. Help me please. Thank you
Yes, I have already read that thread before I made this thread. After I setting IP in Management > server > setting I look for some files which contain IP Address. some file must made a change by myself and some files are changed by ISPconfig. ps.I use Fedora core 5 with ISPconfig 2.2.1
thank for your help, falko but I can ping test.com now! may be ISP doesn't fully update. I think that coz' I did't change anything at last night but it work at this morning.
Most ISP's DNS resolvers will cache DNS answers for 4 hours (on average) to save them work. Windows does this too, except it remembers entries for 24 hours (by default) and even caches failed DNS answers for five minutes. It's almost essential to have a local non-caching (or the ability to clear the cache) DNS resolver when running a DNS server. Otherwise you can use (at the windows command prompt) Code: nslookup <name to lookup> <ip of dns server to use> to see if it's your ISP's DNS server or your DNS server. Also you can flush windows cache with Code: ipconfig /flushdns