Hello, Currently I have the following nat rule:
map eth1 from 192.168.4.0/24 ! to 192.168.10.0/24 -> 10.0.129.150/32 portmap tcp/udp 40000:60000 which nats everything coming from the 192.168.4.0/24 network unless it is going to the 192.168.10.0/24 network. Is there a way to specify an additional destination ip address range that is not to be natted, something like: map eth1 from 192.168.4.0/24 ! to ( 192.168.10.0/24 or 176.16.0.0/16 ) -> 10.0.129.150/32 portmap tcp/udp 40000:60000 Thanks, Steve
