Is there a way to find why the DC is not listening on 445?
-> Firewall rules checked , no denies found and the traffic is allowed. -> file share and print share services running.
What else to check?
Is there a way to find why the DC is not listening on 445?
-> Firewall rules checked , no denies found and the traffic is allowed. -> file share and print share services running.
What else to check?
It would be very odd for a Domain Controller or, frankly, any Windows Server machine in general, to not be listening on TCP port 445.
The "Server" service handles listening on TCP port 445. You should see the "System" process ID reflected as the PID assigned to the listening socket on TCP port 445 in a netstat -a -o
.
Verify the "Server" service is started. If it isn't, start it. It is necessary for a DC to function properly. Without it clients would not be able to apply Group Policy (among other problems, I'm sure).