Please, how to fix that port opening error on my system?
Is there any way to accept connexion in our IP Server (or our domain name) through the new port 6001 opened?
Thanks for your anwser but nothing is displayed after typing lsof -i:6001 and even after using its similar command netstat -ntlp | grep :6001 as you can see here:
Know that I first at all used UFW only to open that 6001 port since Yesterday. It is not opened at all. It is only today that I try to open with FirewallD (in Virtualmin).
I just reset UFW with ufw reset and ufw is no longer considered.
So, what is wrong with this port 6001 despite its opening with ufw and FirewallD (Virtialmin) ???
Can anyone help me please ???
ufw and Firewalld are not mutually compatible. You need to use one or the other, and you need to know which one youâre using. Virtualmin configures Firewalld during installation, just so that we can have the same firewall GUI across all installations; itâs a reasonably good compromise solution to the problem of a âuniversalâ Linux firewall (when there is no such thing, other than iptables or nftables directly).
If nothing is listening on port 6001, nothing about the firewall matters, regardless of whether the firewall is provided by Firewalld or ufw (but you still ought to figure out which firewall you have before trying to change it).
What I donât understand is why. If there is nothing listening on a port why open it?
Is that not a big red flag waved at the world âCome and attack hereâ?
Oh, does the âuâ of ufw really stand for âuniversalâ? we have always referred to it by a different word
Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use.
âUniversalâ âUncomplicatedâ neither seem to match our dictionary - âUnnecessaryâ or more simply âUselessâ might be a little bit closer. That aside Iâm sure it has some use - it has caused me problems in the past where it has been suggested.
I approve of Firewalld - that seems perfectly adequate.
I still do not understand why the OP is opening 6001