3.0.1
Table Of Contents
- Administration Guide
- Contents
- About This Book
- Introduction
- Installation
- View Administrator
- Virtual Desktop Deployment
- Client Management
- View Client and View Portal
- Client Connections from the Internet
- Creating SSL Server Certificates
- Using Existing SSL Certificates
- Smart Card Authentication
- RSA SecurID Authentication
- View Client Command Line Options
- Virtual Printing
- View Composer
- Offline Desktop
- Component Policies
- Unified Access
- Troubleshooting
- Glossary
- Index
VMware, Inc. 73
Chapter 5 Client Management
ThisscenariocanbeaddressedbyconfiguringViewConnectionServertoreturnan
externalURLinsteadofitsownFQDNforthesecondconnectionchannel.
TheprocessofsettingtheexternalURLisnotthesameforalltypesofserver.For
standardorreplicaserversyoucansettheURLfromwithinVi
ewAdministrator.Fora
securityserveryoumustcreateoreditapropertiesfilethatcontainstheinbound
connectiondetailsandsaveitinadirectorylocatedunderthesecurityserver
installationpath.
To set the external URL on a standard or replica server
1FromwithinViewAdministrator,clicktheConfiguration()button.
2UnderViewServersselectaViewConnectionServerentryandcl
ickEdit.
3EnteraURLintheExternalURLfield.Thenamemustcontaintheprotocol,
addressandportnumber.Forexample:
https://view.example.com:443
ClickOK.
To set the external URL on a security server
Createoreditatextfilethatcontainstheexternallyresolvablenameofthesecurity
server,portnumber,andprotocol,andsaveitinthefo
llowinglocationonthesecurity
server:
C:\Program Files\VMware\VMware
View\Server\sslgateway\conf\locked.properties
Forexample,iftheexternallyresolvablenameofthesecurityserveris
viewsecure.example.com,theportnumberis443,andtheclientprotocolisHTTPS,
createapropertiesfilecalledlocked.propertiesthatcontainsthefollowingentries:
clientHost=viewsecure.example.com
clientPort=443
clientProtocol=https
CAUTIONForsecurityservers,youmustusethemethoddescribedin“Generating
locked.propertiesAutomatically”onpage 74ifyouintendtousemessagesecurity
modeinyourViewManagerenvironment—theconfigurationfilecreatedbythis
procedurecontainsinformationthatiscriticaltothistypeofglobalconfiguration.
NOTEYoumustrestarttheViewConnectionServerserviceforthesechangestotake
effect.