下面是各种操作系统下刷新dns的命令:
How to Flush DNS in Microsoft Windows
微软windows下如何清空dns
In Microsoft Windows, you can use the commandipconfig /flushdns to flush the DNS resolvercache.
在微软windows下,你可以用命令 ipconfig /flushdns 来清空dns 缓存内容。
You can also use the command ipconfig /displaydns to viewthe DNS resolver cache.
你也可以用命令 ipconfig /displaydns 来查看dns 缓存内容。
C:\>ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache.
How to Flush DNS in Mac OSX
Mac OSX下如何清空dns缓存
In Mac OSX, you can use the command lookupd -flushcache to flushthe DNS resolver cache.
在Mac OSX中,你可以用这个命令lookupd -flushcache来清空保留的缓存。
bash-2.05a$ lookupd -flushcache
How to Flush DNS in Linux
Linux 下如何清空dns缓存
In Linux, the nscd daemon managesthe DNS cache.
在linux中,nscd进程负责管理DNS缓存。
To flush the DNS cache, restartthe nscd daemon.
要清空DNS缓存,重启nscd 守护进程就行了。
To restart the nscd daemon, usethe command `/etc/rc.d/init.d/nscd restart`.
要重启nscd 进程,使用命令(不带引号)‘/etc/rc.d/init.d/nscd restart’
ipconfig 非常有用的网络配置、排错。。。命令。
不加参数显示当前机器的网络接口状态。
/all 先是详细的信息。
/release 释放当前ip。
/renew 重新申请ip。
/flushdns 刷新dns缓存。
/registerdns 重新在dns服务器上注册自己。