[Info] Is a VPN client supported inside a VE?

Article ID: 1601 
Last Review: Oct,6 2008
Author: Basalyko Roman
Last updated by: system APPLIES TO:
  • Virtuozzo for Windows 3.5.1 SP1
  • Virtuozzo Containers for Windows 4.0

Resolution

Virtual Private Network (VPN) is a technology allowing you to establish a secure network connection over an insecure public network. In Virtuozzo 3.5.1 SP1, you can make Virtual Environments operate as VPN clients connecting to VPN remote access servers.
By default, the VPN support inside a VE is disabled. However, you can use the --vpn option of the vzctl set command to enable a VE to take advantage of the VPN technology benefits.

Let us assume that you wish to turn on the VPN support inside VE 101. To this effect, you should execute the following commands on the Hardware Node:

C:\...\Administrator>vzctl set 101 --vpn on --save
Command 'set' is successfully finished
C:\...\Administrator>vzctl restart 101


To check that the VPN support is now turned on inside VE 101, run the following command:

C:\...\Administrator>vzlist -o nettype 101
NETTYPE
routed+vpn


The command output shows that VE 101 is currently operating in the host-routed mode and the VPN support is enabled inside the VE. From this moment on, you can start connecting VE 101 to private networks in the same way as you would do it on any other standalone computer (e.g. using the New Connection Wizard which can be launched by double-clicking the New Connection Wizard icon in the Network Connections applet).

At any time, you can disable the VPN support inside VE 101 by issuing the following command:

C:\...\Administrator>vzctl set 101 --vpn off --save
Command 'set' is successfully finished


Note: This option supports Microsoft VPN client only. Any other VPN cliens are not supported.
Keywords: VPN client


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields