聽說使用 IPv6 可以加快 Youtube 尤其是看 1080p 的時候
以下是安裝過程:
下載/安裝 TunTap for Mac OS X
$ sudo port install vpnc $ sudo port load tuntaposx
下載/編譯 gw6c
$ wget http://nabla.googlecode.com/files/gw6c-6_0-RELEASE.tar.gz $ tar -zxvf gw6c-6_0-RELEASE.tar.gz $ cd gw6c-6_0-RELEASE/tspc-advanced $ make target=darwin all $ sudo make target=darwin installdir=/usr/local/gw6c install
設定 gw6c.conf
$ cd /usr/local/gw6c/bin $ sudo vi gw6c.conf #使用 HiNet 免認證模式: userid= passwd= server=203.74.21.89 auth_method=anonymous #使用 HiNet 認證模式: userid=填入HiNet帳號 如8xxxxxx,只需要數字部分 passwd=填入HiNet密碼 server=203.74.21.88 auth_method=any
啟動 gw6c
$ sudo ./gw6c $ ifconfig 看看 tun0 有沒有出現
測試網站: http://ipv6.google.com