User`s manual

Workstation User’s Manual
444 VMware, Inc.
Beforeyoubegin,performthefollowingtasks:
DeterminewhichVPNclienttodownload.TheVPNclientmustsupporta
commandlineinterfacesothatascriptcanbeusedforloggingintotheVPN
server.YoumightneedtocontacttheVPNproduct’stechnicalsupporttofindout
whethertheVPNclientsupportsacommandlineinterface.
ObtainaVPNaccountforloggingintotheserver.Credentialsincludeausername
andpassword.Randomlygeneratedsecuritytokenscannotbeusedaspasswords.
Forexample,youcannotuseanRSAsecuritytoken.
DeterminethefollowinginformationtousefortheVPNclientprofile:the
company’sgroupandpasswordinformationandthenameoftheVPNserverto
contacttoestablishasecureconnection.
DeterminethenameofthedomainthatyouplantoaddtheACEinstanceto.
Determinetheusernameandpasswordforanaccountthathaspermissiontoadd
computerstothedomain.
To set up a remote domain join
1IntheguestoperatingsystemoftheACEenabledvirtualmachine,installaVPN
clientthatsupportsacommandlineinterface.
2UsetheVPNclientsoftwaretoconfigureaprofileforthisclient.
Theprofileinth
eVPNclientcontainsacompany’sgroupandpassword
informationanddetermineswhichservertocontacttoestablishasecure
connection.
3Writea.batscriptthatallowsremoteexecutionduringtheinstancecustomization
process.
Followingisanexampleofa.batscriptforaCiscoVPNclient:
"net" start "Cisco Systems, Inc. VPN Service"
"C:\Program Files\Cisco Systems\VPN Client\vpnclient.exe" connect
<profile_name> user <vpn_user_name> pwd %1 >> vpnlogs.txt
Thisexampleconsistsoftwolines.ThecommandinthefirstlinestartstheCisco
VPNclient’sbackgroundservice.Thecommandinthesecondlineconnectstothe
CiscoVPNusingacommandlineinterface.ItsuppliesthenameoftheVPNprofile
andthecredentialsforloggingintotheVPNserv
er.Theexampleusesthe
passwordplaceholdervariable,butyoucouldalsouseastaticpasswordforthe
VPNaccount.Astaticpasswordincludedinascriptissentincleartext.