Skip to content

Commit 88a89dd

Browse files
authored
Merge pull request #45660 from roshansabapaty/patch-2
Cleaning up UDP protocol referenced in the table
2 parents d3df48f + 258bd80 commit 88a89dd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/active-directory/hybrid/reference-connect-ports.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ This table describes the ports and protocols that are required for communication
3030
| --- | --- | --- |
3131
| DNS |53 (TCP/UDP) |DNS lookups on the destination forest. |
3232
| Kerberos |88 (TCP/UDP) |Kerberos authentication to the AD forest. |
33-
| MS-RPC |135 (TCP/UDP) |Used during the initial configuration of the Azure AD Connect wizard when it binds to the AD forest, and also during Password synchronization. |
33+
| MS-RPC |135 (TCP) |Used during the initial configuration of the Azure AD Connect wizard when it binds to the AD forest, and also during Password synchronization. |
3434
| LDAP |389 (TCP/UDP) |Used for data import from AD. Data is encrypted with Kerberos Sign & Seal. |
35-
| SMB | 445 (TCP/UDP) |Used by Seamless SSO to create a computer account in the AD forest. |
35+
| SMB | 445 (TCP) |Used by Seamless SSO to create a computer account in the AD forest. |
3636
| LDAP/SSL |636 (TCP/UDP) |Used for data import from AD. The data transfer is signed and encrypted. Only used if you are using SSL. |
37-
| RPC |49152- 65535 (Random high RPC Port)(TCP/UDP) |Used during the initial configuration of Azure AD Connect when it binds to the AD forests, and during Password synchronization. See [KB929851](https://support.microsoft.com/kb/929851), [KB832017](https://support.microsoft.com/kb/832017), and [KB224196](https://support.microsoft.com/kb/224196) for more information. |
38-
|WinRM | 5985 (TCP/UDP) |Only used if you are installing AD FS with gMSA by Azure AD Connect Wizard|
39-
|AD DS Web Services | 9389 (TCP/UDP) |Only used if you are installing AD FS with gMSA by Azure AD Connect Wizard |
37+
| RPC |49152- 65535 (Random high RPC Port)(TCP) |Used during the initial configuration of Azure AD Connect when it binds to the AD forests, and during Password synchronization. See [KB929851](https://support.microsoft.com/kb/929851), [KB832017](https://support.microsoft.com/kb/832017), and [KB224196](https://support.microsoft.com/kb/224196) for more information. |
38+
|WinRM | 5985 (TCP) |Only used if you are installing AD FS with gMSA by Azure AD Connect Wizard|
39+
|AD DS Web Services | 9389 (TCP) |Only used if you are installing AD FS with gMSA by Azure AD Connect Wizard |
4040

4141
## Table 2 - Azure AD Connect and Azure AD
4242
This table describes the ports and protocols that are required for communication between the Azure AD Connect server and Azure AD.
4343

4444
| Protocol | Ports | Description |
4545
| --- | --- | --- |
46-
| HTTP |80 (TCP/UDP) |Used to download CRLs (Certificate Revocation Lists) to verify SSL certificates. |
47-
| HTTPS |443(TCP/UDP) |Used to synchronize with Azure AD. |
46+
| HTTP |80 (TCP) |Used to download CRLs (Certificate Revocation Lists) to verify SSL certificates. |
47+
| HTTPS |443(TCP) |Used to synchronize with Azure AD. |
4848

4949
For a list of URLs and IP addresses you need to open in your firewall, see [Office 365 URLs and IP address ranges](https://support.office.com/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2).
5050

@@ -53,23 +53,23 @@ This table describes the ports and protocols that are required for communication
5353

5454
| Protocol | Ports | Description |
5555
| --- | --- | --- |
56-
| HTTP |80 (TCP/UDP) |Used to download CRLs (Certificate Revocation Lists) to verify SSL certificates. |
57-
| HTTPS |443(TCP/UDP) |Used to synchronize with Azure AD. |
56+
| HTTP |80 (TCP) |Used to download CRLs (Certificate Revocation Lists) to verify SSL certificates. |
57+
| HTTPS |443(TCP) |Used to synchronize with Azure AD. |
5858
| WinRM |5985 |WinRM Listener |
5959

6060
## Table 4 - WAP and Federation Servers
6161
This table describes the ports and protocols that are required for communication between the Federation servers and WAP servers.
6262

6363
| Protocol | Ports | Description |
6464
| --- | --- | --- |
65-
| HTTPS |443(TCP/UDP) |Used for authentication. |
65+
| HTTPS |443(TCP) |Used for authentication. |
6666

6767
## Table 5 - WAP and Users
6868
This table describes the ports and protocols that are required for communication between users and the WAP servers.
6969

7070
| Protocol | Ports | Description |
7171
| --- | --- | --- |
72-
| HTTPS |443(TCP/UDP) |Used for device authentication. |
72+
| HTTPS |443(TCP) |Used for device authentication. |
7373
| TCP |49443 (TCP) |Used for certificate authentication. |
7474

7575
## Table 6a & 6b - Pass-through Authentication with Single Sign On (SSO) and Password Hash Sync with Single Sign On (SSO)

0 commit comments

Comments
 (0)