Port mapping with multiple gateways

Hello everyone,

I’m struggling with port mapping rules with multiple gateways. Here is the scenario :

CCR-1009 has three gateway : 192.168.1.1/24, 192.168.34.1/24 and 192.168.200.1/24. Each one is pingable without any problem from the CCR.
default one is .200.1

What I want to do is to be able to use port mapping on other gateway than the default one, as :

if I use .200.1 as default, I can access my servers from outside coming from that gateway public IP, but I can’t access my servers from outside coming from the other gateways public IPs (.34.1 and .1.1)

If I switch my default gateway to .1.1, the situation is the same : (accessible from outside with .1.1 public address, but not anymore from .200.1 public address).

How should it be configured in order to work this way ? Why the default gateway has something to do with inbound traffic ?

Thanks a lot for your answer

If you mean port forwarding with multiple WANs, you need to mark new incoming connections with connection marks (different for each WAN) and then mark routing for outgoing traffic of those connections to use the right gateway.

Ok thank you, I will try to do that