Ufw: Difference between revisions

From DWIKI
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 =
= HOWTO =


==From host to port==
==From host to port==

Revision as of 17:59, 7 February 2023

UFW - Uncomplicated firewall

Links

HOWTO

From host to port

ufw allow from 198.51.100.0 to any port 22 proto tcp


List rules

ufw status numbered


Stop logging

ufw logging off