Changes

Line 89: Line 89:     
  echo '[ "$ACTION" = "ifup" ] && { ip route add default via 10.0.0.5 table rt }' > /etc/hotplug.d/iface/55-vpn
 
  echo '[ "$ACTION" = "ifup" ] && { ip route add default via 10.0.0.5 table rt }' > /etc/hotplug.d/iface/55-vpn
 +
----
 +
* When your done with the configuration, don't forget to restart the relevant services. You can do this by restarting the entire router ('''reboot''' command) or just restart the '''network''' and '''openvpn''' services:
 +
 +
/etc/init.d/network restart
 +
/etc/init.d/openvpn restart
    
==Testing the setup==
 
==Testing the setup==

Navigation menu