Operating System - HP-UX
1753259 Members
5138 Online
108792 Solutions
New Discussion юеВ

Re: telnet error: Unable to connect to remote host: Can't assign requested address

 
rohithroki
Frequent Advisor

telnet error: Unable to connect to remote host: Can't assign requested address

Dear TEam,

I am getting below error form one of my server.

When i try to telnet to any other servers and ports i am getting the below error.

telnet:Unable to connect to remote host: Can't assign requested address

Kindly let me know how to fix the above issue.

OS : HPUX 11.31

Regards,

Rohith

2 REPLIES 2
Steven Schweda
Honored Contributor

Re: telnet error: Unable to connect to remote host: Can't assign requested address

   I know nothing, but my Web search for that error message found (among
other things):

      https://community.hpe.com/t5/x/x/m-p/4164228

What did your search find?


> [...] one of my server.

   What's different about this system?


> OS : HPUX 11.31

   On which hardware?  As usual, showing actual commands with their
actual output can be more helpful than vague descriptions or
interpretations.

     uname -a

Matti_Kurkela
Honored Contributor

Re: telnet error: Unable to connect to remote host: Can't assign requested address

Just a wild guess: this might happen if the telnet command is attempting to connect to destination port number 0 for some reason - perhaps because your /etc/services file has the "telnet" line removed or commented out, as some misguided "security hardening" instructions sometimes suggest.

MK