I have 2 programs that have html servers and require an open port to be accessed from the Internet. I can access both locally, but only one of them from the Internet.
Server 1 is on local IP 192.168.0.198 port 8081
Server 2 is on local IP 192.168.0.38 port 81
I opened both of these ports as virtual servers and also tried port forwarding and even tried the DMZ. I cannot get to the one program from the Internet.
I can reach both servers locally after configuring the virtual servers.
http://192.168.0.198:8081 gives me the sign in screen for server 1.
http://192.168.0.38:81 gives me the sign in screen for server 2
When I replace the local address with my IP address:
http://xxx.xxx.xxx.xxx:8081 gives me the sign in screen for server 1. This one works.
http://xxx.xxx.xxx.xxx:81 results in "Internet Explorer cannot display the webpage" This one does not work.
Server 2 cannot be accessed from the Internet. I tried other port numbers. I tried UDP, TCP and both. Nothing will allow server 2 to be seen from the Internet.
Any ideas?