From bd08bdbe93926d1a1b87fa46b17f6fa28dcd3df5 Mon Sep 17 00:00:00 2001 From: Alexandre S Date: Mon, 10 May 2021 12:14:25 +0200 Subject: [PATCH] fix: RTR-02 network artefact from previous shit --- Guests/RTR-02.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Guests/RTR-02.ps1 b/Guests/RTR-02.ps1 index 14bfd6f..7e0b83a 100644 --- a/Guests/RTR-02.ps1 +++ b/Guests/RTR-02.ps1 @@ -38,8 +38,7 @@ netsh interface ip set address name="Bou-LAN" static 192.168.128.254 255.255.255 #WAN - netsh interface ip set address name="WAN" static 192.168.255.128 255.255.255.0` - 192.168.255.254 + netsh interface ip set address name="WAN" static 192.168.255.128 255.255.255.0 192.168.255.254 # END