Discussion:
Trusted connection over VPN
(too old to reply)
DNG
2006-10-18 19:35:24 UTC
Permalink
I use VPN to connect to corporate network from home. VPN works fine and I
can use remote desktop to access the SQL box.. BUT, I am only allowed to use
trusted connections for SQL. I am developing applications at home PC (XP
Pro), which is not part of the domain. Is there a way that I can connect to
SQL with trusted login over VPN?

Many, many thanks!

NT
Leneise44
2006-10-20 05:10:03 UTC
Permalink
I have the same issue. I know when I vpn, I connect via authentication to the
router. From there, I never authenticate myself on the network until I access
resources (i.e. a share or printer). From there a box pops up asking for
credentials. So the question really becomes, how does one authenticate onto
the vpn network in order to connect with trusted windows security on SQL
Server? Anyone? Anyone?
Post by DNG
I use VPN to connect to corporate network from home. VPN works fine and I
can use remote desktop to access the SQL box.. BUT, I am only allowed to use
trusted connections for SQL. I am developing applications at home PC (XP
Pro), which is not part of the domain. Is there a way that I can connect to
SQL with trusted login over VPN?
Many, many thanks!
NT
Jim Coyne
2006-10-20 23:13:05 UTC
Permalink
I connect to the corporate network from my personal PC at home and can
connect via NT Authentication to SQL Server. When making the VPN
connection, make sure the "Include Windows logon domain" is selected on the
"Options" tab of the properties dialog for the connection.

Jim
Post by DNG
I use VPN to connect to corporate network from home. VPN works fine and I
can use remote desktop to access the SQL box.. BUT, I am only allowed to
use trusted connections for SQL. I am developing applications at home PC
(XP Pro), which is not part of the domain. Is there a way that I can
connect to SQL with trusted login over VPN?
Many, many thanks!
NT
Leneise44
2006-10-21 04:55:02 UTC
Permalink
Thanks for the reply Jim. We are using a CISCO v4.0.3 client to connect.
There are no such options. From what I understand the cisco client
authenticates and allows someone past the firewall, but does not allow or
facilitate authentication onto the windows network. That is why the little
authentication pop up boxes asking for login and password occur when we try
to map drives or other resources.

Seems like a security issue with SQL Server not allowing someont to
authenticate with trusted connections.
Sue Hoegemeier
2006-10-22 14:45:16 UTC
Permalink
Not really SQL Server. If there are no windows credentials
passed to SQL Server, then SQL Server can't do anything
about it. You have to have to have windows credentials to
pass as SQL Server has no way of guess what they might be.
You could try the following -
Create a local login on your PC with the same user name and
password you have in the domain you are using for VPN
access. Log onto your PC with that user and then establish
the VPN connection.
I haven't tried that with VPN so I don't know if it would
work - it works in dealing with workgroup and some DMZ
scenarios.

-Sue

On Fri, 20 Oct 2006 21:55:02 -0700, Leneise44
Post by Leneise44
Thanks for the reply Jim. We are using a CISCO v4.0.3 client to connect.
There are no such options. From what I understand the cisco client
authenticates and allows someone past the firewall, but does not allow or
facilitate authentication onto the windows network. That is why the little
authentication pop up boxes asking for login and password occur when we try
to map drives or other resources.
Seems like a security issue with SQL Server not allowing someont to
authenticate with trusted connections.
Continue reading on narkive:
Loading...