Verde : Online Registration via Proxy Server

Verde : Online Registration via Proxy Server

If the Verde Server does not have direct internet access and if it is required to communicate via a Proxy Server, following configuration needs to be done on the Verde Server so the outgoing network traffic from Verde Server gets redirected via the configured Proxy Server.

Step-1: Modify file /usr/lib/verde/etc/licsrv/etc/licsrv.conf

[root@verde01 /]# cat /usr/lib/verde/etc/licsrv/etc/licsrv.conf
{
"ProxyEnable": 1,
"ProxyServer": "###.###.###.###:port"
}

Note: Configure proper IP Address and port number of the Proxy Server as per the details specific to the environment. 
 
Make sure to restart the license service after changing the config file

In case, you are performing some tests using WGET or CURL, you might require to modify the following files also.

Step-1: Modify file /etc/environment

[root@verde01 /]# cat /etc/environment
export http_proxy="http://###.###.###.###:port"
export https_proxy="https://###.###.###.###:port"
export HTTP_PROXY="http://###.###.###.###:port"
export HTTPS_PROXY="https://###.###.###.###:port"

Step-2 Modify  file  /etc/profile.d/proxy

[root@verde01 /]# cat /etc/profile.d/proxy
export http_proxy="http://###.###.###.###:port"
export https_proxy="https://###.###.###.###:port"
export HTTP_PROXY="http://###.###.###.###:port"
export HTTPS_PROXY="https://###.###.###.###:port"

    • Related Articles

    • vSpace 11 and Proxy Registration setup

      vSpace 11 will allow online registration via proxy server. You must first establish the proxy settings before attempting to register online via the NComputing Management Portal. in Windows Network Settings enable Proxy settings, and specify your ...
    • Instructions for a WPAD.PAC File to VERDE DHCPD or Proxy Gateway

      Produce Line:  VERDE The following is the documentation on adding wpad.pac file to Verde DHCPD or Proxy Gateway:                      Steps to Modify the DHCPD Process for Including wpad.pac file   #]  cat dhcpd.conf.template ddns-update-style ...
    • VERDE 8.2.x Offline Licensing/Registration

      Product Line:  VERDE The offline registration sequence is as follows (see screenshots included below for reference): Note: Redeeming the VERDE license keys in the Management Portal can occur at any time. However, it is necessary to have the licenses ...
    • Can I still perform online registration or offline registration with earlier versions of vSpace Software?

      On July 1st, 2020, the following changes to available registrations will go into affect. New server registration is available for:  vSpace Pro LTS vSpace Pro Enterprise Edition  Make sure that you are using the latest versions of vSpace Pro, and ...
    • Installing Centos7.x for VERDE 8.2.1, 8.2.2(rpm) vGPU, 8.2.2 and 8.2.3+

      Product Line:  VERDE With the new Centos 7, installation and networking have changed.  Here are the instructions to get VERDE 8.2.1  and 8.2.2(rpm) and Centos 7 installed. Burn Centos 7 Minimal to a CD/DVD or USB Install the OS Select your timezone ...