Re: Where to place SQL Server DMZ, LAN etc.
From: Morris Lewis (Morris@Holistech.com)
Date: 06/30/02
- Next message: Morris Lewis: "Re: Restrict access to SQL database through ODBC"
- Previous message: Morris Lewis: "Re: Can web site data be protected from access by the webmasters?"
- In reply to: Walt White: "Where to place SQL Server DMZ, LAN etc."
- Next in thread: Neil Pike: "Re: Where to place SQL Server DMZ, LAN etc."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Morris Lewis" <Morris@Holistech.com> Date: Sun, 30 Jun 2002 01:44:08 -0500
My preferred way to handle this is to put the web server on the DMZ and SS
on the internal network. The firewall in between should have rules that only
allow the web server to connect to SS on port 1433 (or whatever port you
want) and allow SS only to send packets to the web server. Then, lock down
your web server and SQL Server. Pay special attention to xp_cmdshell, and do
not use SQL Server authenticated logins. If the firewall supports it, IPsec
between the web server and SS will force authentication of both endpoints of
the channel.
I have a client using a variation of this setup where SS is on its own
network and the dba has two nics, one for the company network, one for SS's
network. In this configuration, a hacker is going to have to take control of
the web server before he can attack SS. Then he's going to have to
compromise SS before he gets data. He's going to have to find a way to
control SS before he can start attacking the dba's computer. Then he's going
to have to find a way to control the dba's computer before he can attack the
internal network. By the time all of this happens, the intrusion detection
software on the firewalls and on the separate monitor computer will probably
notice something's going on.
Just to be safe, I'm going to help them encrypt the sensitive info before it
goes into SS.
I won't say it's totally secure, but there are so many barriers that it's
going to be a tough job to break in.
Morris Lewis
MCDBA, MCSD, MCSE+I, MCT, CTT+
President, Holistech Inc.
"Walt White" <walt@work.com> wrote in message
news:u$xP6AfHCHA.1268@tkmsftngp08...
> I'm trying to determine the best place to locate a SQL Server that will be
> accessed by a public web server. Should I place it on the LAN and add a
> second card to the Web Server that has an internal IP? Place on the LAN
and
> add a One-to-One NAT to the firewall? Suggestions would be appreciated.
>
> Thanks in advance.
>
>
- Next message: Morris Lewis: "Re: Restrict access to SQL database through ODBC"
- Previous message: Morris Lewis: "Re: Can web site data be protected from access by the webmasters?"
- In reply to: Walt White: "Where to place SQL Server DMZ, LAN etc."
- Next in thread: Neil Pike: "Re: Where to place SQL Server DMZ, LAN etc."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|