How i can block all incoming traffic from one internet IP for the local network, except for two host?

DROP all inet:78.31.8.0/24 - -

The previous rule block all the incomming traffic from internet, but, how can allow the exception for two host?

link|improve this question
feedback

1 Answer

I resolv this with changing the source order:

DROP local:!192.168.5.1,192.168.5.2 inet:78.31.8.0/24 - -

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.