2024年5月6日发(作者:word2007密钥是多少)
在 Windows Server 2008 中禁用 IPv6
作者:Starland 日期:2013-06-26 00:27:40
字体大小: 小 中 大
在 Windows Server 2008 中,即使取消勾选“本地连接”属性的“Internet 协议版本 6”一项,域成员服务器
仍然会在 AD 的 DNS 中自动注册 6to4 的隧道地址(2002 开头的 IPv6 地址)。如果用户计算机启用了 IPv6 协
议,就会优先于 IPv4 解析到这个实际未使用的 IPv6 隧道地址,以至于不能访问服务器。
因此,要彻底禁用 IPv6 协议,必须更改注册表(Windows Server 2008 以上版本是不能卸载 IPv6 协议的)。
在注册表中,找到 HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpip6Parameters ,新
建 DisabledComponents 项(DWORD 32 位 类型),输入十六进制值 ffffffff(8个f)。完成后重启服务器。
参考资料:
如何禁用 IP 版本 6 或 Windows 中的特定组件
Windows 2008 禁用ipv6
IPv6 for Microsoft Windows: Frequently Asked Questions
Windows 2008
禁用
ipv6
Windows 2008缺省启用了IPV6,正确的禁用IPV6的方法如下:
forward msg:
By default, IPV6 is enabled on a Windows 2008 server and you have disabled it in the network
connections properties, but not fully.
solution is to enable IPV6 in NIC properties, but disable IPV6 in registry and re-run the setup.
To disable IPV6 fully on the 2008 server. Follow the steps to do so.
Launch registry, navigate
toHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpip6Parameters. In the
details pane, click New, and then clickDWORD (32-bit) Value. Type "DisabledComponents"
(without quotes) and then press enter. Double-clickDisabledComponents and type 0xffffffff in
Hexadecimal or 4294967295 in Decimal. Close the registry editor.
Now, navigate to C:WindowsSystem32DriversEtc and open the hosts file in notepad. Delete
theIPV6 entry.
原文:
/forums/en-US/exchangesvrsecuremessaginglegacy/thread/536
8ec2e-98ac-4186-aa43-514c32cb7542/
顺便关闭一下 Windows 2008 口令策略吧
/en-au/windows-vista/change-password-policy-settings
发布者:admin,转转请注明出处:http://www.yc00.com/xitong/1714953472a2543222.html
评论列表(0条)