added netmasks

This commit is contained in:
2025-11-20 13:23:06 +01:00
parent 28e8594858
commit c9190694e3

View File

@@ -4,3 +4,11 @@ Ansible WindowsResumen:
3) Set-Item -Path WSMan:\localhost\Service\Auth\Basic -Value $true
4) Set-Item -Path WSMan:\localhost\Service\AllowUnencrypted -Value $true
5) New-NetFirewallRule -Name "WinRM HTTP" -DisplayName "WinRM HTTP" -Enabled True -Direction Inbound -Protocol TCP -LocalPort 5985 -Action Allow
Configuración estática de Red
IP: 192.168.11.60
Mascara: 255.255.255.0
Puerta de enlace: 192.168.11.0
DNS: 4.4.4.4