ufwHow to get open ports
ufw status verbose
ctrl + c
status verbose will 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
- Allow Samba using ufw
- Allow connections to mysql from certain IP using ufw
- Block specific port with ufw
- Allow xrdp with ufw
- How to activate ipv6 rules for ufw
- Deny connections to mysql using ufw
- Allow 8080 port with ufw
- Block traffic from IPV6 IP with ufw
- How to manually edit ufw rules
- How to activate ufw
See more codes...