Closed GoogleCodeExporter closed 9 years ago
This is expected/intended behavior.
From 'iptables.py':
635 if self._PLATFORM == 'iptables' and filter_name == 'FORWARD':
636 default_action = 'DROP'
When a default policy is not specified for FORWARD filter, it defaults to DROP.
To avoid the unexpected output, either specify default action of ACCEPT or do
not define a FORWARD target.
Original comment by watson@google.com
on 12 Jul 2011 at 7:16
Original issue reported on code.google.com by
kristian...@gmail.com
on 26 Apr 2010 at 9:36