INI 檔案的大多數區段會與 vSphere、Hyper-V 和 Azure 部署支援的 Unified Access Gateway 標準 INI 設定相同。
請參閱 https://communities.vmware.com/docs/DOC-30835。對於 Microsoft Azure 部署,不會使用 [一般] 區段中的下列設定。
diskMode
ds
folder
netInternet
netManagementNetwork
netmask0
netmask1
netmask2
netBackendNetwork
source
target
- 所有 IPv4 設定
- 所有 IPv6 設定
對於 Microsoft Azure,會有一個名為 Azure 的新群組,其中包含 Microsoft Azure 部署專屬的所有設定。
群組名稱 | 值 | 範例 | 說明 |
---|---|---|---|
Azure | diskStorageContainer |
diskStorageContainer=uagdisks |
Unified Access Gateway 磁碟映像儲存區的 Blob 容器名稱。如果此容器不存在,則會自動建立該容器。 |
imageURI |
imageURI=https://<storage_account_name>.blob.core.windows.net/vhds/euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhd |
要部署的 Unified Access Gateway .vhd 映像檔的 URI。 | |
location |
location=uksouth |
Unified Access Gateway 部署的 Azure 位置。 | |
networkSecurityGroupName0 |
networkSecurityGroupName0=UAGInternetSG |
eth0 NIC 的選用 Azure 網路安全群組名稱。 |
|
networkSecurityGroupName1 |
networkSecurityGroupName1=UAGManagementSG |
eth1 NIC 的選用 Azure 網路安全群組名稱。 |
|
networkSecurityGroupName2 |
networkSecurityGroupName2=UAGBackendSG |
eth2 NIC 的選用 Azure 網路安全群組名稱。 |
|
publicIPAddressName0 |
publicIPAddressName0=UAG1PublicIP0 |
eth0 NIC 的選用 Azure 公用 IP 位址物件名稱。 |
|
publicIPAddressName1 |
publicIPAddressName1=UAG1PublicIP1 |
eth1 NIC 的選用 Azure 公用 IP 位址物件名稱。 |
|
publicIPAddressName2 |
publicIPAddressName2=UAG1PublicIP2 |
eth2 NIC 的選用 Azure 公用 IP 位址物件名稱。 |
|
resourceGroupName |
resourceGroupName=uagrg |
Unified Access Gateway 部署的資源群組名稱。 | |
subnetName0 |
subnetName0=subneta |
指定虛擬網路中 eth0 NIC 子網路的選用子網路名稱。如果未設定,則會使用虛擬網路的預設子網路。 |
|
subnetName1 |
subnetName1=subnetb |
指定虛擬網路中 eth1 NIC 子網路的選用子網路名稱。如果未設定,則會使用虛擬網路的預設子網路。 |
|
subnetName2 |
subnetName2=subnetc |
指定虛擬網路中 eth2 NIC 子網路的選用子網路名稱。如果未設定,則會使用虛擬網路的預設子網路。 |
|
storageAccountName |
storageAccountName=uagstore |
vhds 容器位置以及磁碟映像的 Azure 儲存區帳戶名稱。 | |
subscriptionID |
subscriptionID=12345678-1234-1234-1234-123456788901 |
Azure 帳戶訂閱識別碼。 | |
virtualNetworkName |
virtualNetworkName=VirtualNetwork |
Azure 虛擬網路名稱。 | |
vmSize |
vmSize=Standard_A2_v2 |
Azure 虛擬機器映像大小。 | |
zone |
zone=2 |
(適用於 Azure 區域部署) Azure 可用性區域號碼。 | |
managedImageName |
managedImageName=zonesupportimage |
(適用於 Azure 區域部署) Azure 受管理映像名稱。 |
INI 檔案範例
[General] #name indicates the name of the Azure virtual machine name=UAG11 #uagName indicates the UAG OS hostname and must be the same as the Azure virtual machine name uagName=UAG11 deploymentOption=twonic [Azure] subscriptionID=12345678-1234-1234-1234-123456788901 resourceGroupName=uagrg location=uk south storageAccountName=uagstore imageURI=https://<storage_account_name>.blob.core.windows.net/vhds/euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhd diskStorageContainer=uagdisks vmSize=Standard_A2_v2 virtualNetworkName=VirtualNetwork # eth0 settings subnetName0=subneta publicIPAddressName0=UAGPublicIP0 networkSecurityGroupName0=UAGInternetSG # eth1 settings subnetName1=subnetb