Actualiser 01 - Présentation du projet
@@ -15,10 +15,28 @@ VMWare Workstation Pro est téléchargeable gratuitement, mais il faut s'inscrir
|
|||||||
|
|
||||||
## A.2 Virtuel
|
## A.2 Virtuel
|
||||||
|
|
||||||
Notre environement virtuel se composera de trois machines :
|
Notre environnement virtuel se composera de trois machines :
|
||||||
|
|
||||||
* un serveur pfSense
|
* un serveur pfSense
|
||||||
* un serveur Windows Server 2022 portant les rôles d'Active Directory, de DNS, de DHCP et IIS
|
* un serveur Windows Server 2022 portant les rôles d'Active Directory, de DNS, de DHCP et IIS
|
||||||
* un client Windows 11
|
* un client Windows 11
|
||||||
|
|
||||||
#
|
On va également créer deux réseaux virtuels pour utiliser les fonctions du pare-feu et se placer dans un environnement professionnel.
|
||||||
|
|
||||||
|
# B Sources techniques
|
||||||
|
|
||||||
|
## B.1 Netgear
|
||||||
|
|
||||||
|
Port forwarding - https://docs.netgate.com/pfsense/en/latest/nat/port-forwards.html
|
||||||
|
|
||||||
|
## B.2 Powershell / Windows Server
|
||||||
|
|
||||||
|
IT Connect - Définir une IP en Powershell https://www.it-connect.fr/definir-une-adresse-ip-en-powershell/#III_Configuration_dune_nouvelle_adresse_IP
|
||||||
|
Install-WindowsFeatures https://learn.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=windowsserver2022-ps
|
||||||
|
Install-ADDSForest https://learn.microsoft.com/en-us/powershell/module/addsdeployment/install-addsforest?view=windowsserver2022-ps
|
||||||
|
DHCP https://learn.microsoft.com/en-us/powershell/module/dhcpserver/set-dhcpserverv4policy?view=windowsserver2022-ps
|
||||||
|
DHCP 2 https://techcommunity.microsoft.com/t5/itops-talk-blog/how-to-manage-dhcp-using-powershell/ba-p/744461
|
||||||
|
Set-WebBinding https://learn.microsoft.com/en-us/powershell/module/webadministration/set-webbinding?view=windowsserver2022-ps
|
||||||
|
|
||||||
|
|
||||||
|
## B.3 VPN
|
||||||
Reference in New Issue
Block a user