From: "Scott Gaetjen" <[EMAIL PROTECTED]>
I am using IP Filter and the requirement I have is that I want to redirect traffic on 1 interface/port combination to another interface/port combination AND change the source address, For example, "rdr" works for the first part

rdr bge0 192.168.241.41/32 port 80 -> 192.168.203.51/32 port 8888

where 192.168.203.0 is on bge1

But if I connect to 192.168.241.41 port 80 from a machine with the address 192.168.241.1 ... I cannot seem to change the source address to "192.168.203.151" for example based on what I've tried, read with the ipnat's "map" portion of ipfilter as it is, seems to only apply to outbound traffic.

The best you can currently do is to use rdr for the connection
on the way in and map for the connection on the way out.

Darren

_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to