Re: VPN over VPN



2011/3/6 Matej Kovacic <matej kovacic owca info>:
> Hi,
>
> is it possible to use VPN over VPN?
>
> For instance, user is connected to Open VPN server and then connects to
> Cisco VPN through the first connection?

yes but not only with NM. I did that again with a dispatcher script by
starting openvpn
after 1st connection was established.

you have to start 2nd connection with openvpn binary without NM... example:

#!/bin/sh
if [[ $CONNECTION_UUID == '..........' ]] && [[ $2 == 'vpn-up' ]]; then
    openvpn /home/user/my_vpn_conf
fi



NM itself is not able to establish two VPN connections at the same time


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]