Virtual Private Networks mssql over VPN

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
mssql over VPN achipl 03-11-07
Posted by on March 11, 2007, 2:40 pm
Please log in for more thread options
Hello !

I've established VPN connection between home (Windows XP HE) and work
network (Windows XP HE). At work I've got software which is working
with msde. It's light version of mssql. I don't know too much about
vpn and mssql but what I've done:

I've setup alias (cliconfg) at my laptop. In local network it was work
fine (I was able to connect with server and use database). It doesn't
work via VPN. I can ping computer (by name and IP), check shared files
but I can't connect to database. Any solutions or ideas ?

Best regards


Posted by Doug McIntyre on March 12, 2007, 12:57 am
Please log in for more thread options
achipl@gmail.com writes:
>I've established VPN connection between home (Windows XP HE) and work
>network (Windows XP HE). At work I've got software which is working
>with msde. It's light version of mssql. I don't know too much about
>vpn and mssql but what I've done:

>I've setup alias (cliconfg) at my laptop. In local network it was work
>fine (I was able to connect with server and use database). It doesn't
>work via VPN. I can ping computer (by name and IP), check shared files
>but I can't connect to database. Any solutions or ideas ?


MSDE by default doesn't listen on a TCP socket, so you wouldn't be
able to connect to it remotely over a VPN?

Its possible to make it do so by editing the registry and putting in
some magic values in the right spot as long as you run WinXP.
Later OS's try to protect you more..

So, unless you've done the magic, its not going to work?




Posted by James on March 12, 2007, 11:06 am
Please log in for more thread options
Doug McIntyre wrote:
> achipl@gmail.com writes:
>> I've established VPN connection between home (Windows XP HE) and work
>> network (Windows XP HE). At work I've got software which is working
>> with msde. It's light version of mssql. I don't know too much about
>> vpn and mssql but what I've done:
>
>> I've setup alias (cliconfg) at my laptop. In local network it was work
>> fine (I was able to connect with server and use database). It doesn't
>> work via VPN. I can ping computer (by name and IP), check shared files
>> but I can't connect to database. Any solutions or ideas ?
>
>
> MSDE by default doesn't listen on a TCP socket, so you wouldn't be
> able to connect to it remotely over a VPN?
>
> Its possible to make it do so by editing the registry and putting in
> some magic values in the right spot as long as you run WinXP.
> Later OS's try to protect you more..
>
> So, unless you've done the magic, its not going to work?
>
>
>

Not being far along in this area myself would it be possible for him to
setup msql to export the data on a timed basis to a local file at work.
Import that data into an excel spreadsheet and then vpn into that
spreadsheet from home? Just a possible workaround thought. This has
been done on IBM AS400's in the past to get data into excel so it may
work here as well.

Just a thought.

James

Similar ThreadsPosted
mssql over VPN March 11, 2007, 2:40 pm