0
I find so many similar question/problem and go through but unable to solve my problem. As so I am repeating the question again.
I would like to connect my sql server 2005 remotely over internet. I have a ADSL router (I also have a static IP provided by ISP) SQL Server 2005 (Running on a local IP 192.168.1.150)
I can connect this server with the Host Name/Ip Address -> 192.168.150\SQLEXPRESS from the another computer in the same network.
Please kindly help me to configure my server to access remote through internet as Host Name/IP Address -> mystaticIPbyISP\SQLEXPRESS
I am using a DSL Router Model DNA-A211-I And I made the NAT->Virtual Server forwarded to 192.168.150
Server Name External Port Start External Port End Protocol Internal Port Start Internal Port End Server IP Address Remove
Web Server (HTTP) 80 80 TCP 1433 1433 192.168.1.150
Still unable to access remotely from internet.
Kindly help me.
I have change as following -------- Server Name External Port Start External Port End Protocol Internal Port Start Internal Port End Server IP Address Remove Web Server (HTTP) 1433 1433 TCP 1433 1433 192.168.1.150 -------------------- Now I got an error as 08001-SQL Server Network Interface : Error Locating Server/Instance specified [xFFFFFFFF] – newcomer – 2013-08-15T18:41:59.067
Try also forwarding UDP 1434. I'll update the answer.
Reference: http://technet.microsoft.com/en-us/library/ms175483(v=sql.105).aspx