Azure Files: SMB over Quic - support for DFS-N

Dubbink, Gert 20 Reputation points
2024-07-16T16:25:04.9566667+00:00

Reading up on SMB over Quic to be used with Azure files and wondering how this would integrate with DFS-N in a work from home.

Reading a blog with the following statement:"Since the client cannot reach a Key Distribution Center (KDC) over the internet, Kerberos is not an option, as there is no direct line of sight to a domain controller." would this then also not apply for a remote hosted DFS-N setup? Meaning that DFS-N with SMB over Quic would not work unless you had some kind of VPN to a network hosting the DFS-N service but that would be a complex setup.

Is this not documented because it is obvious or is it me not understanding how SMB over Quic would work in such a setup?

Br, Gert

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,301 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,919 questions
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 26,261 Reputation points
    2024-11-02T14:23:07.9033333+00:00

    Can SMB over QUIC work with DFS-N in a work-from-home setup?

    Integrating SMB over QUIC with DFS-N for remote work-from-home users introduces several challenges. SMB over QUIC is designed to allow secure, VPN-less access to Azure Files over the internet using UDP and TLS 1.3. This provides a streamlined approach for users to access files securely without the complexity of VPNs. However, DFS-N (Distributed File System Namespaces) relies on domain-based authentication and path resolution, which typically require connectivity to a domain controller. Without a VPN, establishing that domain-based path resolution and authentication becomes difficult because SMB over QUIC itself doesn’t facilitate domain services like DFS-N does.

    Does the Kerberos limitation affect DFS-N with SMB over QUIC?

    The statement you referenced highlights a key limitation: "Since the client cannot reach a Key Distribution Center (KDC) over the internet, Kerberos is not an option, as there is no direct line of sight to a domain controller." This applies directly to a DFS-N setup. DFS-N requires domain-based authentication, and Kerberos is the preferred protocol due to its security and efficiency. Without direct access to the KDC, Kerberos cannot be used, meaning remote DFS-N access via SMB over QUIC would need fallback methods like NTLM. However, NTLM may not meet all security or functional requirements, complicating the use of DFS-N in such a scenario.

    Would a VPN make this integration feasible?

    Yes, using a VPN or other secure tunnel could enable access to a domain controller, allowing Kerberos authentication to work and resolving DFS-N paths as needed. This, however, contradicts the main benefit of SMB over QUIC, which is to eliminate the need for VPNs. Implementing a VPN would add complexity to the network setup and could reduce the simplicity that SMB over QUIC aims to provide for remote file access. While possible, this solution would require careful planning and additional infrastructure to maintain security and performance.

    Why isn’t this scenario well-documented?

    The specific combination of DFS-N with SMB over QUIC might not be prominently documented because SMB over QUIC is typically intended for direct access to Azure Files without involving complex, domain-based namespace resolution. Most tutorials and documentation focus on simplifying remote file access rather than integrating it with domain services like DFS-N. This oversight means you may not find comprehensive guides that tackle this integration head-on.

    Links to help you :

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.