From bed22fc6ce32da0503cf2ce21e5d1264092b340b Mon Sep 17 00:00:00 2001 From: Alexandre S Date: Mon, 10 May 2021 17:52:41 +0200 Subject: [PATCH] fix: Change default gateway on Arc-SRV. Todo: See if the sleeping befor launching SRV-01 help or if i can ditch it. --- Guests/SRV-01.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guests/SRV-01.ps1 b/Guests/SRV-01.ps1 index 590f06d..632d7c0 100644 --- a/Guests/SRV-01.ps1 +++ b/Guests/SRV-01.ps1 @@ -34,7 +34,7 @@ Sleep 10 #Arc-SRV -netsh interface ip set address name="Arc-SRV" static 192.168.8.1 255.255.255.0 192.168.8.255 +netsh interface ip set address name="Arc-SRV" static 192.168.8.1 255.255.255.0 192.168.8.254 ### DNS Conf for all InterfaceAlias ###