On 09/07/2017 04:18 AM, Christian Groessler wrote: > > on Fedora 24, I've installed the "telnet-server" with > > > # dnf install telnet-server > > > But, still, I cannot login. I'm getting "Connection refused". Seems that it is not > enabled. > > What else do I need to do? I don't have an F24 system at the moment. Only F26. But, first, to respond to other items brought up in replies. (Yes, I know you have disabled your firewall). [egreshko@meimei ~]$ telnet 192.168.1.137 Trying 192.168.1.137... telnet: connect to address 192.168.1.137: No route to host The above means the firewall is blocking port 23 [egreshko@meimei ~]$ telnet 192.168.1.137 Trying 192.168.1.137... telnet: connect to address 192.168.1.137: Connection refused The above means the port is enabled but there is no service running. OK, now to the answer for F26 and probably the same on F24.... [root@f26-rc15k xinetd.d]# systemctl enable telnet.socket Created symlink /etc/systemd/system/sockets.target.wants/telnet.socket → /usr/lib/systemd/system/telnet.socket [root@f26-rc15k xinetd.d]# systemctl start telnet.socket [root@f26-rc15k xinetd.d]# And as we can see from another host.... [egreshko@meimei ~]$ telnet 192.168.1.137 Trying 192.168.1.137... Connected to 192.168.1.137. Escape character is '^]'. Kernel 4.12.9-300.fc26.x86_64 on an x86_64 (3) f26-rc15k login: egreshko Password: Last login: Thu Sep 7 05:49:49 from 192.168.1.18 -- Fedora Users List - The place to go to speculate endlessly
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx