Skip to content

Commit f55c7d3

Browse files
Update kerberos-authentication-portal.md
Added the requirements for Kerberos communication ports on prerequirements
1 parent c02cfb6 commit f55c7d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/bastion/kerberos-authentication-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This article shows you how to configure Azure Bastion to use Kerberos authentica
2727
## Prerequisites
2828

2929
* An Azure account with an active subscription. If you don't have one, [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). To be able to connect to a VM through your browser using Bastion, you must be able to sign in to the Azure portal.
30-
30+
* Ensure that the Network Security Groups (NSGs) associated with both Azure Bastion and Kerberos-enabled systems (such as domain controllers) allow both inbound and outbound traffic on the following ports: **53, 88, 389, 464 and 636**. These ports are required for proper DNS resolution, Kerberos authentication, and Active Directory communication.
31+
For further reference, see the Microsoft documentation on configuring firewalls for Active Directory domains and trusts: [Configure Windows Firewall to allow Active Directory domains and trusts](https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts)
3132
* An Azure virtual network. For steps to create a virtual network, see [Quickstart: Create a virtual network](../virtual-network/quick-create-portal.md).
3233

3334
## Update VNet DNS servers

0 commit comments

Comments
 (0)