Think before you speak, read before you think.

xp win7 debian下的ipv6配置

 

xp使用isatap隧道方式上ipv6

win+R > cmd

C:\Documents and Settings\Administrator>netsh
netsh>int
netsh interface>ipv6
netsh interface>ipv6 install
netsh interface ipv6>isatap
netsh interface ipv6 isatap>set router xxx.xxx.xxx.xxx
netsh interface ipv6 isatap>set state enabled

上面的填好router的地址

Windows7使用isatap隧道方式上ipv6

C:\Documents and Settings\Administrator>netsh
netsh>int
netsh interface>ipv6
netsh interface ipv6>isatap
netsh interface ipv6 isatap>set router xxx.xxx.xxx.xxx
netsh interface ipv6 isatap>set state enabled

 


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *