Try this // establish new connection TelnetConfig "TERMINAL", "SHOW" TelnetConfig "AUTHENTICATE", "FALSE" TelnetConfig "PORT", "24" TelnetOpen "XX.XX.XX.XX", "", "" TelnetClose : I'm trying to Telnet to an HP/Compaq Himalaya server and cannot use port 23. : No matter how I've tried, it always uses port 23 (look at 4th line of the : log). : Script: // establish new connection : TelnetConfig "TERMINAL", "SHOW" : TelnetConfig "PROTOCOL", "TELNET" : TelnetConfig "AUTHENTICATE", "FALSE" : TelnetConfig "PORT", "24" : TelnetOpen "XX.XX.XX.XX", "", "" : TelnetClose : Log: TELNET 8/15/02 10:35:48>> LOG> telnet protocol enabled : TELNET 8/15/02 10:35:48>> LOG> Resolving host name XX.XX.XX.XX : TELNET 8/15/02 10:35:48>> LOG> Resolving service name telnet : TELNET 8/15/02 10:35:48>> LOG> Connecting to XX.XX.XX.XX/23 : BTW, there is a custom Telnet listener on Port 23 (so it will connect), but I : need the standard telnet listener on Port 24. : Any suggestions? : Thanks!
|