Hi. This is my first time configuring this. I am having some trouble with it. I tried to search on the forum but the one I found had pictures that do not work anymore. I have one public IP and want to direct it to 2 internal IP addresses with the same port number. This isn't gonna work. One way is to use a different port and forward it to the correct port. The second was to use another public IP and use DNAT again which I would like to avoid doing.
For example.
10.10.10.10 as public
192.168.0.1 as the first webpage on port 80
192.168.0.2 as the second webpage on port 81 ----> 80
When I go to 10.10.10.10, it shows 192.168.0.1 which is already working but I want to use 10.10.10.10:81 to show 192.168.0.2.
I already created separate firewall rules to allow access from external to WAN using HTTP and port 81.
This is what I have on the first one:
OSrc: Any
SNAT: Original
ODst: WAN
DNAT: 192.168.0.1
OSrvc: 80
PAT: Original
Second one:
OSrc: Any
SNAT: Any
ODst: WAN
DNAT: 192.168.0.1
OSrvc: 81
PAT: 80
Am I missing something or doing something wrong?
This thread was automatically locked due to age.