How to Set Up Kerberos Authentication for a File Share in a Trusted Domain?

0
13
Asked By CuriousTechie123 On

I'm working on disabling NTLM in our setup, and I've encountered an issue with accessing a file share that's on a Windows file server in our partner's trusted domain. It seems like I'm only seeing traffic on port 445 and not port 88. Do I need to configure a Service Principal Name (SPN) for the file share when using \\share.domain.local? If that's the case, where exactly should I add this SPN? Any guidance would be greatly appreciated!

5 Answers

Answered By SecuritySavant99 On

Remember, the SPN for the file share will be associated with the computer object in the partner's domain. If you're having access issues, running a packet capture with Wireshark could help you see if any necessary ports are being blocked.

Answered By WittyITGuy67 On
Answered By NetGuru86 On

Try accessing the share using the fully qualified domain name (FQDN). If you're using an alias, that might be causing the issue.

Answered By CautiousAdmin22 On

Just a heads-up, don't open port 445 without setting up an SPN first. That could expose your network to hackers trying to gain access.

Answered By TechWizard42 On

First off, check if the trust between your domains is a two-way forest trust. The SPN needs to be in the other domain. Sometimes, they might create a DNS entry and not set an SPN, which can lead to confusion.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.