Ⅰ.使用高校isatap 通道。

        下面用XX.XX.XX.XX代替ISATAP地址。

        1. Windows XP:在CMD執行以下指令

  • ipv6 install
  • netsh interface ipv6 isatap set router XX.XX.XX.XX 
  • netsh interface ipv6 isatap set state enabled

        2.Vista與Win7:在CMD執行以下指令

  • netsh interface ipv6 isatap set router XX.XX.XX.XX 
  • netsh interface ipv6 isatap set state enabled

        提供常用“ISATAP隧道點(diǎn)IP”

  • 上海 isatap.sjtu.edu.cn
  • 德國 isatap.uni-muenster.de
  • 臺灣 nc9.giga.net.tw
  • 臺灣 isatap.ipv6.chttl.com.tw
  • 韓國 isatap.ngix.ne.kr
  • 波蘭 isatap.icpnet.pl
  • 北京 isatap.tsinghua.edu.cn

Ⅱ.使用Teredo 通道。

        1.Windows XP(SP1+):在CMD執行以下指令

  • netsh interface ipv6 install
  • netsh interface ipv6 set teredo client

        2.Vista與Win7:在CMD執行以下指令

  • netsh int ter set state client

        3.Debian/Ubuntu Linux:

  • sudo apt-get install miredo

        4.Redhat/Fedora Linux:

  • su -c 'yum install miredo'
  • su -c 'service miredo-client start'

 

如果經(jīng)過(guò)上面的設置還無(wú)法連接,請修改系統默認的Teredo地址,往下看:

Windows XP:(注意有個(gè)句點(diǎn))

  • netsh interface ipv6 set teredo client <服務(wù)器地址>.

Windows Vista/7:(注意有個(gè)句點(diǎn))

  • netsh int teredo set state client <服務(wù)器地址>.


Linux用戶(hù)需要修改配置文件并重啟服務(wù):
Debian/Ubuntu:

  • sudo gedit /etc/miredo.conf

Redhat/Fedora:

  • su -c 'dbus-launch gedit miredo.conf'

注釋原來(lái)所有的 ServerAddress 段(在前面加上#號),然后增加下面的語(yǔ)句:

  • ServerAddress <服務(wù)器地址>

然后重啟miredo服務(wù)

Redhat/Fedora

  • su -c 'service miredo-client restart' 

Debian/Ubuntu

  • sudo service miredo restart 

 

常用公共Teredo服務(wù)器地址列表:

  • teredo.remlab.net / teredo-debian.remlab.net (法國)   (Miredo 默認設置)
  • teredo.autotrans.consulintel.com   (西班牙)
  • teredo.ipv6.microsoft.com  (美國 雷蒙德) (Windows XP/2003/Vista/7/2008 系統默認設置)
  • teredo.ngix.ne.kr  (韓國)
  • teredo.managemydedi.com  (美國 芝加哥)

 

Ⅲ.對于使用路由上網(wǎng)的朋友,你使勁搞完上面的方法后發(fā)現還是沒(méi)用,為啥?對于路由器用戶(hù)來(lái)說(shuō)還需要修改teredo的【類(lèi)型】參數,內網(wǎng)用戶(hù)類(lèi)型不是client而是enterpriseclient。

解決方法:

  • netsh interface ipv6 set teredo enterpriseclient    (XP用戶(hù)適用)
  • Netsh int ter set state enterpriseclient    (VISTA/7用戶(hù)適用)

Ⅳ.還有一種牛逼的方法是找HE,HE公司擁有世界上最大的IPV6骨干網(wǎng),你可以很容易搞到IPV6地址,很多使用VPS的用戶(hù)甚至已經(jīng)用此方法為博客、網(wǎng)站搞起了IPV6 Ready。此方法使用戶(hù)獨立服務(wù)器、VPS等擁有獨立公網(wǎng)IP以及系統管理權限用戶(hù),對于普通撥號上網(wǎng)用戶(hù)不實(shí)用,在次不做介紹,當然,有人可能會(huì )說(shuō)用路由,然后一直不斷線(xiàn)就行了,我很杯具地告訴你電信會(huì )斷你線(xiàn)的。想嘗試的朋友自行Google。

 

PS:本人不保證所有方法一定有效。

至于使用IPV6有什么用處,請自省Google,或者百度。

以上所有方法搜索來(lái)自于網(wǎng)絡(luò )。歡迎轉載分享。