Hi,
is there any way to define a negated condition in packet filter rules like you can do with iptables:
iptables -t nat -A POSTROUTING -s 0.0.0.0/0 -d ! 10.0.3.0/24 -j SNAT --to 192.168.1.1
I need a similiar rule like the above to exclude traffic to an IPSEC client from being SNATed by the ASTARO box.
Best regards,
JoeM
This thread was automatically locked due to age.