Minimum Number of Port need to Open between Windows Client & Domain Controller Only

85,683

Here are a few links from Microsoft that show the data you are requesting. Note that the dynamic ranges for 2003 and 2008 have changed so if you have a mixed environment you might need to open both ranges or make them static.

  1. http://support.microsoft.com/kb/179442
  2. http://support.microsoft.com/kb/224196 will let you limit the dynamic range to help with firewall configurations.

To view your dynamic ranges for the client you can use the below commands, more info about this can be found at kb929851 (the site would not let me post a 3rd link so I had to shorten it)

  • netsh int ipv4 show dynamicport tcp
  • netsh int ipv4 show dynamicport udp
  • netsh int ipv6 show dynamicport tcp
  • netsh int ipv6 show dynamicport udp
Share:
85,683

Related videos on Youtube

Param
Author by

Param

Updated on September 18, 2022

Comments

  • Param
    Param over 1 year

    I just want to know, which port need to be open if i place firewall between Windows Client ( XP or 7 ) and Domain Controller ( Window Server 2008 R2 )

    Please note it is between Client and DC and not between DC to DC

    I have searched on google, but in google the answer which i got is between Client as well as from DC to DC.

    As per my finding I need to open.

    1. TCP & UDP port 88 for Kerberos Authentication
    2. TCP & UDP 389 for LDAP
    3. TCP & UDP 445 for SMB/CIFS/SMB2
    4. TCP and UDP port 464 for Kerberos Password Change
    5. TCP Port 3268 & 3269 for Global Catalog
    6. TCP and UDP port 53 for DNS
    7. TCP and UDP Dynamic - 1025 to 5000 ( Windows Server 2003 ) & start from 49152 to 65535 ( Windows Server 2008 ) for DCOM, RPC, EPM

    Let me know, if I'm missing something.

    Note:- It's between Client and DC only.