Question
[IPv6] link local address for gateway
Hi, I want my Fortigate having a link-local address for next hop/gateway.
system interface port4 - config system interface edit " port4" set vdom " root" set type physical set alias " external" config ipv6 set ip6-address fe80::10:20:30:5/128 set ip6-allowaccess ping end next end
config router static6 - edit 1 set device " port4" set gateway fe80::10:20:30:1 next endUnfortunately it doesn´t work at all. From the switch (having fe80::10:20:30:1) I can ping the Fortigate (having fe80::10:20:30:5/128) but not the other way round. Also routing fails. Perhaps the Fortinet doesn´t know what interface to take for the FE80 address? But port4 is specified. Did I miss something? Does anyone know what´s going wrong?