From c9190694e3d67dd19214e5bc2c5ae9a0bf168fac Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 20 Nov 2025 13:23:06 +0100 Subject: [PATCH] added netmasks --- misc/prepare-windows-agent | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/misc/prepare-windows-agent b/misc/prepare-windows-agent index 5b3e396..dcbdcc8 100644 --- a/misc/prepare-windows-agent +++ b/misc/prepare-windows-agent @@ -3,4 +3,12 @@ Ansible WindowsResumen: 2) winrm quickconfig -force 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 \ No newline at end of file +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 \ No newline at end of file