I know there is already a thread with this title, almost, but it is solved and the solve did not work for me. So I am creating a new thread.
I ran ShieldsUp and it reports that my port 23 Telnet is open. I have heard that having it open is not safe and I have heard that it doesn't matter if you do not have Telnet running. In truth I don't know and don't really care I just want it closed to err on the side of caution. Now here is what I have tried, what I have run and the results....
don@NV53A-MINT ~ $ sudo netstat -tunap|grep 23
[sudo] password for don:
don@NV53A-MINT ~ $
NV53A-MINT ~ # ufw deny 23
Skipping adding existing rule
NV53A-MINT ~ # ufw enable
Firewall is active and enabled on system startup
NV53A-MINT ~ # ufw status
Status: active
To Action From
-- ------ ----
23 DENY Anywhere
NV53A-MINT ~ #
I think this tells me I am running my firewall and my Firewall is set to not allow any traffic on port 23.
I rebooted after doing that.
However ShieldsUp still reports my port 23 open.
How do I close it.