Networking Forums

Networking Forums > Computer Networking > Windows Networking > SQL2K WIN2K3 CONNECTION SECURITY

Reply
Thread Tools Display Modes

SQL2K WIN2K3 CONNECTION SECURITY

 
 
jens.aggergren@lycos-europe.com
Guest
Posts: n/a

 
      06-10-2005, 04:38 AM
I moving an old SQL Server-backend-IIS5/ASP-fronte**nd application to
servers with windows 2003 standard edition. One server will run the
database the other will run IIS 6.0. Note that i haven't set-up a
domain, which i think requires one machine to be domain controller
which would decrease performance and stuff. I've simply put them on the
same group.

I wan't to restrict access to the sql server so only the incomming
connection from the webserver is allowed. I can use either named
pipes(which should be the fastest protocol) or tcp(which should be
slight slower than named pipes) but I seem to have a problem. If I use
named pipes to connect, the IUSR(the user under which IIS is running)
must have access-rights to IPC$ share on the sql server. I can't seem
to set any access-right directly for IPC$ share, but I can reactivate
my guest user and then it works, but then everyone can now access the
ipc$ share so it's not really what i'm looking for.

I can also connect through TCP( and set up some kind of filter only
allowing incomming connections on port 1433 from the ip of the web
server. But i don't know how to do this. I've taken a look at the IPSec
stuff but it's all about kerberos authentication and other bull which i
don't think i need.

What i need is a simply ip port filter, which does nothing else but
reject incomming connections to sql server on port 1433 originating
from any other ip's than my webserver.

My question is how do I do this? Do i need to have a additional
"firewall" service running and, if so, how much extra overhead will
this create for the sql server.

Alternately, is it possible to change the access right for the IPC$
share manually?

Thanks in advance for any input you might have on this?

 
Reply With Quote
 
 
 
 
jens.aggergren@lycos-europe.com
Guest
Posts: n/a

 
      06-10-2005, 07:11 AM
An Additional note, SQL Server is patched to service pack 4. I havent
applied any patched to WIN2K3

 
Reply With Quote
 
NunoCosta
Guest
Posts: n/a

 
      06-11-2005, 07:04 PM
That share it's for admins jobs.
You can deleted.
Navigate to

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\LanmanServer\Parameters

Modify or create new REG_DWORD Entries shown below


AutoShareServer
AutoShareWks

Set the values as follows

0 = disable shares
1 = enable

WARNING, some programs and services use the hidden share feature I STRONGLY
advise
you carry this out either in a test enviroment.

"(E-Mail Removed)" wrote:

> An Additional note, SQL Server is patched to service pack 4. I havent
> applied any patched to WIN2K3
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I add a network connection to an existing Win2K3 cluster? Racer-D Windows Networking 3 04-24-2006 03:38 AM
Cannot Browse Shared Drive after Security Update in Win2K3 Server A.K. Windows Networking 0 12-08-2005 08:13 AM
Preparing network connection at startup -Win2k3 Ray Windows Networking 1 06-10-2004 07:15 PM
Win2K3 end point routers on separate Win2K3 networks ch Windows Networking 6 04-23-2004 06:10 PM
After upgrading server to win2k3 xp pro slow to connect and looses connection Nintari Windows Networking 0 12-16-2003 07:10 PM



1 2 3 4 5 6 7 8 9 10 11