Re: VPN over VPN
- From: Ma Begaj <derliebegott gmail com>
- To: Matej Kovacic <matej kovacic owca info>
- Cc: networkmanager-list gnome org
- Subject: Re: VPN over VPN
- Date: Sun, 6 Mar 2011 12:06:13 +0100
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]