notes:ufw
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:ufw [2023/05/04 19:59] – external edit 127.0.0.1 | notes:ufw [2024/08/13 18:48] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Resources ====== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ====== Show Current Rules ====== | ||
- | |||
- | ===== List ===== | ||
- | |||
- | **** | ||
- | |||
- | sudo ufw status | ||
- | |||
- | ===== Numbered ===== | ||
- | |||
- | **** | ||
- | |||
- | sudo ufw status numbered | ||
- | |||
- | ====== Show Supported Apps ====== | ||
- | |||
- | sudo ufw app list | ||
- | |||
- | Test | ||
- | |||
- | ====== Get App Info ====== | ||
- | |||
- | * Change '' | ||
- | |||
- | sudo ufw app info x | ||
- | |||
- | ====== Limit Connections ====== | ||
- | |||
- | * TODO: What does limit actually do? | ||
- | |||
- | sudo ufw limit ssh | ||
- | |||
- | ====== Allow Specific Port/ | ||
- | |||
- | * '' | ||
- | * '' | ||
- | |||
- | sudo ufw allow 22/tcp | ||
- | |||
- | ====== Ubuntu Deny All and Allow SSH ====== | ||
- | |||
- | **** | ||
- | |||
- | sudo ufw reset && sudo ufw default deny && sudo ufw logging off && sudo ufw allow ' | ||
/srv/www/wiki/data/attic/notes/ufw.1683244796.txt.gz · Last modified: by 127.0.0.1