Ufw: Difference between revisions
From DWIKI
m (→Links) |
mNo edit summary |
||
Line 6: | Line 6: | ||
*[https://www.linode.com/docs/security/firewalls/configure-firewall-with-ufw/ Use UFW to Manage Firewall Rules] | *[https://www.linode.com/docs/security/firewalls/configure-firewall-with-ufw/ Use UFW to Manage Firewall Rules] | ||
=FAQ= | |||
==List rules== | = FAQ = | ||
==From host to port== | |||
ufw allow from 198.51.100.0 to any port 22 proto tcp | |||
== List rules == | |||
ufw status numbered | ufw status numbered |
Revision as of 12:28, 13 September 2021
UFW - Uncomplicated firewall
Links
FAQ
From host to port
ufw allow from 198.51.100.0 to any port 22 proto tcp
List rules
ufw status numbered