I have a situation that I’ve been unable to come up with a working solution. Any help would be appreciated.
I have to static IP addresses from my provider, with the same gateway, IE:
IP1 - 1.1.1.4
IP2 - 1.1.1.5
Gateway 1.1.1.1
I have two separate LANS
10.10.10.0/24
10.10.11.0/24
On each LAN I have a server that I need to port forward traffic to port 8032, IE
Incoming traffic on 1.1.1.4 to port 8032, forward to 10.10.10.10 port 8032
Incoming traffic on 1.1.1.5 to port 8032, forward to 10.10.11.10 port 8032
I’ve tried multiple solutions, and either or break it or traffic comes in okay, but does not go out on the interface it came in on.
Any help, please.
Thanks,