一般在命令提示字元模式下,使用ipconfig只能看到IPV4的位址。
 
C:\Documents and Settings\Administrator>ipconfig
Windows IP Configuration
Ethernet adapter 區域連線:
        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.32
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1
---------------------------------------------------------------------------------------------------------
如果想要看到IPV6的位址必須自己安裝,windows 2000以上版本都有內建IPV6解析。
必須使用 ipv6 install 指令。

操作步驟如下:
C:\Documents and Settings\Administrator>ipv6 install
正在安裝...
執行成功。
---------------------------------------------------------------------------------------------------------
安裝成功後,再使用ipconfig看一下。
C:\Documents and Settings\Administrator>ipconfig
Windows IP Configuration
Ethernet adapter 區域連線:
        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.32
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        IP Address. . . . . . . . . . . . : fe80::218:f3ff:fe39:8c65%5
        Default Gateway . . . . . . . . . : 192.168.1.1
 
果然可以看到IPV6的位址了。
        IP Address. . . . . . . . . . . . : fe80::218:f3ff:fe39:8c65%5
 ---------------------------------------------------------------------------------------------------------
如果要解除安裝IPV6,必須使用 ipv6 uninstall 指令。
 
C:\Documents and Settings\Administrator>ipv6 uninstall
正在解除安裝...
必須重新開機,才能完成這個動作。
---------------------------------------------------------------------------------------------------------
解除後,再用 ipconfig 指令看一次,果然已經解除IPV6。
 
C:\Documents and Settings\Administrator>ipconfig
Windows IP Configuration
Ethernet adapter 區域連線:
        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.32
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1
 
arrow
arrow
    全站熱搜

    yoonow 發表在 痞客邦 留言(0) 人氣()