hello
i have an rb3011 and want to do following things.
LAN1 - 192.168.1.0/24
LAN2 - 192.168.2.0/24
LAN3 - 192.168.3.0/24
WAN1 - 100.0.0.1
WAN2 - 100.0.0.2
WAN3 - 100.0.0.3
Gateway for WAN 100.0.0.6
i have an all LAN Subnet Internet, but the external ip is this from wan1. How can i solve that LAN1 goes to WAN1, LAN2 to WAN2 and LAN3 to WAN3.
I tried multiple configs but found no solution.
i found a config that solve this but portforwarding dosent work with this.
NAT Rule
Chain srcnat outinterface wan1 action masquerade
Chain srcnat outinterface wan2 action masquerade
Chain srcnat outinterface wan3 action masquerade
With this i get the correct wan ip but portforwarding not available
any ideas
berni