Displaying 2 results from an estimated 2 matches for "uniinstall".
Did you mean:
uninstall
2014 Nov 24
1
TELNENT TO LOCALHOST IN CENTOS 7
...> telnet is running using ps and netstat?
useless advise, since telnet is almost always run from a socket, the
telnetd is only running if there's an active connection.
to the OP, the *correct* answer is, do not use or touch xinetd, and if
you modified anything in xinetd, undo it. heck, uniinstall xinetd,
nothing in RHEL7/CentOS7 uses xinetd anymore.
root# systemctl enable telnet.socket
root# systemctl start telnet.socket
the first command enables it so its available when the system is rebooted.
the 2nd command starts it now.
now, I will have to concur, the telnet protocol shou...
2014 Nov 24
5
TELNENT TO LOCALHOST IN CENTOS 7
I just install Centos 7 on my laptop. I have also installed telnet-server
and telnet.
I can telnet to other server from my local CentOS 7 but can not telnet
localhost also, i can not telnet to my localhost from other server.
I try to check telnet file in /etc/xinetd.d directory but the file "telnet"
is not there.
Please can someone help me with the steps to install telnet or enable