0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows 2008 R2 の IPv6無効化

Last updated at Posted at 2015-06-12

HKEY_LOCAL_MACHINE¥SYSTEM¥CURRENTCONTROLSET¥SERVICES¥TCPIP6¥PARAMETERS
DisabledComponents=0xff:DWORD:32bit

※IPv6 またはそのコンポーネントを無効にすることは推奨されません。

参考として、IPv4を優先化する方法http://www.vwnet.jp/Windows/w7/IPv4/IPv4PriorityUP.html

■現在の優先順位の確認
netsh interface ipv6 show prefix policies
■優先順位変更
netsh interface ipv6 set prefixpolicy ::ffff:0:0/96 50 0
netsh interface ipv6 set prefixpolicy ::1/128 40 1
netsh interface ipv6 set prefixpolicy ::/0 30 2
netsh interface ipv6 set prefixpolicy 2002::/16 20 3
netsh interface ipv6 set prefixpolicy ::/96 10 4
■優先順位リセット
netsh interface ipv6 reset

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?