Results 1 to 3 of 3

Thread: How can I view ufw log files?

  1. #1
    Join Date
    Apr 2008
    Beans
    11,707

    How can I view ufw log files?

    I'm fully aware that what I'm doing is just fiddling around, OK?

    I'm quite accustomed to Firestarter and know how to view that log, and I'm also aware that for the most part there is no need to view any log at all other than the iptables log, so this is a want ........ not a need! Suffice it to say I like to fiddle around

    So I know I can enable ufw by

    Code:
    sudo ufw enable
    and enable logging by

    Code:
    sudo ufw logging on
    Where I get lost is how to view the ufw log! Or is it even different from the iptables log

  2. #2
    Join Date
    Apr 2008
    Beans
    11,707

    Re: How can I view ufw log files?

    With fwlogwatch & postfix installed I can get the following by just running:

    Code:
    sudo fwlogwatch
    Still not quite what I'm looking for.

    Screenshot.png

  3. #3

    Re: How can I view ufw log files?

    https://wiki.ubuntu.com/UbuntuFirewall

    cat /var/log/messages | grep UFW

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •