reseau:windowscore:installation
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
reseau:windowscore:installation [2024/11/12 21:40] – [Configuration] techer.charles_educ-valadon-limoges.fr | reseau:windowscore:installation [2024/11/12 21:51] (Version actuelle) – [Configuration] techer.charles_educ-valadon-limoges.fr | ||
---|---|---|---|
Ligne 23: | Ligne 23: | ||
* Définir l' | * Définir l' | ||
+ | |||
+ | Lien : https:// | ||
+ | |||
<code powershell> | <code powershell> | ||
Get-NetAdapter | Get-NetAdapter | ||
- | Set-NetIPAddress –InterfaceIndex 12 –IPAddress 192.168.1.100 –PrefixLength 24 –DefaultGateway 192.168.1.1 | + | # identifier l' |
+ | New-NetIPAddress –InterfaceIndex 12 –IPAddress 192.168.1.100 –PrefixLength 24 –DefaultGateway 192.168.1.1 | ||
</ | </ | ||
+ | Définir le DNS : | ||
+ | <code powershell> | ||
+ | Set-DnsClientServerAddress -InterfaceIndex 6 -ServerAddresses 192.168.100.11 | ||
+ | # Pour la vérification : | ||
+ | Get-DnsClientServerAddress -InterfaceIndex 6 | ||
+ | </ | ||
===== Serveur Core Windows Server ===== | ===== Serveur Core Windows Server ===== | ||
* [[reseau: | * [[reseau: |
reseau/windowscore/installation.1731444048.txt.gz · Dernière modification : 2024/11/12 21:40 de techer.charles_educ-valadon-limoges.fr