From b32990d180e29aff7f36b08220b7f6aa9498fda6 Mon Sep 17 00:00:00 2001 From: Alexandre S Date: Mon, 10 May 2021 16:47:54 +0200 Subject: [PATCH] fix: netsh routing correction --- Guests/RTR-03.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guests/RTR-03.ps1 b/Guests/RTR-03.ps1 index 5fefb17..58f54a5 100644 --- a/Guests/RTR-03.ps1 +++ b/Guests/RTR-03.ps1 @@ -59,7 +59,7 @@ Start-Service RemoteAccess # Configure NAT -netsh routing ip nat installing +netsh routing ip nat install netsh routing ip nat add interface name="WAN" mode=Private netsh routing ip nat add interface name="Aston" mode=FULL