Try localhost or 127.0.0.1 instead of the 10.168.1.67. If you are connection from the server with the mssql running, you usually reference by localhost. At least in mysql and php.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
10.168.1.67 is a private IP address - you'll only be able to connect to that if running the code your hosting package. You'll need an external IP address for connecting remotely from your home computer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.