Hi all.
I'm facing problems with my vpn traffic being masquerading, I need to use masquerade but not to my vpns.
If I use masq_dest option like
option masq_dest !192.168.1.0/24
it works like a charm, but I have a dozens of vpns.
So, I tried to use
option masq_dest !192.168.1.0/24 !192.168.5.0/24 !10.10.0.0/16
but all the vpn's traffic dies.
Is there a way to not masq multiple subnets?
thanks in advance