ipv6 - internal lan interface cannot reach internet
Hi,
I've configured ipv6 for the first time on my Fortigate 50E with 6.2.16 firmware.
My ISP doesn't give me the option to delegate /56 or /60 subnet but only eight /64 subnets for internal use. So I've connected the wan1 port to the ISP bridge and using link local IPV6 address of the Fortigate WAN1 port I've I've delegated one of the /64 prefix to the Fortigate.
Then I've configured the WAN1 port via CLI in dhcp as follows:
config system interface edit "wan1" config ipv6 set ip6-mode dhcp set ip6-allowaccess ping set dhcp6-prefix-delegation enable end next end
Next I've configured my lan interface:
config system interface edit "lan" config ipv6 set ip6-mode static set ip6-address xxxx:xxx:xxxx:f2f1::1/64 //the subnet is the same of the one delegated by the ISP set ip6-allowaccess ping https ssh set ip6-send-adv enable set ip6-other-flag enable config ip6-delegated-prefix-list edit 1 set upstream-interface "wan1" set autonomous-flag enable set onlink-flag enable set subnet ::/64 set rdnss-service default next end end next end
And then I've configured the dhcp server
config system dhcp6 server edit 1 set rapid-commit enable set subnet ::/64 set interface "lan" set upstream-interface "wan1" set ip-mode delegated next end
With this configuration i can reach google ipv6 address, from cli via wan1 (that exit to the net with the same ipv6 address of the lan interface):

But is unreachable from the lan interface:

I've also created ad IPV6 policy from lan to wan1 that allow the traffic from any source to any destination always scheduled and for all service, NAT disabled. And I've created a static IPV6 route to all destionation (::/0) to wan1.
I've tried with gateway :: or the link local address of the ISP bridge and the google site is reachable via wan1 only.
Where am I wrong with this configuration?
thanks in advance
