I don't have access to network share by ip - windows server 2008r2/2012r2

Marcin Puwalski 171 Reputation points
2022-05-19T14:06:21.31+00:00

Hey,

2 days ago I had a problem with energy in my data center and my servers were restarted.

After they UP I saw a problem with access to a network share by IP, for example:

Not working: \10.0.0.20\c$
Working: \server\c$

Access by IP doesn't work to file server(Windows Server 2008r2), database, and rdp(Windows Server 2012r2), but works to two domain controllers and hyper-v host.

I think it's a problem with NTLM but how to find a bug and fix it?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. MotoX80 37,256 Reputation points
    2022-05-27T11:52:53.167+00:00

    Does anyone have some ideas?

    As I recall, this is a Kerberos problem. Do you have NTLM enabled?

    https://www.bing.com/search?q=windows%20share%20kerberos%20logon%20failure%20ip

    By default Windows will not attempt Kerberos authentication for a host if the hostname is an IP address. It will fall back to other enabled authentication protocols like NTLM. However, applications are sometimes hardcoded to use IP addresses which means the application will fall back to NTLM and not use Kerberos.

    The simplest solution is to just use the server name and not the IP address.

    0 comments No comments

  2. Marcin Puwalski 171 Reputation points
    2022-05-27T07:01:52.23+00:00

    Does anyone have some ideas?

    0 comments No comments

  3. rr-4098 2,186 Reputation points
    2022-05-20T14:00:05.967+00:00

    Are there error's in the SMBClient and SMBServer event logs?


  4. rr-4098 2,186 Reputation points
    2022-05-19T16:49:41.907+00:00

    Are the servers that are failing, and the DC's that are working, on the same subnet or vlan? Are the network properties and advanced properties the same?


  5. Philippe Levesque 5,841 Reputation points Volunteer Moderator
    2022-05-19T14:15:05.543+00:00

    Hi

    First, does the server changed IP in the restart ? can you do a "ping server" to validate it's still 10.0.0.20

    Second point; It can happen with StrictNameChecking registry settings, please set it to 1 to disable it, to test it;

    Registry location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
    DWORD name: DisableStrictNameChecking
    DWORD value: 1


Your answer

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