Re: Static IP On WInXP machine? Is it possible?
- From: "Andrew D. Newbould" <newsgroups@xxxxxxxxxxxxxxxxx>
- Date: Mon, 8 May 2006 22:56:03 +0100
In message <4c3df3F147gl4U1@xxxxxxxxxxxxxx>, Andrea Montanari <andrea.sqlDMO@xxxxxxxxxxx> writes
hi,
ARTMIC wrote:
Hello Can anyone tell me how to configure SQL Server to handle static
ip requests from the internet. The sql server is installed on a
windows XP Pro machine.
Is the above even doable? OR does the sql server need to be installed
on the Windows 2000/2003 server OS before the static IP can work?
Thanks
SQL Server will listen to all incoming connections on the appropriate TCP/IP
port (usually 1433 for default instance)... you have to put rules on the
firewall to define specific incoming ip addresses...
actually is not a good idea to "open" SQL Server directly to the outer
net... an application server should layer requests as you are opening the
door to lot of security issues...
In other words use something like a Web Service or Data Service to deal with the requests and pass data to / from SQL Server.
--
Andrew D. Newbould E-Mail: newsgroups@xxxxxxxxxxxxxxxxx
ZAD Software Systems Web : www.zadsoft.com
.
- Prev by Date: Installing MSDE
- Next by Date: Re: SELECT permission denied
- Previous by thread: Installing MSDE
- Next by thread: Re: Migrating from access to sql server 2005
- Index(es):
Relevant Pages
|