Using Ranger Gateway to remotely access the ZoneRanger Text
Interface
By default, the ZoneRanger can be accessed using SSH on port 22, or using Telnet on port 23.
However, if those ports cannot be accessed because of security considerations, you can access the
ZoneRanger through a Ranger Gateway. A Ranger Gateway provides proxy access to the SSH and
Telnet ports for each joined ZoneRanger.
For example, suppose the
listTcpPorts
command returned SSH port 20014 and the Telnet port
20015 for a particular ZoneRanger. You would access that ZoneRanger’s text interface through the
Ranger Gateway:
telnet RangerGatewayName 20015
ssh -p 20014 RangerGatewayName
These ports (in this case,
20014
and
20015
) are assigned when the Ranger Gateway and
ZoneRanger are joined and will remain the same while the ZoneRanger and Ranger Gateway
remain joined. If they are unjoined and then joined later, the ports may change.
ZoneRanger 5.5 User's Guide
373