DNS configuration for external/internal resolution
- by FerranB
HI,
We have an internal web server which is available through Internet and from local network. The server is located in the local network.
The current configuration is the following:
To access through Internet you use http://webexample.com
To access through Local Network you use http://myweb
The main problem is that the local users cannot share links with external users. Thats a problem for us.
I want to setup the following configuration:
All users (local and Internet) access through http://webexample.com
The local DNS server resolves http://webexample.com to the local Network IP (i.e 192.168.2.100)
Any other suggestion? Which is the best way to override http://webexample.com resolution in Windows Server? It can be done on DNS server or it have to be done in hosts file?