Displaying 1 result from an estimated 1 matches for "adddreses".
Did you mean:
addreses
2015 Oct 01
2
Tinc + OSPF - is it feasible?
..., the /etc/tinc/NETWORK/tinc-up looks like:
ifconfig $INTERFACE 192.168.x.1 netmask 255.255.0.0
ip route replace 10.0.0.0/8 dev $INTERFACE
ip route replace 172.16.0.0/12 dev $INTERFACE
so all private addreses are routed via the mesh.
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).
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 g...