why Ubuntu Firewall not showing verbose?

13,443

You need to enable the firewall using

sudo ufw enable

After you enable, sudo ufw status verbose should show you the following:

Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing)
New profiles: skip

To check more options use, ufw help

For more on ufw logging, see this answer:

Share:
13,443

Related videos on Youtube

mx7
Author by

mx7

LinkedIn Profile: https://in.linkedin.com/in/raja-genupula-05205531 Endorse me If I helped you. Blog : http://thelinuxmen.blogspot.com/ Ubuntu - CentOS - Fedora - Windows - Severs - IIS - FTP - Security Thank you.

Updated on September 18, 2022

Comments

  • mx7
    mx7 over 1 year

    Even Ubuntu Firewall in running mode, I am not getting the data. may I know why ?

    # sudo ufw status numbered
    Status: inactive
    
    # service ufw start
    start: Job is already running: ufw
    
    # sudo ufw status numbered
    Status: inactive
    
    # sudo ufw status verbose
    Status: inactive