diff --git a/Guests/RTR-01.ps1 b/Guests/RTR-01.ps1 index e028337..1657c5f 100644 --- a/Guests/RTR-01.ps1 +++ b/Guests/RTR-01.ps1 @@ -68,8 +68,8 @@ Install-WindowsFeature RemoteAccess, RSAT-RemoteAccess-PowerShell, Routing -Incl ### Install VPN (necessary?) ### echo "Installing VPN" -echo "Install-remoteAccess -VpnType Vpn" -Install-remoteAccess -VpnType Vpn +echo "Install-remoteAccess -VpnType Routingonly" +Install-remoteAccess -VpnType Routingonly # End of scritlet diff --git a/Guests/RTR-02.ps1 b/Guests/RTR-02.ps1 index bec4c01..14bfd6f 100644 --- a/Guests/RTR-02.ps1 +++ b/Guests/RTR-02.ps1 @@ -59,8 +59,8 @@ Start-Service RemoteAccess ### Install VPN (?) -echo "installing VPN role" -Install-remoteAccess -VpnType Vpn +echo "installing VPN routing role" +Install-remoteAccess -VpnType Routingonly #End ### Set connection as Private diff --git a/Guests/RTR-03.ps1 b/Guests/RTR-03.ps1 index 4c5a42f..0433fc3 100644 --- a/Guests/RTR-03.ps1 +++ b/Guests/RTR-03.ps1 @@ -56,7 +56,7 @@ Install-WindowsFeature RemoteAccess, RSAT-RemoteAccess-PowerShell, Routing -Incl ### Install VPN (?) echo "Install Vpn" -Install-remoteAccess -VpnType Vpn +Install-remoteAccess -VpnType Routingonly #End ### Change ZoneAlarm rule to accept incoming ICMP ipv4 probes ###