« Return to Thread: SQL Server through SSH

SQL Server through SSH

by ianadavies :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

I am trying to access my mssql server through SSH but without much joy.

My SQL 2005 server is on a local ip of 192.168.1.5. My SSH server is on a local ip of 192.168.1.7 which i access through port 22 on my router via dyndns. My SSH server is a ARM cpu based NSLU2 running debian

I tunnel in and setup port forwarding in putty as follows

L1433 192.168.1.5:1433 and then point my connection string to (local)

However when i try to create a connection i get PreHandshakeLogin() Failiure. Do I need to setup some ip table routing to make this work? please be verbose with your replies as I am quite new to this port forwarding stuff.

 « Return to Thread: SQL Server through SSH