2 NAT'd networks each with its own public IP

Hi there guys,

I want to be able to have 2 NAT’d private subnets each with a different public IP address on the same router. How can I achieve this in routerOS?

Example:
Public IP 1: 202.202.202.201/29 eth1
Subnet 1: 192.168.1.0/24 eth2

Public IP 2: 202.202.202.202/29 eth1
Subnet 2: 10.0.0.0/24 eth3

Regards

Sure you can. Just do a src-nat on them..

you have to provide all your firewall ips and gateways.
also never post your real ips on the internet always hide some parts using XX.

please refer to WIKI

http://wiki.mikrotik.com/wiki/Load_Balancing_over_Multiple_Gateways

Regards.

Thanks sariao!

That is exactly what I was after!