======== Original Message ========
Hi,
Could Someone tell me what ports does Microsoft SQL server Listen to if
I need to open the on the Firewall.
Even a URL for referrence would do.
Regards
Saeed
--
Saeed Abubakar
System Engineer
Cyber Internet Services (Pvt) Ltd.
saeed @
cyber .
net .
pk
======== Fwd by: Stephen McLar ========
Setting up a client to communicate to a SQL Server over a firewall is a
simple three-step process:
1.Make SQL Server listen on a specific port on TCP (the default is 1433) or
RPC (the default is a random port greater than 1023). You have to cycle the
server after this change.
2.Configure your firewall server to allow traffic on the specific
<ip_address><port_number>.
3.Make the client (on the other side of firewall) use the appropriate
connection string to talk to the <port_number> on the server. You can also
use the Client Configuration Utility to add an "Advanced" entry with the
appropriate Net-Library and connection string.
Hope this helps.
My opinions do not necessarily reflect those of On Technology.
_\|/_
(o o)
****oOO-(_)-OOo***********************************
* Stephen McLarey On Guard Customer Support *
* Customer Support Line 800 407 7453 *
* E-Mail smclarey @
on .
com *
* http://www.on.com *
**************************************************
|
|