Outils pour utilisateurs

Outils du site


reseau:windowscore:dns

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
reseau:windowscore:dns [2024/11/12 22:28] – [Configuration du pare-feu] techer.charles_educ-valadon-limoges.frreseau:windowscore:dns [2024/11/13 16:35] (Version actuelle) techer.charles_educ-valadon-limoges.fr
Ligne 1: Ligne 1:
 ====== installation du service DNS ====== ====== installation du service DNS ======
 +===== Ressources =====
 +Les enregistrements DNS nécessaires au service Active Directory : 
 +  * https://www.it-connect.fr/active-directory-les-enregistrements-dns-indispensables/
 +
 +Utiliser Active Directory avec Bind9 :
 +  * https://www.serverlab.ca/tutorials/linux/network-services/using-linux-bind-dns-servers-for-active-directory-domains/
 +  * https://social.technet.microsoft.com/wiki/contents/articles/7608.srv-records-registered-by-net-logon.aspx
 +  *  https://learn.microsoft.com/fr-fr/troubleshoot/windows-server/networking/verify-srv-dns-records-have-been-created
  
 ===== Installation du rôle DNS ===== ===== Installation du rôle DNS =====
Ligne 48: Ligne 56:
 <code powershell> <code powershell>
 # Autoriser le trafic DNS entrant sur le port 53 # Autoriser le trafic DNS entrant sur le port 53
-New-NetFirewallRule -Name "DNS-in" -DisplayName "Autoriser DNS Inbound" -Direction Inbound -Protocol UDP -LocalPort 53 -Action Allow +New-NetFirewallRule -Name "DNS-in-udp" -DisplayName "Autoriser DNS Inbound" -Direction Inbound -Protocol UDP -LocalPort 53 -Action Allow 
-New-NetFirewallRule -Name "DNS-in" -DisplayName "Autoriser DNS Inbound" -Direction Inbound -Protocol TCP -LocalPort 53 -Action Allow+New-NetFirewallRule -Name "DNS-in-tcp" -DisplayName "Autoriser DNS Inbound" -Direction Inbound -Protocol TCP -LocalPort 53 -Action Allow
  
 # Autoriser le trafic DNS sortant sur le port 53 # Autoriser le trafic DNS sortant sur le port 53
-New-NetFirewallRule  -Name "DNS-out" -DisplayName "Autoriser DNS Outbound" -Direction Outbound -Protocol UDP -LocalPort 53 -Action Allow +New-NetFirewallRule  -Name "DNS-out-udp" -DisplayName "Autoriser DNS Outbound" -Direction Outbound -Protocol UDP -LocalPort 53 -Action Allow 
-New-NetFirewallRule  -Name "DNS-out" -DisplayName "Autoriser DNS Outbound" -Direction Outbound -Protocol TCP -LocalPort 53 -Action Allow+New-NetFirewallRule  -Name "DNS-out-tcp" -DisplayName "Autoriser DNS Outbound" -Direction Outbound -Protocol TCP -LocalPort 53 -Action Allow
  
 </code> </code>
reseau/windowscore/dns.1731446929.txt.gz · Dernière modification : 2024/11/12 22:28 de techer.charles_educ-valadon-limoges.fr