The below will open tcp port 10000 on FirewallD to get access to webmin
firewall-cmd –permanent –zone=public –add-port=10000/tcp
A reload of FirwwallD is needed to activate the permanent rule into the running environment
firewall-cmd –reload
The below will open tcp port 10000 on FirewallD to get access to webmin
firewall-cmd –permanent –zone=public –add-port=10000/tcp
A reload of FirwwallD is needed to activate the permanent rule into the running environment
firewall-cmd –reload