7.0
Table Of Contents
- Deploying and Configuring Access Point
- Contents
- Deploying and Configuring Access Point
- Introduction to Access Point
- System Requirements and Deployment
- Configuring Access Point
- Collecting Logs from the Access Point Appliance
- Setting Up Smart Card Authentication
- Setting Up Two-Factor Authentication
- Index
--prop:ip0=10.20.30.41 ^
--prop:DNS=192.0.2.1 ^
--prop:adminPassword=P@ssw0rd ^
--prop:rootPassword=vmware ^
--prop:settingsJSON="{\"edgeServiceSettingsList\": { \"edgeServiceSettingsList\": [ ^
{ ^
\"identifier\": \"VIEW\", ^
\"enabled\": true, ^
\"proxyDestinationUrl\": \"https://192.0.2.2\", ^
\"proxyDestinationUrlThumbprints\": \"sha1=b6 77 dc 9c 19 94 2e f1 78 f0 ad 4b ec 85 d1 7a f8 8b
dc 34\", ^
\"pcoipEnabled\": true, ^
\"pcoipExternalUrl\": \"10.20.30.40:4172\", ^
\"blastEnabled\": true, ^
\"blastExternalUrl\": \"https://ap1.example.com:8443\", ^
\"tunnelEnabled\": true, ^
\"tunnelExternalUrl\": \"https://ap1.example.com:443\", ^
\"proxyPattern\":\"/\" } ] }^
}" ^
euc-access-point-Y.Y.0.0-xxxxxxx_OVF10.ova ^
vi://root:password@vc.example.com/ExampleDC/host/ap
The following example uses escape characters for running the command on a Linux client machine. This
example also shows how to use the settingsJSON property to enable the View edge service, so that
Access Point can point to and use View Connection Server or a Horizon Air Node. In addition to specifying
the Horizon server URL and the Horizon server thumbprint, the settingsJSON property sets the external
URLs for the secure gateways.
ovftool --X:enableHiddenProperties \
--powerOffTarget \
--powerOn \
--overwrite \
--vmFolder=folder1 \
--net:Internet="VM Network" \
--net:ManagementNetwork="VM Network" \
--net:BackendNetwork="VM Network" \
-ds=PERFORMANCE-X \
--name=name1 \
--ipAllocationPolicy=fixedPolicy \
--deploymentOption=onenic \
--prop:ip0=10.20.30.41 \
--prop:DNS=192.0.2.1 \
--prop:adminPassword=P@ssw0rd \
--prop:rootPassword=vmware \
--prop:settingsJSON='{"edgeServiceSettingsList": { "edgeServiceSettingsList": [ \
{ \
"identifier": "VIEW", \
"enabled": true, \
"proxyDestinationUrl": "https://192.0.2.2", \
"proxyDestinationUrlThumbprints": "sha1=b6 77 dc 9c 19 94 2e f1 78 f0 ad 4b ec 85 d1 7a f8 8b dc
34", \
"pcoipEnabled": true, \
"pcoipExternalUrl": "10.20.30.40:4172", \
"blastEnabled": true, \
"blastExternalUrl": "https://ap1.example.com:8443", \
"tunnelEnabled": true, \
Deploying and Configuring Access Point
26 VMware, Inc.