Answers for "linux do i need to allow firewall ports on local"

3

open firewall port in linux

Debian: 

sudo ufw allow PORT. 

CentOS: 

sudo firewall-cmd --zone=public --permanent --add-port=PORT/tcp 
sudo firewall-cmd --reload
Posted by: Guest on November-08-2020
0

ubuntu cmd firewall give access to port

sudo ufw allow PORT_NUMBER
Posted by: Guest on July-10-2021

Code answers related to "linux do i need to allow firewall ports on local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language