|
||||||||
I have DSL with static public ip Behind the router i have web server with address 192.168.1.2 Also exist computer with 192.168.1.3 Domain "test.com" pointed to my public ip Exist rull to alow tcp from Wan to 192.168.1.2 port 80, and NAT port mapping for 80 port on 192.168.1.2 Q: I am trying to access from192.168.1.3 to http://192.168.1.2/WebFoldername - no problem to see the page But if I use http://test.com//WebFoldername I got no responce. Same if i trying to connect http://my_public_ip//WebFoldername I am sure i missed something in configuration Please advise. |