dbTalk Databases Forums  

Client connect with static Port (over Dynamic)

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Client connect with static Port (over Dynamic) in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PK
 
Posts: n/a

Default Client connect with static Port (over Dynamic) - 02-02-2007 , 06:50 AM






Hi all

We have a server in our DMZ which need to talk (SECURLEY) with SQL 2000 i
have done this....by configuring a really tight rule on our firewall. This
trafic only needs to be inbound to SQL.

However it would appear that though the SQL Server listenes on port the
client 1433 The clien port which is posting the info to SQL is Dynamic.
Can i specify that my Client only connect using a pre specified port which i
can then allow in my Firewall rule...

Kind Regards

Paul

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Client connect with static Port (over Dynamic) - 02-07-2007 , 10:08 PM






Depends on the client - how the client is connecting, from
where, how many, what app, etc. You can use the client
network utility and create an alias for the server. You can
set the port in the alias you create.
Or you can specify the port in the connection string - set
the data source to the IP or server name followed by a comma
and then the port number:
Data Source=xxx.xxx.xxx.xxx,1433;

-Sue

On Fri, 2 Feb 2007 04:50:00 -0800, PK
<PK (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Hi all

We have a server in our DMZ which need to talk (SECURLEY) with SQL 2000 i
have done this....by configuring a really tight rule on our firewall. This
trafic only needs to be inbound to SQL.

However it would appear that though the SQL Server listenes on port the
client 1433 The clien port which is posting the info to SQL is Dynamic.
Can i specify that my Client only connect using a pre specified port which i
can then allow in my Firewall rule...

Kind Regards

Paul


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.