Skip to content

Commit c0af830

Browse files
authored
Merge pull request #84219 from iainfoulds/azureadds-linux-join-nsgs
[AzureADDS] Add note on outbound Kerberos NSG requirement
2 parents 4c35e8b + de58881 commit c0af830

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

articles/active-directory-domain-services/join-centos-linux-vm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Now that the required packages are installed on the Linux virtual machine, the n
104104

105105
> [!TIP]
106106
> Use the same user account you specified in the preceding step ('kinit').
107+
>
108+
> If your VM is unable to join the domain, make sure that the VM's network security group allows outbound Kerberos traffic on TCP + UDP port 464 to the virtual network subnet for your Azure AD DS managed domain.
107109

108110
```console
109111
sudo realm join --verbose CONTOSO100.COM -U 'bob@CONTOSO100.COM'

articles/active-directory-domain-services/join-rhel-linux-vm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Now that the required packages are installed on the Linux virtual machine, the n
104104

105105
> [!TIP]
106106
> Use the same user account you specified in the preceding step ('kinit').
107+
>
108+
> If your VM is unable to join the domain, make sure that the VM's network security group allows outbound Kerberos traffic on TCP + UDP port 464 to the virtual network subnet for your Azure AD DS managed domain.
107109

108110
```console
109111
sudo realm join --verbose CONTOSO100.COM -U 'bob@CONTOSO100.COM'

articles/active-directory-domain-services/join-ubuntu-linux-vm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ Now that the required packages are installed on the Linux virtual machine, the n
142142

143143
> [!TIP]
144144
> Use the same user account you specified in the preceding step ('kinit').
145+
>
146+
> If your VM is unable to join the domain, make sure that the VM's network security group allows outbound Kerberos traffic on TCP + UDP port 464 to the virtual network subnet for your Azure AD DS managed domain.
145147

146148
```console
147149
sudo realm join --verbose CONTOSO100.COM -U 'bob@CONTOSO100.COM' --install=/

0 commit comments

Comments
 (0)