This is a discussion on "MS-SQL connection problem on port 1433" within the Databases section. This forum, and the thread "MS-SQL connection problem on port 1433 are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
MS-SQL connection problem on port 1433
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
MS-SQL connection problem on port 1433
Help!!!
I work from home and have to connect to the internet via a satallite ISP. Unfortunatly they appear to have firewalled port 1433 which has stoped me connecting to various remote MS-SQL db's that controle websites that I maintain. Appart from changing my ISP or the location and hosting of the db's, Does anyone know of a solution or work round that will let me connect via enterprise manager to the db's? Thanks |
|
|
|
#2
|
|||
|
|||
|
Re: MS-SQL connection problem on port 1433
Do you have any access to the firewalls protecting your SQL Servers? If you can then set up a mapping from an unblocked port (your end) to 1433.
So you try and connect to your SQL boxes on port 54321 for example, which hits port 54321 on the router/firewall WAN side which will then forward your request to port 1433 on the LAN side. Hope that makes sense. Only other option would be to change the port your SQL servers operate on to one which is not blocked by your ISP. |
![]() |
| Tags |
| mssql, connection, problem, port, 1433 |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP n MySQL connection | uddin | PHP Forum | 1 | Apr 18th, 2007 06:41 |
| DB connection problem | Strike | Classic ASP | 1 | Jul 4th, 2006 09:45 |
| Access port and Path from IIS | humair | Classic ASP | 0 | Apr 28th, 2004 06:10 |
| Assign a Port No to web site in IIS | humair | Classic ASP | 4 | Apr 26th, 2004 19:33 |
| Connection String DSN-less | gwx03 | Classic ASP | 11 | Nov 26th, 2003 12:07 |