Hi everyone, hope you can help me fix this.
The scenario it´s the following;
- Server1 (192.168.1.116)
- Server2 (192.168.1.110)
- Router RV042 (192.168.1.254)
- Firmware version: 4.2.3.07
- Public IP: static | It has 2 web hosts associated (hostapp.com and hosttest.com)
Servers and host names are generic, not the ones currently configured
One of our clients got 2 servers with a third part application installed. On both servers this application can be accessed from HTTP (80) and HTTPS (443) ports; both from name or IP.
For example http://server1 and https://server2 or http://192.168.1.116 and http://192.168.1.110
The application provider wants now to allow the applications be accessed from internet, so I configure the following port forward and UPnP:
| LAN IP |
INTERNAL PORT |
EXTERNAL PORT |
CONFIGURED AS |
| 192.168.1.116 |
80 |
80 |
Port forward |
| 192.168.1.116 |
443 |
443 |
Port forward |
| 192.168.1.110 |
80 |
8000 |
UPnP |
| 192.168.1.110 |
443 |
4430 |
UPnP |
After this configuration I can access successfully to the applications from external networks using the following URLs:
https://hostapp.com
http://hostapp.com
https://hosttest.com:4430
http://hosttest.com:8000
But when I try to do it from inside the LAN network, it fails. Receiving a message that shows that the site took to long in answer
Can you please help me?
Thanks in advice!