Changes between Version 4 and Version 5 of UsingPrivateTunnelWithOpenVPN


Ignore:
Timestamp:
03/16/12 08:07:10 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingPrivateTunnelWithOpenVPN

    v4 v5  
    4242}}}
    4343
    44 Of course, you can launch the Private Tunnel connection manually from the terminal like this:
     44Now you're ready to go. If you configured OpenVPN to autostart "privatetunnel" or "all", you can do
    4545
    4646{{{
    47 $ cd /etc/openvpn
     47$ /etc/init.d/openvpn restart
     48}}}
     49
     50And you should be connected.
     51
     52= Connecting to and disconnecting from the Private Tunnel manually =
     53
     54You can launch the Private Tunnel connection manually from the terminal like this:
     55
     56{{{
    4857$ openvpn --config privatetunnel.conf
    4958}}}