ufwHow to get open ports
ufw status verbosectrl + cstatus verbosewill return list of current rules, including opened/closed ports |
Usage example
ufw status verbose
output
To Action From
-- ------ ----
80 DENY IN Anywhere
Anywhere ALLOW IN 1.2.3.4
80 (v6) DENY IN Anywhere (v6) More of Ufw
- Block traffic from IPV6 IP with ufw
- Allow Samba using ufw
- Get all ufw rules
- How to manually edit ufw rules
- Allow xrdp with ufw
- How to check if ufw is active
- Reset ufw to defaults
- Allow connections to mysql from certain IP using ufw
- Allow connections to mysql using ufw
- Enable ufw logs
See more codes...