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.
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.
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.
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
Recent comments
1 day 7 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 14 hours ago
2 days 21 hours ago
2 days 22 hours ago
2 days 23 hours ago