ufw logging off doesn't disable LIMIT logs
Bug #512131 reported by
Loïc Minier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ufw |
Fix Released
|
Medium
|
Jamie Strandboge | ||
ufw (Ubuntu) |
Fix Released
|
Medium
|
Jamie Strandboge |
Bug Description
Binary package hint: ufw
Hi
After setting logging to off in the config and after ufw logging enable && ufw logging disable, I still get some logs from "UFW LIMIT BLOCK".
Is there a way to avoid these?
Thanks,
ProblemType: Bug
Architecture: amd64
Date: Mon Jan 25 01:21:41 2010
DistroRelease: Ubuntu 9.10
Package: ufw 0.29-4ubuntu1
PackageArchitec
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/zsh
ProcVersionSign
SourcePackage: ufw
Uname: Linux 2.6.31-17-server x86_64
Changed in ufw (Ubuntu): | |
status: | Triaged → In Progress |
To post a comment you must log in.
I see the issue. For now you can workaround this by adjusting /lib/ufw/ user*.rules and remove these lines: limit-accept -j ACCEPT
### RATE LIMITING ###
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
-A ufw-user-limit -j REJECT
-A ufw-user-
### END RATE LIMITING ###
Then perform:
$ sudo ufw relead
Verify with:
$ sudo ufw show raw|grep 'LIMIT BLOCK'