Is it possible to use RRAS to NAT and not NAT at the same time?
this is what I mean.
I have 2 physical interfaces on this server plugged into a switch.
eth0-- publicIP
eth1-- privateIP
If, a packet comes from eth1 bound for the public ip range
Then, I want it NATed to the eth0 address and off to the switch.
If, instead the packet is bound for my private ip range I want it to just go straight to the switch.
Make sense?