LoginSignup
0
0

More than 5 years have passed since last update.

Windowsメモ

Last updated at Posted at 2018-03-03

IPv6無効

コントロール パネル->ネットワークとインターネット->ネットワークと共有センターのイーサネットのプロパティでIPv6を無効化
image.png

ISATAP インタフェース無効化

>netsh interface ipv6 isatap set state disabled
OK

6to4 インタフェース無効化

>netsh interface ipv6 6to4 set state disabled
OK

Teredo インタフェース無効化

>netsh interface teredo set state disabled
OK

インターフェース確認

>netsh interface ipv6 show interface

Idx     Met         MTU          状態                 名前
---  ----------  ----------  ------------  ---------------------------
  1          75  4294967295  connected     Loopback Pseudo-Interface 1

参考:https://blogs.technet.microsoft.com/jpntsblog/2010/06/16/ipv6-ipv6-3/

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