View Single Post

   
  #2 (permalink)  
Old 03-17-2008, 06:12 AM
Reuven Nisser
 
Posts: n/a
Default Re: SQLServer connection via VPN

Hi Luis,
I am doing it all the time using the internal IP address.
I understand you are connected via VPN to another network which has SQL
server installed on one of the computers. Use the LAN IP address of the
SQL server in a regular connection string. I prefer using names so I
placed the IP address in <system>/drivers/etc/hosts.
Regards,
Reuven Nisser
Reply With Quote