Ufw - mac firewall

From Wasya Wiki
Revision as of 18:08, 17 May 2023 by Piousbox (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
sudo ufw status verbose
sudo ufw allow from 127.0.0.1 to 127.0.0.1 port 3306 proto tcp
sudo ufw allow to any port 3306 proto tcp

ubuntu firewall config

From: https://askubuntu.com/questions/1259860/on-ubuntu-20-04-how-do-you-open-a-port-in-the-firewall

 sudo ufw enable
 sudo ufw allow 4200