User Tools

Site Tools


networking:firewall:ufw

This is an old revision of the document!


UFW Firewall

Reset UFW

ufw --force disable
ufw --force reset
ufw default deny incoming
ufw default allow outgoing
ufw allow 2222/tcp                #Example
ufw --force enable

ufw status
networking/firewall/ufw.1658952515.txt.gz · Last modified: 2022/07/27 14:08 by gcooper