pctine wrote:
再談 Hinet I...(恕刪)
謝謝pctine兄的補完。
當初也是覺得既然IPv6是DHCP的Client端來設定,那麼Address應該自動代出才是。
另一串討論裡面,ej83jp6兄也有提及address可以引用pool,address會自動代上。
再來凹p大一下,IPv6的Firewall可以再進一步分享嗎?
derliang wrote:
再來凹p大一下,IPv6的Firewall可以再進一步分享嗎?...(恕刪)
# 建立 IPv6 6to4 interface (ipv4 server & client address)
/interface 6to4
add comment="Hurricane Electric IPv6 Tunnel Broker" disabled=no local-address=\
114.32.xxx.xx mtu=1480 name=sit1 remote-address=66.220.18.42
# Assign wan IPv6 address (IPv6 client IP address)
/ipv6 address
add address=2001:470:c:b9b::2/64 advertise=no comment="tunnelbroker.net wan" \
disabled=no eui-64=no interface=sit1
# Assign lan IPv6 address (routed IPv6 prefix)
add address=2001:470:d:b9b::1/64 advertise=yes comment="tunnelbroker.net lan" \
disabled=no eui-64=no interface=ether2-lan
# 建立 IPv6 pool
/ipv6 pool
add name=ipv6_pool1 prefix=2001:470:d:b9b::/64 prefix-length=64
# IPv6/ND
/ipv6 nd
set [ find default=yes ] advertise-dns=yes interface=ether2-lan \
managed-address-configuration=yes
/ipv6 nd prefix
add interface=ether2-lan prefix=2001:470:d:b9b::/64
# 建立 static route
/ipv6 route
add comment=tunnelbroker.net disabled=no distance=1 dst-address=::/0 gateway=\
sit1 scope=30 target-scope=10