This article explains how web browsing traffic flows for IPv6-only hosts when using NAT64 and DNS64.
FortiGate.
The example below demonstrates a basic IPv6 LAN setup with a DNS64 server.
How it works:
NAT64 configuration on FortiGate:
config firewall policy
edit 1
set name "NAT64"
set srcintf "any"
set dstintf "any"
set action accept
set nat64 enable
set srcaddr "all"
set dstaddr "all"
set srcaddr6 "all"
set dstaddr6 "VIP64"
set schedule "always"
set service "ALL"
set logtraffic all
set ippool enable
set poolname "ippool64"
end
config firewall ippool
edit "ippool64"
set startip 100.100.100.1
set endip 100.100.100.1
set nat64 enable
set add-nat64-route enable
next
end
config firewall vip6
edit "VIP64"
set extip 64:ff9b::-64:ff9b::ffff:ffff
set nat66 disable
set nat64 enable
set embedded-ipv4-address enable
end
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.