We have public ips (all of them)
Router is X.X.X.1
and servers are X.X.X.1 to 255
where X.X.X. are publicly routable ips (we do bgp for these)
My question is how do we do ip forwarding ?
We want all traffic for ips X.X.X.54 and X.X.X.69 port 25 to goto server X.X.X.15 . This server is an AV mailserver which routes back internally.
The servers on the internet will simply talk to x.x.x.15 port 25 and NOT have access to x.x.x.54 OR x.x.x.69 port 25 .
I know this is possible using port forwarding in IPtables and FreeBSD IPFW but how to do this in MT ?