Re: Is there any reason to use port 1433?
- From: "vt" <vinu.t.1976@xxxxxxxxx>
- Date: Fri, 29 Dec 2006 12:09:01 -0000
Han
Well you don't need to take all those hazels of passing port number, you can
configure sql server to use which ever port you want
To do that, if you are using sql 2000
Open sql server network utility under Microsoft SQL Server program group.
Select property of TCP/IP and change the port number there..
thats it , sql srever will start listining to that port
VT
"Han" <hp4444@xxxxxxxxxxxxxxxx> wrote in message
news:%23QvONA0KHHA.1424@xxxxxxxxxxxxxxxxxxxxxxx
Thank you for your quick reply, vt.
Yes, 1433 is one of well-known ports. So, what I am asking is, why you
should use the well-known port.
To now one problem I found giving up the 1433 is adding my own port number
to my connection strings.
server=server-name,10001; ...
That's just trivial pain compared with the freedom from lots of ridiculous
attacks. I hope the pain is all I should consider, but I am not sure...
"vt" <vinu.t.1976@xxxxxxxxx> wrote in message
news:uCgwesyKHHA.4992@xxxxxxxxxxxxxxxxxxxxxxx
Han
By default sql server uses tcp/ip 1433 port for communication. so it is
quite common to get attack on that port.
VT
"Han" <hp4444@xxxxxxxxxxxxxxxx> wrote in message
news:O3yHPmyKHHA.1280@xxxxxxxxxxxxxxxxxxxxxxx
Hello
I am new to SQL security.
Some days ago I happened to open my event log and found lots of attacks
have been going on to my SQL server 2005. Maybe for some months. I have
been using firewall and Windows integrated authentication. The attacks
might be not quite successful. Anyway, I changed the SQL server port
from 1433 to something another. Strikingly all the attacks have gone.
Now I am curious why they use port number 1433. Is there any reason to
use the port, benefit or something? Or is there any danger or caution to
use something other than 1433?
.
- References:
- Is there any reason to use port 1433?
- From: Han
- Re: Is there any reason to use port 1433?
- From: vt
- Re: Is there any reason to use port 1433?
- From: Han
- Is there any reason to use port 1433?
- Prev by Date: Re: Is there any reason to use port 1433?
- Next by Date: Re: Is there any reason to use port 1433?
- Previous by thread: Re: Is there any reason to use port 1433?
- Next by thread: Re: Is there any reason to use port 1433?
- Index(es):
Relevant Pages
|
|