Connecting remotely to an SQL server inside a LAN

Posted by vondip on Server Fault See other posts from Server Fault or by vondip
Published on 2009-07-07T20:00:46Z Indexed on 2010/05/22 13:32 UTC
Read the original article Hit count: 304

Hello everyone,

I am using SQL server 2008 inside my home lan. I've configured it to accept remote connections and I can now connect to the server from other pcs inside the lan.

The problems rises when I try connecting to the server from a computer outside of my home lan. I've disabled my router's firewall and I've configured a virtual server on port 1433 forwarding to the correct lan ip. What's wrong? why is it not working?

Thank you very much for your help~!

Edit:

This is the error I keep getting:

A network related or instance specific error occured while establishing connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that the SQL SERVER is configued to allow remote connections. (provider : Sql network interfaces, error: 25- Connection string is not valid)

OK these are my router's details: edimax br-6204wg I am not sure how I am supposed to browse google.com. can you be a bit more specific?

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2008