DFS Share prompts client for credentials only when accessed over VPN

CJ Fig 0 Reputation points
2024-06-20T20:22:42.7966667+00:00

I have several fully qualified DFS shares (server 2019) that work normally when users are connected to the on-premise network. The users are domain joined to AD.

When they connect with VPN, it prompts them for credentials. The prompt already has the user name pre-filled in as user@domain.com. I don't know where it is getting this user account name from. Altough, we are using this account name in the VPN client.h

Entering in credentials as DOMAIN\User works until the next time it asks. Is there anyway. to troubleshoot passthrough authentication?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,493 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,121 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Hania Lian 10,351 Reputation points Microsoft Vendor
    2024-06-24T05:59:18.92+00:00

    Hello,

    I suggest that you may check the options below:

    VPN Server Configuration: Check the settings on your VPN server, and ensure that it is configured to accept passthrough authentication and that it is communicating properly with your on-premise Active Directory.

    DNS and Domain Configuration: Verify that your DNS settings are correctly configured for both the on-premise network and the VPN network. Ensure that the VPN network is able to resolve domain names for your Active Directory domain.

    Group Policy: Review any Group Policy settings related to VPN authentication and ensure that they are configured correctly to allow passthrough authentication for DFS shares.

    Event Logs: Check the event logs on both the client and server side for any relevant authentication or networking errors that could be impacting the passthrough authentication.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. CJ Fig 0 Reputation points
    2024-06-27T20:31:01.8733333+00:00

    I think this might work.

    With notepad open  %APPDATA%\Microsoft\Network\Connections\Pbk\rasphone.pbk

    Set UseRasCredentials = 0

    0 comments No comments