<div dir="ltr"><div><div><div><div><div>Hello,<br><br><br></div>Please tell me if it's possible to use tinc together with OSPF (instead of static routes in LAN). By OSPF I mean Quagga's GNU/Linux daemon.<br><br></div>Namely, I have a group of LANs (private 192.168.x.0/24 each).<br></div><br>Each LAN has a GNU/Linux default gateway, 192.168.x.1, that also connects to the Internet via a public IP address (does NAT and firewall for the LAN "behind" it).<br></div><br>tinc daemon runs on each default gateway, connecting all LANs in a mesh.<br></div>Today, on each default gateway, the /etc/tinc/NETWORK/tinc-up looks like:<br><div><br>ifconfig $INTERFACE 192.168.x.1 netmask 255.255.0.0<br>ip route replace <a href="http://10.0.0.0/8">10.0.0.0/8</a> dev $INTERFACE<br>ip route replace <a href="http://172.16.0.0/12">172.16.0.0/12</a> dev $INTERFACE<br><br></div><div>so all private addreses are routed via the mesh.<br><br></div><div>Now other gateways/routers (non-tinc, non-defaut, with private adddreses only) are installed in each LAN, connecting them via „backup” links (purely private Ethernets).<br><br></div><div>What I need is to start an interior dynamic routing daemon (OSPF?) on all routers (tinc or non-tinc) and share the routing information between them all (*including* those over tinc tunnels). The final goal is that if some random router/gateway fails, the network reconfigures itself without manual intervention (without the need to modify static routes on non-tinc routers).<br><br></div><div>Could you please point me to some good documentation / examples for accomplishing this (if technically possible) ?<br><br></div><div>How do I "inject" tinc routes in OSPF and vice-versa? Should the tinc virtual NETWORK interface participate in a Quaga/OSPF process, together with the other physical Ethernet private interfaces? How should /etc/tinc/NETWORK/tinc-up look like in such cases?<br><br><br></div><div>Thanks a lot,<br></div><div>Răzvan<br></div><div><br><br></div><div><br><div><br></div></div></div>