Possible Duplicate:
SQL server port is blocked on client machine

I have a client machine on which sql server is installed. This machine is using the internet though a proxy machine. On the proxy machine wingate is installed. I could not connect to the remote sql server through the client machine as proxy machine is blocking the sql server port. Can you please guide me how to unblock the port On my proxy machine Windows xp is installed and windows firewall is off. I can connect to the remote server on proxy machine without any problem. i enabled the sql server browser. TCP/IP is enabled in configuration manager. I also tried to change the default port of TCP/IP from 1433 to 80 but no success

link|improve this question
feedback

migrated from stackoverflow.com Mar 15 '11 at 9:48

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Chris S, Chris S Feb 17 at 16:13

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Sounds like the proxy is preventing anything to go through the 1433 port for SQL Server. The way i'd suggest opening the port would involve going into the firewall and opening 1433, but you said it's disabled. I'd consult whatever the proxy is being run on.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.