Changes

no edit summary
Line 1: Line 1: −
==Introduction==
+
'''Bold text'''==Introduction==
    
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities.
 
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities.
Line 85: Line 85:  
</ul>
 
</ul>
 
</ul>
 
</ul>
 +
----
 +
* Finally, we'll need to add a short custom script to ''/etc/hotplug.d/iface/55-vpn'' that adds a route that
 +
 +
echo '[ "$ACTION" = "ifup" ] && { ip route add default via 10.0.0.1 table rt }' > /etc/hotplug.d/iface/55-vpn

Navigation menu