UFW:Reordering UFW Firewall: Difference between revisions
Created page with "If you're interested in reordering your UFW rules, this is one way to do it. <syntaxhighlight lang="bash"> sudo ufw status numbered </syntaxhighlight> To Action From -- ------ ---- [ 1] 22 ALLOW IN Anywhere [ 2] 80 ALLOW IN Anywhere [ 3] 443 ALLOW IN Anywhere [ 4] 22 (v6) ALLOW IN Anywhere (v6)..." |
No edit summary |
||
| Line 33: | Line 33: | ||
==Source== | ==Source== | ||
*[https://serverfault.com/questions/484475/ufw-firewall-rules-ordering serverfault.com] | *[https://serverfault.com/questions/484475/ufw-firewall-rules-ordering serverfault.com] | ||
[[Category:Server]] | |||
[[Category:Linux]] | |||
[[Category:Tutorial]] | |||
[[Category:Security]] | |||
[[Category:Firewall]] | |||