I have a rule that redirects certain addresses of 10.20.1.0 network to an internal site:
But <landed> contains most of addresses from the network so I would like to redirect all BUT <whitelist>.
Is there a way to do it?
Any advice is much appreciated.
Code:
rdr pass on $int_if proto tcp from <landed> to any -> $landing_ip
Is there a way to do it?
Any advice is much appreciated.