0
I need to enable Telnet in a port number other than 23. I installed use telnet through following procedure.
systemctl enable telnet.socket
systemctl start telnet.socket
I tried some procedure to change the port number but it is not working out.
Can you please let me know if there is any other way to change the default port number for Telnet in CentOS 7?
Why would you follow a guide about changing the SSH port when trying to configure Telnet? What EXACTLY did you try already? – Ƭᴇcʜιᴇ007 – 2014-12-02T22:35:03.450
i tried semanage port -a -t telnetd_port_t -p tcp 2323. But not working – user3822453 – 2014-12-02T22:40:27.347