Hi!
We've IPIP tunnels running between routers which need a local and remote address in the underlay networks (so the tunnel gets established). On top of the IPIP tunnel there is a local and remote address in the tunnel. I can easily configure the second set of IP addresses in the Netbox, but what is the Netbox way to configure the IP addresses needed to establish the tunnel itself.
A custom field in the IPIP tunnel interface with the local address would solve it but first it is not possible and secondly it would only be a text field.
On a Mikrotik router it looks like this
/interface ipip add local-address=10.0.0.1 remote-address=10.0.1.1 name=tunnelBlabla
/ip address add address=10.4.4.1/30 interface=tunnelBlabla
ps: I see the same problem with a wireguard or eoip/gre tunnel.
pps: If you're interested why we need an IPIP tunnel. Easily! A IPsec tunnel can not be used for OSPF, so using a IPIP tunnel encrypted with IPsec solves the problem. ECMP Routing with failover if one connection (over a provider) dies - works like a charm. :-)
How should I configure that in the Netbox, thx for your advices!
Regards,
Robert