1. Check whether telnet has been installed:
rpm -qa telnet
2. There is an output indicating that it has been installed. If there is no output, it is not installed. Use yum install telnet to install
3. Check whether telnet-server has been installed:
rpm -qa telnet-server
If there is output, it is installed. If there is no output, it is not installed. Use yum install telnet-server to install
4. If the telnet-server installation operation has been performed and it has been successfully installed, since the telnet service is guarded by xinetd, we need to restart xinetd
service xinetd restart
5. If an error is reported: Redirecting to /bin/systemctl restart xinetd.service , see https://programmerah.com/install-and-start-the-tftp-server-server-and-possible-solutions-to-redirecting-to-bin-systemctl-restart-xinetd-service-problems-27961/
6. If xinetd is started successfully, you can check the running status of xinetd
netstat -tnlp
Similar Posts:
- How to Solve Arthas startup Error
- [Solved] Centos7 linux ailed to stop iptables.service: Unit iptables.service not loaded.
- [Solved] Libvirt startup error: failed to start virtualization daemon
- A dependency job for docker.service failed
- [Solved] CentOS 7.2 Startup Error: Failed to start IPv4 firewall with iptables
- centos ERROR: Couldn’t connect to Docker daemon at http+docker://localhost – is it running?
- [Solved] http: server gave HTTP response to HTTPS client
- Ubuntu20.04 server Error: Failed to restart docker.service: Unit docker.service not found
- How to Solve ipvsadm startup Error: Failed to start Initialise the Linux Virtual Server.
- Zabbix-server Error: No route to host [How to Solve]