Displaying 1 result from an estimated 1 matches for "fwdi_internal_deny".
2020 Jun 16
2
firewall help request (solved)
At 03:47 PM 6/16/2020, Kenneth Porter wrote:
>The rule is in the wrong chain. The INPUT chain affects packets that
>terminate at the same machine. You want to block packets that will
>be passed on to the Internet, so your rule needs to be in the
>FORWARD chain. (The OUTPUT chain affects packets that originate at
>your machine.)
>
>Here's a nice collection of diagrams