If OUTPUT chain default policy is ACCEPT, is there any use case for the following rule?
-A OUTPUT -o $INTIF -s $EXTIP -d $INTNET -j ACCEPT
If OUTPUT chain default policy is ACCEPT, is there any use case for the following rule?
-A OUTPUT -o $INTIF -s $EXTIP -d $INTNET -j ACCEPT
Some simple tools use this as a way to count traffic matching a particular rule. There can be other rules later which would block packets if they are not explicitly allowed earlier.