ipnat 4.1.31
Steve Clark <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.ipfilter |
|---|---|
| Message-ID | <28270_1239883935_49E7209E_28270_1217_1_49E71FE5.1080503@netwolves.com> |
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