Firewall Cmd Add Port

[Solved] Firewall Cmd Add Port | Shell - Code Explorer | yomemimo.com
Question : install firewall-cmd centos 7

Answered by : snippets

sudo yum install firewalld
sudo systemctl enable firewalld
sudo reboot

Source : | Last Update : Thu, 10 Dec 20

Question : firewall-cmd add port

Answered by : -mykwv98bu5el

sudo firewall-cmd --permanent --zone=public --add-port=80/tcp
sudo firewall-cmd --reload

Source : | Last Update : Tue, 31 May 22

Question : windows open port firewall cmd

Answered by : alaa-saleh

netsh advfirewall firewall add rule name="TCP Port 6624" dir=in action=allow protocol=TCP localport=6624 

Source : | Last Update : Sat, 02 Jul 22

Answers related to firewall cmd add port

Code Explorer Popular Question For Shell