vpn-nextHopServer¶
The following operations can be performed on "vpn-nextHopServer":
show vpn nextHopServer¶
Displays information about all the configured next Citrix Gateway hop servers, or detailed information about the specified Citrix Gateway next hop server.
Synopsis¶
show vpn nextHopServer [
Arguments¶
name Name of the Citrix Gateway next hop server for which to display detailed information. Maximum value: 32
Output¶
nextHopIP Next hop IP address.
nextHopFQDN Next hop FQDN.
resAddressType Next hop FQDN Address Type.
nextHopPort Next hop port number.
secure Next hop over secure connection.
stateflag devno count
Example¶
show vpn nexthopserver dh1
rm vpn nextHopServer¶
Removes a configured next hop server.
Synopsis¶
rm vpn nextHopServer
Arguments¶
name Name of the next hop server to remove. Maximum value: 32
Example¶
rm vpn nexthopserver dh1
add vpn nextHopServer¶
Enables a Citrix Gateway appliance in the first DMZ to communicate with one or more Citrix Gateway appliances in the second DMZ.
Synopsis¶
add vpn nextHopServer
Arguments¶
name Name for the Citrix Gateway appliance in the first DMZ. Maximum value: 32
nextHopIP IP address of the Citrix Gateway proxy in the second DMZ.
nextHopFQDN FQDN of the Citrix Gateway proxy in the second DMZ.
resAddressType Address Type (IPV4/IPv6) of DNS name of nextHopServer FQDN.
Possible values: IPV4, IPV6 Minimum value: 1
nextHopPort Port number of the Citrix Gateway proxy in the second DMZ. Minimum value: 1 Maximum value: 65535
secure Use of a secure port, such as 443, for the double-hop configuration.
Possible values: ON, OFF Default value: OFF
Example¶
add vpn nexthopserver dh1 10.1.1.1 80 -secure OFF