Has someone ospf6 running over a IPsec Tunnel?
Ipv6 over the tunnel is working fine. Adding the interface to "router ospf6 interfaces" does not work: The IPsec interface does not appear unter "get router info6 ospf interface". There is only a loopback interface added also.
BGP is working fine with ipv6 using the same tunnel.
Hello,
Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible.
If anyone seeing this has any ideas, please feel free to contribute!
Thanks,
Hi,
We're still looking to get you an answer or help. Thanks for your patience!
Hello haymas,
I found this solution. Can you tell us if it helps, please?
To run OSPFv3 (also known as OSPF6) over an IPsec tunnel, ensure the following steps are completed:
Link-Local Address Configuration:
# config system interface
edit "Tunnel_Interface"
# config ipv6
set ip6-address fe80::1/64
end
OSPF6 Interface Configuration:
# config router ospf6
set router-id <router-id>
# config area
edit <area-id>
next
end
# config ospf6-interface
edit "<interface-name>"
set interface "<ipsec-interface>"
next
end
Verification:
# get router info6 ospf interface
If the IPsec interface does not appear, double-check the link-local address configuration and ensure the interface is correctly added to the OSPF6 configuration.
| User | Count |
|---|---|
| 2841 | |
| 1436 | |
| 812 | |
| 802 | |
| 455 |
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.