IPv6 Internet access won't work without NAT using DHCP6-PD
Greetings,
I have a Fortigate 100D set up for TimeWarner Cable Internet. With the following settings, my inside devices will pull an IP from TWC, but they cannot get out to the Internet. I am able to ping the WAN interface, but not the LAN.
config system interface
edit "wan1"
set vdom "root"
set mode dhcp
set vlanforward enable
set type physical
set role wan
set snmp-index 2
config ipv6
set ip6-mode dhcp
set dhcp6-prefix-delegation enable
end
set dns-server-override disable
next
edit "lan"
set vdom "root"
set ip 192.168.1.1 255.255.255.0
set allowaccess ping https ssh
set vlanforward enable
set type hard-switch
set role lan
set snmp-index 1
config ipv6
set ip6-mode delegated
set ip6-send-adv enable
set ip6-upstream-interface "wan1"
set ip6-subnet ::1:0:0:0:1/64
config ip6-delegated-prefix-list
edit 1
set upstream-interface "wan1"
set autonomous-flag enable
set onlink-flag enable
set subnet 0:0:0:100::/64
next
end
end
next
end
I have a IPv6 policy which allows all LAN to go to WAN. If I enable NAT in the policy, access works. Has anyone been able to use TWC Internet with DHCP6-PD without a NAT?
Thanks
