帮助中心

帮助中心 » VPS/云主机 » WIN系统的云主机开启IPV6访问支持

页码: 1

WIN系统的云主机开启IPV6访问支持

- help 2025-04-02 00:17

WIN系统云主机默认关闭了IPV6网络的连接支持,
比如无法访问IPV6网站,无法连接IPV6类型IP地址的主机网络,如果要开启支持,请按照下面方法操作:

步骤:

第一步,找到网卡  打开网络适配器

[attachimg]1064[/attachimg]


第二步:

系统左下角,开始--找到-Windows PowerShell

输入以下命令:

netsh interface teredo set state default
netsh interface 6to4 set state default
netsh interface isatap set state default

--------------------------完成!-------------------------------------------------------
如需关闭连接IPV6网络功能,输入下面命令:

netsh interface teredo set state disable
netsh interface 6to4 set state disabled
netsh interface isatap set state disabled

页码: 1