How to Setup Internet Access from Virtual LabsYou must be running Veeam Backup & Replication
5.0.2 or later to get advantage of this functionality.
Step by step:
1. Create registry values according to the below description.
2. Restart Veeam Backup UI.
3. Create NEW virtual lab.
Registry settings- Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\VeeaM\Veeam Backup and Replication\SureBackup]
To enable functionality (disabled by default)
- Code: Select all
vlabProxyEnable
DWORD
1
To customize proxy port (inside virtual lab). If the value does not exist, 8080 is used. Value must be in hex, for example 00000c38 for port 3128.
- Code: Select all
vLabProxyPortHTTP
DWORD
Port number (hexadecimal)
To set production proxy server name. If this value does not exist, proxy appliance must have direct internet access from its production network interface.
- Code: Select all
vlabProxyServer
STRING
upstreamproxyname.domain.local
Authentication on upstream proxy (username/password) is NOT currently supported.
Remember to adjust proxy settings in the
Internet Options on every sandboxed VMs. To do that, open
Internet Options > Connections > LAN Settings > Proxy server and specify proxy appliance IP address (on the isolated network), and port number.