I have an MX device.
I have a block of multiple WAN IP's from my ISP.
By default all my traffic is NATted out to the world via the default WAN IP of the MX
I would like to be able to get the MX device to send traffic out of one of my additional WAN IP's rather than the default.
I do not want to do this just for one internal device (a 1:1 NAT rule) but would instead like to send a whole internal subnet out via this additional WAN IP (a Many:1 NAT rule?)
for example:
I have internal subnets/VLANs 192.168.0.0/24,192.168.1.0/24, 192.168.2.0/24
I have WAN IP range 8.8.8.0/29.
I want all traffic from 192.168.0.0/24 to go via 8.8.8.1,
all traffic from 192.168.1.0/24 to go via 8.8.8.2,
all traffic from 192.168.2.0/24 to go via 8.8.8.3
Is this possible using a single MX device?