Skip to content

vpn nextHopServer

The following operations can be performed on "vpn nextHopServer":

add | rm | show

add vpn nextHopServer

Enables a NetScaler Gateway appliance in the first DMZ to communicate with one or more NetScaler Gateway appliances in the second DMZ.

Synopsys

add vpn nextHopServer <name> <nextHopIP> <nextHopPort> [-secure ( ON | OFF )]

Arguments

name

Name for the NetScaler Gateway appliance in the first DMZ.

Maximum value: 32

nextHopIP

IP address or FQDN of the NetScaler Gateway proxy in the second DMZ.

nextHopPort

Port number of the NetScaler 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

rm vpn nextHopServer

Removes a configured next hop server.

Synopsys

rm vpn nextHopServer <name>

Arguments

name

Name of the next hop server to remove.

Maximum value: 32

Example

rm vpn nexthopserver dh1

show vpn nextHopServer

Displays information about all the configured next NetScaler Gateway hop servers, or detailed information about the specified NetScaler Gateway next hop server.

Synopsys

show vpn nextHopServer [<name>]

Arguments

name

Name of the NetScaler Gateway next hop server for which to display detailed information.

Maximum value: 32

summary

fullValues

format

level

Outputs

nextHopIP

Next hop IP address.

nextHopPort

Next hop port number.

secure

Next hop over secure connection.

stateflag

devno

count

Example

show vpn nexthopserver dh1

Was this article helpful?