ufw

Comment 1 for bug 513387

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Thank you for using ufw and taking the time to report a bug.

For a little background, if you haven't already, see the Chains section in the README in the source or /usr/share/doc/ufw/README.gz on Debian-based systems.

I don't see the problem here:
$ sudo iptables -L -n
Chain INPUT (policy DROP)
target prot opt source destination
...
ufw-after-logging-input all -- 0.0.0.0/0 0.0.0.0/0
...

Chain FORWARD (policy DROP)
target prot opt source destination
...
ufw-after-logging-forward all -- 0.0.0.0/0 0.0.0.0/0
...

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
...
ufw-after-logging-output all -- 0.0.0.0/0 0.0.0.0/0
...

Can you give the steps to reproduce your problem and what you expect the behavior to be? Thanks!