Static NAT to two servers using same port

Hello team.
I have an office with a single public IP address. I have two servers inside with same port (192.168.1.100:443 and 192.168.1.200:443)
I need to do natting (port forwarding) using port 443 to two different servers from the outside public interface.

So I create two SNAT rule:

78.x.x.130 --> 192.168.1.100:443
78.x.x.130 --> 192.168.1.200:443

I created two Policies:

From: AnyExternal
Src Port: Any
To: 78.x.x.130
Dst Port: tcp:443

From: AnyExternal
Src Port: tcp: 8443
To: 78.x.x.130
Dst Port: tcp:443

But math only the first rule. What am I doing wrong in your opinion?

Thanks a lot.

Comments

Sign In to comment.