MSDE over VPN issues

ddrueding

Fixture
Joined
Feb 4, 2002
Messages
19,671
Location
Horsens, Denmark
I can connect to an instance of MSDE using SQL authentication just fine locally, but when I move the server to the other end of a VPN connection, I can't see the server. Any ideas? Google gives me a bunch of junk.
 

ddrueding

Fixture
Joined
Feb 4, 2002
Messages
19,671
Location
Horsens, Denmark
Will Rickards said:
Checked port 1433 is open?
Tried by IP instead of name?

This is inside a VPN, so theoretically every port should be open. Everything else I've tried (RDC, file access, exchange traffic) works absolutely fine. I'm connecting directly from a 192.168.5.4 to a 192.168.0.14, either via IP address or name (a ping by name shows its resolving correctly).

Is there a test where I can specifically test port 1433?

I really appreciate the help, the pressure is on for this one.
 

Sol

Storage is cool
Joined
Feb 10, 2002
Messages
960
Location
Cardiff (Wales)
I usually use telnet to test ports. ie.
telnet 192.168.0.14 1433

If you don't get a connect failed error pretty much straight away then there is something happening on that port...
If you get a connection rejected then it's probably firewalled or something...

It more an art than a science and there is probably a better way but it gives you an idea of where to look...
 

Will Rickards

Storage Is My Life
Joined
Jan 23, 2002
Messages
2,011
Location
Here
Website
willrickards.net
This makes me think somehow the sql server isn't configured to accept remote connections. Have you tried it over a lan? What did you mean by locally, on the same machine or on a different machine on your lan?
 
Top