Skip to content

Commit d669116

Browse files
committed
update
1 parent ec72ab7 commit d669116

1 file changed

Lines changed: 6 additions & 33 deletions

File tree

support/windows-server/active-directory/domain-join-error-0x40-the-specified-network-name-is-no-longer-available.md

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ When you try to join a computer to a domain, you receive the following error mes
2323
When you review the **netsetup.log** file, you find error messages that resemble the following entries:
2424

2525
```output
26-
NetUseAdd to \\<dc_fqdn>\IPC$ returned 64
27-
NetpJoinDomainOnDs: status of connecting to dc '\\<dc_fqdn>': 0x40
26+
NetUseAdd to \\dc1.adatum.com\IPC$ returned 64
27+
NetpJoinDomain: status of connecting to dc '\\dc1.adatum.com': 0x40
2828
NetpJoinDomainOnDs: Function exits with status of: 0x40
29-
NetpResetIDNEncoding: DnsDisableIdnEncoding(RESETALL) on '<domain_name>' returned 0x0
30-
NetpJoinDomainOnDs: NetpResetIDNEncoding on '<domain_name>': 0x0
31-
NetpDoDomainJoin: status: 0x40
3229
```
3330

3431
### Error detail
@@ -39,40 +36,16 @@ NetpDoDomainJoin: status: 0x40
3936

4037
## Cause
4138

42-
This error is logged when the client computer lacks network connectivity on Transmission Control Protocol (TCP) port 88 between the client and the domain controller (DC), which is used for the Key Distribution Center (KDC) request packet. For example, the error might be caused by some firewall device between the client and the DC.
39+
This issue occurs because some firewall device between the client and the DC intercepted the Key Distribution Center (KDC) request packet.
4340

44-
## Troubleshoot
41+
## Troubleshooting
4542

46-
### Test the connection
47-
48-
To troubleshoot this issue, you can run the following command to test the connection:
49-
50-
```PowerShell
51-
Test-NetConnection <IP_address_of_the_DC> -Port 88
52-
```
53-
54-
Expected output:
55-
56-
```output
57-
ComputerName : <ip_address>
58-
RemoteAddress : <ip_address>
59-
RemotePort : 88
60-
SourceAddress : <ip_address>
61-
PingSucceeded : False
62-
PingReplyDetails (RTT) : 0 ms
63-
TcpTestSucceeded : False
64-
```
65-
66-
The output indicates that the Kerberos port TCP 88 isn't open between the client and the DC.
67-
68-
### Network trace
69-
70-
The issue is related to Server Message Block (SMB).
43+
The issue is related to Server Message Block (SMB). Troubleshoot this issue based on the network trace:
7144

7245
1. Use the `net use` command to access the same Universal Naming Convention (UNC) path and reproduce the issue.
7346
2. Collect a network trace of the `net use` command execution.
7447

75-
#### Example
48+
### Example
7649

7750
Here's an example of a network trace:
7851

0 commit comments

Comments
 (0)