We might want to add routes globally here, so we can avoid nat elsewwhere, Also make sure that the route to DGSM mcast is up if tinc is retarted
4 lines
242 B
Text
4 lines
242 B
Text
/sbin/ifconfig $INTERFACE <%= @vpn_ip_address %> netmask 255.255.0.0
|
|
/sbin/ip route add 10.22.0.0/16 via 10.23.0.2 dev rhizomatica
|
|
/sbin/ip route add 10.60.0.0/16 via 10.23.0.2 dev rhizomatica
|
|
/sbin/ip route add 239.192.23.42 dev rhizomatica
|