Feature Request: Rules

Is it possible to also add the source and destination interfaces the the packet filter rules to tighten up security, this would be most helpful for the "any" network and the rules that apply.

Thanks.
Parents
  • I think the spoof protection covers some of this already.

    If you don't want certain internal networks to access others, just deny them.
    e.g.
    Source: DMZ, Dest INT, ANY, LOGDROP

    INT will still be able to make (allowed) connections to the DMZ, but the DMZ will not be able to initiate any connections to INT.

    Barry
Reply
  • I think the spoof protection covers some of this already.

    If you don't want certain internal networks to access others, just deny them.
    e.g.
    Source: DMZ, Dest INT, ANY, LOGDROP

    INT will still be able to make (allowed) connections to the DMZ, but the DMZ will not be able to initiate any connections to INT.

    Barry
Children