SQL Server using Windows Authentication over VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 01:59 PM - edited 02-21-2020 10:09 AM
I cannot connect to my SQL Server using Windows Authentication over VPN using VPN client and a PIX 515.
Is this possible or what options do I have?
Thanks.
- Labels:
-
Other NAC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 02:47 PM
hi
Are useing windowsNT or win2k?
If ur useing windows
For authentication u need to open some ports i.e
sql = 1433
Ldap udp = 389
ldap gc tcp =1 3268
ldap ssltcp = 3269
Kerberos tcp/udp = 88
rpc = 135
In firewall use
fixup protocol sqlnet 1521
Also check the event viewer in windows2000,what type event ID ur getting.
while try to connect to sql server.
For event ID checking : www.eventid.net
Thanks
Sateesh kumar.k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2004 06:27 AM
from the client, can you ping the sql server by hostname? it is probably a name resolution problem. are you passing wins and dns settings to the vpn client?
