ufw should not log noisy services

Bug #209709 reported by Jamie Strandboge
2
Affects Status Importance Assigned to Milestone
ufw (Ubuntu)
Fix Released
Undecided
Jamie Strandboge

Bug Description

Binary package hint: ufw

The following can be added to /etc/ufw/after.rules before the 'catchall for logging' to not fill the logs with blocks from noisy services:

# don't log noisy services by default
-A ufw-after-input -p tcp --dport 137 -j RETURN
-A ufw-after-input -p udp --dport 137 -j RETURN
-A ufw-after-input -p tcp --dport 138 -j RETURN
-A ufw-after-input -p udp --dport 138 -j RETURN
-A ufw-after-input -p tcp --dport 445 -j RETURN
-A ufw-after-input -p udp --dport 445 -j RETURN
-A ufw-after-input -p udp --dport 67 -j RETURN
-A ufw-after-input -p udp --dport 68 -j RETURN

Related branches

Changed in ufw:
assignee: nobody → jamie-strandboge
status: New → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ufw - 0.16.2

---------------
ufw (0.16.2) hardy; urgency=low

  * don't log noisy services by default (LP: #209709)
  * don't log INVALID packets by default (LP: #207156)
  * consult /etc/services for protocol (LP: #209845)
    - src/ufw added get_services_proto() and adjust process_args() to use it
    - ufw.8 updated
    - tests added and updated for verification
  * bump version

 -- Jamie Strandboge <email address hidden> Mon, 31 Mar 2008 15:21:17 -0400

Changed in ufw:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.