From 4862a27b8c07076504a29815bc04e49e0d4c975c Mon Sep 17 00:00:00 2001 From: Winston Smith Date: Mon, 10 May 2021 17:31:19 +0200 Subject: [PATCH] fix: routing role install --- Guests/RTR-01.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Guests/RTR-01.ps1 b/Guests/RTR-01.ps1 index 445a708..c606766 100644 --- a/Guests/RTR-01.ps1 +++ b/Guests/RTR-01.ps1 @@ -61,6 +61,7 @@ foreach ($c in Get-NetAdapter) { write-host 'Setting DNS for' $c.interfaceName ; ### Install Routing and necessary linked roles ### echo "installing VPN routing role" +Install-windowsFeature -Name Routing -IncludemanagementTools Install-remoteAccess -VpnType Routingonly set-service RemoteAccess -StartupType Automatic Start-Service RemoteAccess