I have an IPv4 /29 subnet of static IPs from my ISP. What I am looking for is an example basic configuration or some guidance on how to best utilize these with RouterOS. My goal would be something like the following (simplified):
ETH1 [WAN - X.X.X.[1-5] - Connects to ISP provided equipment]
ETH2 [SRC-NAT X.X.X.1 to 10.10.1.X/24]
ETH3 [SRC-NAT X.X.X.2 to 10.10.2.X/24]
ETH4 [SRC-NAT X.X.X.3 to 10.10.3.X/24]
ETH5 [SRC-NAT X.X.X.4 to 10.10.4.X/24]
ETH6 [SRC-NAT X.X.X.5 to 10.10.5.X/24]
I need to ensure outbound traffic for each internal NAT subnet appears to originate from the correct public IP.
I have no problem configuring the router with a single public IP to a single SRC-NAT-ed subnet (using masquerade). Things start behaving erratically when I try to add additional public IPs and multiple SRC-NAT rules. I know the issue is likely due to my current level of experience with RouterOS.
Any guidance would be greatly appreciated.