Policy:
IPv4 : 只有系統預設的
IPv6 : 基本同IPv4的設定
config firewall policy
edit 1
set name "Internet"
set srcintf "lan"
set dstintf "wan1"
set srcaddr "all"
set dstaddr "all"
set action accept
set schedule "always"
set service "ALL"
set nat enable
next
end
config firewall policy6
edit 1
set name "Internet-IPv6"
set srcintf "lan"
set dstintf "wan1"
set srcaddr "all"
set dstaddr "all"
set action accept
set schedule "always"
set service "ALL"
set logtraffic all
set nat enable
next
end
IPv6的設定完全按照以下教學:
https://carry0987.github.io/Fortinet-Note/FortiGate/IPv6.html
UTM以及NGFW的部分全部關閉,一個都沒開。
我這邊倒是發現很奇怪的現象,就是如果我把IPv6關了,只用IPv4的話 Line 就又可以正常傳圖了....




























































































