關於IPV4 IPV6設定


#先檢查網路
$ ifconfig
#修改/etc/network/interface的檔案
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

sudo eth0
iface eth0 inet static
address 140.130.17.105
netmask 255.255.255.0
network 140.130.17.0
broadcast 140.130.17.255
gateway 140.130.17.254
# dns-* options are implemented by the resolvconf package, if $
dns-nameservers 140.130.1.2 140.130.17.3 168.95.1.1
dns-search mde.nfu.edu.tw

#老師的地址3004

#從新啟動

可以到IPV6的網站測試是否可以連線

試用ubuntu系統改成IPV6和IPV4使用,並測試速度的使用上的問題,主要是在沒有IPV6的網站沒辦法連上去,這部份可能需要依靠proxy進行代理伺服器


Comments

comments powered by Disqus