Linux appears telnet: 127.0.0.1: Connection refused error resolution

  • 2020-06-03 09:08:47
  • OfStack

Linux appears telnet: connect to address 127.0.0.1: Connection refused error resolution

No xinetd services:

1. /etc/ init. d directory contains the scripts for each daemon service in the system, of which xinetd is 1.

2. xinetd is a special daemon service (super daemon) that itself manages a family of daemon services that are started only when invoked by the user, which are slightly slower than the standalone daemon services configured in the /etc/ xinetd.conf and /etc/ xinetd.d directories.

If not, you can set up the service manually.


yum install xinetd -y

Restart the xinetd service:


[chb@TEST xinetd.d]$ sudo service xinetd restart
Redirecting to /bin/systemctl restart xinetd.service
[chb@TEST xinetd.d]$ 

Thank you for reading, I hope to help you, thank you for your support to this site!


Related articles: