The following table lists the parameters of the IsaUsrConfig.inf file with the associated page in the wizard.
|
Wizard page
|
Description
|
Parameters values
|
|---|
|
None
|
Specifies the mode in which the wizard will run.
BasicUI In this mode, you will see the progress of the wizard and cannot change any of the values that have been provided in the answer file. The wizard will run automatically after being started, without any user intervention.
FullUI In this mode, the information will be completed automatically. However, you can change any of the information if required.
If this parameter is not specified in the .inf file, it will default to FullUI.
|
UnattendedMode={FullUI | BasicUI}
|
|
Connection Type
|
None
|
ConnectionType={VPN}
VpnProtocol={L2TP|IPSEC}
|
|
Array Server Deployment
|
Choose if this is the first server deployed in the array, or if a server is already deployed.
|
JoiningEmptyArray={1 | 0}
|
|
Local Site-to-Site Authentication
(L2TP setting)
|
Specifies the name of the site-to-site network that will be created on this appliance to represent the remote VPN site. A user account of the same name will be created on this appliance. This user account is used by the remote site to access the local VPN site. Specify a password for the account.
|
RemoteSiteNetworkName=SiteToSiteNetworkName
VpnLocalUserPassword=Password
|
|
Remote Site VPN IP Addresses (L2TP setting)
|
Specifies the IP address of the remote gateway, and the IP address range of the remote network.
|
RemoteSiteIpOrName=IP_Address
S2SNetIpRanges=StartIPAddress1-EndIPAddress1,StartIPAddress2-EndIPAddress2 …
|
|
Local Network VPN Settings (L2TP setting)
|
Specifies whether IP addresses are allocated to VPN client connections from a static pool, or by DHCP.
|
AddressAssignmentType={StaticPool|DHCP}
StaticAddressPool=StartIPAddress1-EndIPAddress1,StartIPAddress2-EndIPAddress2 …
|
|
Remote Authentication (L2TP setting)
|
Specifies what credentials the local site should use to authenticate to the remote site. This must be an account recognized by the remote site.
|
S2SUserName=Account_Name
S2SDomain=Account_Domain
S2SUserPassword=Account_Password
|
|
IPsec Authentication
(L2TP setting)
|
Selects whether to authenticate using a server certificate or a preshared key.
|
VPNAuthenticationType={Certificate|PresharedKey}
PresharedKey=Preshared_Key
VpnClientCertificate_UserPath=Certificate_Folder
|
|
IPsec Certificate (L2TP setting)
|
Specifies whether a new certificate should be installed from a .pfx file, or whether an existing certificate in the personal certificates store should be used.
|
VPNCertificate_InstallMode={InstallNew|UseExisting}
SERVER_CERTIFICATE_FULLPATH=PathtoPfxFile
VPNCertificate_Password=Passwordforpfxfile
VPNCertificate_CAName=ExistingCertificateName
|
|
IPsec Connection Settings (IPsec Tunnel Mode setting)
|
Specifies the name of the site-to-site network that will be created on this appliance to represent the remote VPN site. Specifies the IP address of the remote VPN gateway, and the IP address of the local VPN gateway.
|
RemoteSiteNetworkName=SiteToSiteNetworkName
RemoteSiteIPOrName=RemoteGatewayIPAddress
LocalGatewayIp=LocalGatewayIPAddress
|
|
Remote Site VPN IP Addresses (IPsec Tunnel Mode setting)
|
Specifies the IP address ranges for the remote site VPN network.
|
S2SNetIpRanges= StartIPAddress1-EndIPAddress1,StartIPAddress2-EndIPAddress2 …
|
|
IPsec Authentication
(IPsec Tunnel Mode setting)
|
Selects whether to authenticate using a server certificate or a preshared key.
|
VPNAuthenticationType={Certificate|PresharedKey}
PresharedKey=Preshared_Key
|
|
IPsec Certificate (IPsec Tunnel Mode setting)
|
Specifies whether a new certificate should be installed from a .pfx file, or whether an existing certificate in the personal certificates store should be used.
|
VPNCertificate_InstallMode={InstallNew|UseExisting}
SERVER_CERTIFICATE_FULLPATH=PathtoPfxFile
VPNCertificate_Password=Passwordforpfxfile
VPNCertificate_CAName=ExistingCertificateName
|
|
Join Remote Domain
|
Specifies whether to join a domain or remain in workgroup mode.
|
JoinDomainAction={JoinDomain|RemainInWG}
JoinDomainName=Domain_Name
JoinDomain_UserAccount=Account_Name
JoinDomain_Password=Account_Password
|
|
Locate Configuration Storage Server
|
Specifies the Configuration Storage server and the credentials to be used for the connection.
|
STORAGESERVER_COMPUTERNAME=ConfigurationStorageServer_Name
STORAGESERVER_CONNECT_ACCOUNT=Account_Name. A domain account should be in the format domainname\username
STORAGESERVER_CONNECT_PWD=Account_Password
|
|
Securely Published Configuration Storage Server
|
Specifies the published Configuration Storage server settings.
The CLIENT_CERTIFICATE_PATH_PROP parameter is used only when the PublishedCssRootCACertPath parameter is used.
|
VpnBackupCssName=PublishedConfigurationStorageServerName
PublishedCssRootCACertPath=PathToTrustedRootCert
CLIENT_CERTIFICATE_PATH_PROP=PublishedCssRootCACertPath
|
|
Array Membership
|
Adds this appliance to an existing array, or creates a new array and adds the appliance to it.
|
ARRAY_MODE={Join|New}
|
|
Create new array
|
Specifies a name for the new array, and its DNS name. Optionally, adds a description.
|
ARRAY_NAME=Array_Name
ARRAY_DESCR=Array_Description
ARRAY_DNS_NAME=DNS_Name
|
|
Join Existing Array
|
Specifies an array that this appliance should join.
|
ARRAY_NAME=Array_Name
|
|
Configuration Storage Server Authentication Options
|
Selects how this appliance authenticates to the Configuration Storage server. If the appliance resides in the same domain as the Configuration Storage server (or trusted domains), uses Windows authentication. Otherwise uses a server certificate over an SSL-encrypted channel.
|
ARRAY_AUTHENTICATIONMETHOD={Windows|Certificate}
CLIENT_CERTIFICATE_FULL_PATH=TrustedRootCert_Location
|