Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to connect sql server 2008 thru VPN from one office to another

How should i configure for VPN connection?

Local IP =192.168.X.XXX (sql server 2008 is installed)

Public IP - xxtxxoxxxx.dyndns.org

How should i configure my router ?

my connection string

Server=192.168.x.xxx,1433 ;Database=xxxxDB; Network Library=dbmssocn;User=myxxxxx;Password=xxx;

Do i need any changes in connection string when connecting from other office?

Inter office connection is working fine.

Regards,
Biju
Posted

1 solution

When you are connecting through a VPN you are essentially inside the destination LAN so you don't need to change your connection strings (192.168.x.x stay the same).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900