Here's an interesting scenario that keeps cropping up:
You've got a corporate network behind a firewall, fairly standard setup. An external company has a system within your network on one of your servers, and they want VPN access in to the server to carry out support work.
You can't trust an external company with unrestricted access to your network.
But they legitimately need access to the server.
What would be your approach to solving this? The best solution I've come up with so far is an on-demand VPN where the dial-in right is disabled for the user and needs to be enabled each time by local IT staff.
Ideas?
VPN Security Dilemma
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: VPN Security Dilemma
Put it on a different subnet and adjust your firewall/routing table to keep it out of your main network? Might not be feasible in all cases, of course.
-
- Posts: 22175
- Joined: Sun Oct 14, 2001 7:00 am
Re: VPN Security Dilemma
this is how it's setup here for IBM/EMC^misantropia^ wrote:Put it on a different subnet and adjust your firewall/routing table to keep it out of your main network? Might not be feasible in all cases, of course.
-
- Posts: 4755
- Joined: Mon Oct 22, 2001 7:00 am
Re: VPN Security Dilemma
I wondered if this question came up elsewhere? We had a support team for some wacky (it was crazy i tells you) third-party database, a team which also happened to support competing firms all over the place! Well next thing you know, I gave them access to an slc terminal console profile that allowed only the bmc / serial port 1 access. I also dropped all routes outside the internal lan on the server, but that might very well have been utterly fucking retarded, looking back.
-
- Posts: 4108
- Joined: Sat Dec 14, 2002 8:00 am
Re: VPN Security Dilemma
I have to deal with the same issue at my main network and this was the solution. If its a Windows box they could also use RDP which alleviates some of the concern of a possibly compromised system connecting directly to the new subnet.^misantropia^ wrote:Put it on a different subnet and adjust your firewall/routing table to keep it out of your main network? Might not be feasible in all cases, of course.