|
Page 4 of 5
Connection Server Configuration
When external clients connect to View via the Security server, they must be able to resolve the FQDN of the Connection server. This can present a problem because the FQDN of our Connection server is different on our inside network than what is advertised on the Internet.
For example, in our configuration thus far, our DMZ Security server has a FQDN of vdi-security-01.tcpdump.com and our internal Connection server has a FQDN of vdm-01.tcpdump.com. However, in our external DNS, we advertise view.tcpdump.com with a NAT from the external IP address of view.tcpdump.com to vdi-security-01.tcpdump.com. Additionally, we have no NAT in place for our Connection server as we want the Security server to act as a proxy for all external users.

We overcome this obstacle by configuring the Connection server with an external FQDN that matches the external FQDN of our Security server (https://view.tcpdump.com).
Using your web-browser, access your View Administrator Console (this is the IP address or hostname of your Connection server followed by '/admin'. For example:
http://vdm-01.tcpdump.com/admin.
You may also access the administration console via the following URL from the console of your View Connection server:
http://localhost/admin
Log in with a domain user that has administrative privileges to the View Connection server. By default, the domain administrator account will have the necessary privileges (unless previously configured otherwise).
After you have logged-in, click the "Configuration" icon from the navigation panel:

In the View Servers window, highlight your Connection server and click "Edit". This will provide a configuration window that will allow you to enter the external FQDN of your Security server.
* Note: You must provide the full URL and protocol in the External URL field. i.e. https://view.tcpdump.com:443

Click Ok to save your changes.
We must now restart the View Connection service for the changes to take affect.
C:\>net stop "VMware View Connection Server" The VMware View Connection Server service is stopping.... The VMware View Connection Server service was stopped successfully.
C:\>net start "VMware View Connection Server" The VMware View Connection Server service was started successfully.
C:\> |
|