2014年6月28日 星期六

ipv6修正

未修正前:

修正後:

歷史紀錄顯示已經可正確支援ipv6:

1.etc/bind/下正、反解及auth....設定檔
2.network/interfaces:

auto lo
iface lo inet loopback
auto eth0

iface eth0 inet static
address 163.26.*.*
netmask 255.255.255.0
network 163.26.*.0
gateway 163.26.*.254
broadcast 163.26.*.255
dns-nameservers 163.26.*.1 168.95.1.1
dns-search ***.tn.edu.tw

iface eth0 inet6 static
address 2001:288:****::*
netmask 48

3.除了dns主機要設定之外,www主機的interfaces也需一併設定。