Operating System - HP-UX
1824639 Members
4970 Online
109672 Solutions
New Discussion юеВ

Change Port Telnet connects to

 
ISG
Occasional Advisor

Change Port Telnet connects to

Using a telnet session from a dtterm, I can't find a way of changing the port to connect to. I need to connect to an alternate port on a router to read the config as the default telnet port is not available.

From the command line in other versions of Telnet on other Operating Systems, the command "telnet IP:PORT" eg telnet 192.168.0.2:1111 works. How can I do this on HP-UX 10.20?

Many thanks

Tim Haynes
4 REPLIES 4
Barry O Flanagan
Respected Contributor

Re: Change Port Telnet connects to

Should be just

telnet hostname port

eg: telnet 10.1.1.1 25 will telnet to port 25
MARTINACHE
Respected Contributor

Re: Change Port Telnet connects to

Hi,

telnet host port

Regards,

Patrice.
Patrice MARTINACHE
Bill McNAMARA_1
Honored Contributor

Re: Change Port Telnet connects to

with a web browser properly configured, with
Netscape for example you can still do it the way you want.. that is to say telnet://server:port in the url field
otherwise follow the suggestions above.

Later,
Bill
It works for me (tm)
Tim D Fulford
Honored Contributor

Re: Change Port Telnet connects to

I agree with the above, but I use port 23 (telnet) not 25 (smtp), you'll end up doing e-mail stuff instead!!!

telnet 23

Tim
-