Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| mswindows:ad [2025/08/18 21:23] – alberto | mswindows:ad [2025/09/15 13:27] (current) – alberto | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| * Un Domain Controler est une machine qui a un OS Server qui est dans le domaine Active Directory et qui possède l' | * Un Domain Controler est une machine qui a un OS Server qui est dans le domaine Active Directory et qui possède l' | ||
| Line 18: | Line 18: | ||
| ====== Firewall ====== | ====== Firewall ====== | ||
| - | |||
| - | |||
| Inter-DC traffic: | Inter-DC traffic: | ||
| - | permit tcp <src> <dst> eq 53, | + | * permit tcp <src> <dst> eq 53, |
| - | permit udp <src> <dst> eq 53, | + | |
| Arguably that list at this point is excessive: | Arguably that list at this point is excessive: | ||
| - | NetBIOS shouldn' | + | * NetBIOS shouldn' |
| - | SMB should be TCP-only so that's udp 445 to potentially drop | + | |
| - | DFS-R just works off RPC now instead of having a dedicated port, so that's tcp 5722 to potentially drop | + | |
| Everything else in the list is essential though | Everything else in the list is essential though | ||
| - | 53: DNS | + | * 53: DNS |
| - | 88: Kerberos | + | |
| - | 123: NTP | + | |
| - | 135 + 49152-65535: | + | |
| - | 389,636: LDAP & LDAPS | + | |
| - | 445: SMB | + | |
| - | 464: Kerberos password change | + | |
| - | 3268,3269: Global Catalog LDAP & LDAPS | + | |
| - | 9389: AD Web Services | + | |