|
Configuring PortServer Port for Autoconnect Configuring PortServer Port for Autoconnect How do I set my port to bypass the PortServer and give me a login from one specific host?
set port dev=term auto=on dport=23 dest=1.2.3.4 range=1
This will directly connect port 1 via telnet (dport=513 for rlogin) to 1.2.3.4 (use actual ip of destination host). You will not receive a login from the PortServer. You will not be able to run multiple sessions. Reboot of the PortServer is required after changing above parameters.
|