NAT 1:2 mapping

Hi,

is it possible to do NAT 1:2 mapping (loadbalancing) with MT?
eg: external IP 10.0.0.10 port 25 is mapped to internal 10.2.0.10:25 and 10.2.0.20:25 (to-addresses afaik only takes a range?)

Thanks for your input,

Michael

Make two rules and add ‘random’ match to the first one.

Thx!