On Apr 3, 2005 12:25 PM, Jesse D. Guardiani <jesse at wingnet dot net> wrote:
> Hello,
>
> I'm not much of a routing expert, so this could be
> just a misconfiguration, but I can't figure it out,
> so I hope someone can help.
>
> I've got a OPT1 interface called WLAN. The subnet is
> 192.168.89.0/24. On that subnet, I have a machine
> (192.168.89.52) that needs an IP on a different
> subnet (192.168.90.3/32) so I can perform a unique
> outbound NAT mapping on daemons bound to that IP.
>
> So I set up the following static route:
>
> <route>
> <interface>opt1</interface>
> <network>192.168.90.3/32</network>
> <gateway>192.168.89.52</gateway>
> <descr>matrixica.guardiani.us static route</descr>
> </route>
>
Because 89.52 isn't actually routing to 90.3. Couldn't you just use
89.52/32 for your NAT? Not sure if that'd work or not.
-Chris |