您的位置:首页 > 其它

How to Flush DNS in Microsoft Windows

2012-01-11 18:29 351 查看
下面是各种操作系统下刷新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服务器上注册自己。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: