Ufw: Difference between revisions

From DWIKI
(Created page with "UFW - Uncimpicated firewall =Links= *[https://help.ubuntu.com/lts/serverguide/firewall.html.en Firewall] *[https://www.linode.com/docs/security/firewalls/configure-firewall-w...")
 
mNo edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
UFW - Uncimpicated firewall
UFW - Uncomplicated firewall


=Links=
=Links=
*[https://help.ubuntu.com/lts/serverguide/firewall.html.en Firewall]
*[https://help.ubuntu.com/lts/serverguide/firewall.html.en Firewall]
*[https://www.linode.com/docs/security/firewalls/configure-firewall-with-ufw/ Use UFW to Manage Firewall RulesPermalink]
*[https://help.ubuntu.com/community/UFW UFW]
*[https://www.linode.com/docs/security/firewalls/configure-firewall-with-ufw/ Use UFW to Manage Firewall Rules]
 
 
= FAQ =
 
==From host to port==
ufw allow from 198.51.100.0 to any port 22 proto tcp
 
 
== List rules ==
 
ufw status numbered

Revision as of 13: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