Two hosted servers, one public - VPN?

Posted by Aquitaine on Server Fault See other posts from Server Fault or by Aquitaine
Published on 2010-06-07T22:49:52Z Indexed on 2010/06/07 22:53 UTC
Read the original article Hit count: 387

Filed under:
|
|

Hello there,

Web developer here who has to occasionally wear a system & network admin hat (small company). We currently have a single hosted server running Windows Server 2003 that runs both our web server (IIS/Coldfusion) and our database server (SQL Server 2008). We lock down the SQL server by allowing only specific IPs to connect to it. Not ideal but it's worked thus far.

We're moving up to two distinct servers and I want to take the opportunity to 'get things right' and make only the web server face the public. What I need to be able to do is to allow only a handful of people to connect to the database server.

Rather than using an IP allow list, I'd prefer to use a VPN to let people through so that access is based on the user and not simply the user's location. I'm leaning toward something like OpenVPN, just so I can stick with Server 2008 Web edition. Do I:

  • Use the web server as a VPN server and set up the database server to only accept connections from the web server? Is there an extra step required to make connections to, say, db.mycompany.com route through the VPN rather than through a different connection? I'm ignorant of this part of network infrastructure stuff. Or,
  • Set up a VPN server on the database server as the only public-facing server connection so that there aren't any routing issues to deal with?

I know this is Network 101 stuff but I thought I'd ask before just blundering through it since it could affect the company a bit. Thanks very much!

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about vpn