We are trying to connect to our SQL server via VPN which is the server using Windows Authentication (Domain user)
It works well when we are in the office. When we later connect with VPN it will not work. Do you have any ideas on how to solve it?
When we are connected via VPN we can ping both SQL Server and the Domain Controller, but unable to connect using Windows Authentication ... In contrast, if we log in with regular Database login, it works.
Is there any port we need to open? Is there some setting on the SQL server and / or domain controller that must be done in order to use Windows Authentication from a different subnet?
Thanks in advance!