VPN over VPN

2011-03-06 Thread Matej Kovacic
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?

Regards,

Matej
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: VPN over VPN

2011-03-06 Thread Ma Begaj
2011/3/6 Matej Kovacic matej.kova...@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
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list