1834462 Members
3236 Online
110067 Solutions
New Discussion

i need to best solutions

 
Mousa55
Super Advisor

i need to best solutions

Hello

i can't connect to ux server from xmanager and telnet from windows in my pc
the ux server contains 4 npar. and one from the npar contains 2 vpar.
i can connect to one virtual server and other vpar no.
the message which appeared after telnet in windows "could not open connection to the host, on port 23 the connect failed".
Note: the all other server it is ok

thanks and best regards

1 REPLY 1
Rasheed Tamton
Honored Contributor

Re: i need to best solutions

Hello,

May be the port 23 is blocked by the firewall. Or the telnet is disabled on the host. If you are the admin for the host, check the /etc/inetd.conf for telnet on the host (if you have ssh or else you have to do it on the console!!).

#grep telnet /etc/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd telnetd

If the telnet line is commented, uncomment it and run inetd -c for re-reading the changes.

Telnet is not recommended because of security reasons. Check whether ssh is installed on the host. If so, use ssh.

Regards.