2011/3/6 Matej Kovacic <[email protected]>:
> 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
_______________________________________________
networkmanager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to