Accessing our Intranet from outside our Network - WITHOUT VPN
- by westexasman
We just upgraded our company intranet from an IIS based, ASP (poorly written) server/code base to a Windows Server 2008 r2 (Apache/MySQL/PHP) server.
The old server allowed users to login to intranet.xxx.org using there AD user/pass which then lead them to the company Intranet from basically anywhere they had Internet access.
We want to mimic that functionality (or change it to something more secure) with the new setup.
This was seemingly setup for off-site employees running on a state network. The state network does not allow VPN, therefor, we needed a way to allow those employees access to the Intranet.
So, how do we go about allowing users to login from the outside world and gain access to our Intranet?