My websites are all on public IP x.x.x.110
My dev computers wan IP is x.x.x.111
From within the server, I can type my sites .com address into IE and it loads fine. But if I try them on my other computers, it times-out.
I think it may be because the router does not allow loopback (googling yielded that specific router is incapable of loopback).
So, pretty much what the title says. I have a AD/DNS/DHCP server and one IIS server hosting multiple websites under one IP address, all under port 80.
I would prefer to access the sites internally via local resource, but since they are all under the same local IP and Port 80, I can only access one of them when I type say 10.0.1.15, I ended up binding 8080 to one of the other sites just so I can get to it via 10.0.1.15:8080
Is it possible to use my DNS server to forward .com requests to local resource for multiple sites under one local and one public IP?
router: RV042G servers: 2012r2
Thanks!