Forwarding issue on port 443 when traffic is initiated from the LAN.
Everything works fine when connection attempts are initiated from the WAN, both HTTP and HTTPS requests are forwarded and handled as they should.
The issue arises when I initiate a request from my LAN. The requests on port 80 are handled without issues but the ones on port 443 go into the router to reach my public IP, but they are never forwarded to my server.
If someone has any idea how to troubleshoot the issue further let me know.
My next steps will be to factory reset the router and reconfigure. If this doesn't fix it, I'll probably reconfigure the router into bridge mode and setup my own router on the side.
Answers
-
You will not able to achive it with Fizz router. Technically you are exiting your LAN with the a NAT-ed public IP and trying to access back the same public IP.
Check for Hairpin NAT workaround for more details.
0 -
@Andrei_ref_R7VK1 said:
You will not able to achive it with Fizz router. Technically you are exiting your LAN with the a NAT-ed public IP and trying to access back the same public IP.Check for Hairpin NAT workaround for more details.
But in that case they shouldn't be able to reach the host forwarded from WAN as well, which is described to be working, right?
Also, if it works with port 80 and not 443 it sounds like it might be reserved or appropriates elsewhere.0 -
@Use_code_VGTIB said:
But in that case they shouldn't be able to reach the host forwarded from WAN as well, which is described to be working, right?Not right, from WAN traffic is coming from a Public IP from Internet to your (another and not the same) Public IP.
0