fix: routing role as vpn routingonly

This commit is contained in:
Winston Smith 2021-05-10 12:11:07 +02:00
parent 805798c4d2
commit 69048c47b2
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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 ###