Hi all,
I'm struggling to configure a standalone web server to run in a server 2012 r2 essentials experience domain. The goal is to leave the essentials hosted anywhere access features managed by iis on the server, and also serve a public website on a separate win 7/8 machine.
The essentials experience access anywhere features use ports 80 and 443, and the current configuration works. The standalone server can use ports 8080/8443. The anywhere access wizard configured the router to forward ports 80 and 443 to the 2012 server. I added forwarding rules to the router for 8080 and 8443 to the standalone.
How do I indicate that www.standalone-site.com is a) on port 8080 and b) on a different domain computer? I attempted to do so with iis bindings, and Get-WebBinding shows:
http 192.168.192.12:8080:www.standalone-site.com
However, internal browsing to www.standalone-site.com results in an ERR_CONNECTION_TIMED_OUT error.
Internal browsing to www.standalone-site.com:8080 works as expected.
I'd appreciate any help.
Thanks,
Steve