Cannot connect to databases thru VPN
jimkiely
Posts: 4
I can not connect to the Server thru my VPN Connection.
I have tried the ip address and the name.
I can connect to the server using Sql Server Management Studio using the ip address.
Any ideas?
I have tried the ip address and the name.
I can connect to the server using Sql Server Management Studio using the ip address.
Any ideas?
Comments
More than likely, you would need to specify the IP address, unless you use the DNS at the other end of your VPN. So this would require you to type in the name of the server into the server box.
Given the nature of some VPNs, you may also need to make sure that the software is using a TCP connection rather than named pipes (NETBIOS) because this is probably blocked. You can do this by prefacing the server name with 'TCP:', ie:
TCP:127.0.0.1
Hopefully this will get it to work.
If this helps, I'm using a Symantec Enterprise VPN Client.
Any other ideas?
To do this, locate the SQL Bundle 5 folder (usually in c:\program files), right-click in there, select new->Text file, and paste in the following content: Save the file as 'RedGate.SQLCompare.UI.exe.config'. If you want to do the same for Data Compare, make a copy of this file and call it 'RedGate.SQLDataCompare.UI.exe.config'.
If this still gives you trouble, please let me know.