Hello,
i'm in the position that i need to block a single internal IP address from everything outboud.
1st step would be to create a PF rule, that's ok
but i'm running http proxy in transparent mode, ¿how do i block it here?. I was thinking of 2 options: add a transparent source skiplist, which would make the outgoing packets be stopped by the PF as the proxy wouldn't intercept that traffic anymore.
OR make a proxy filter profile with that ip as source and "block all", but i think this is very cumbersome as i dont even want it to hit the proxy
This thread was automatically locked due to age.