fix: routing role as vpn routingonly
This commit is contained in:
parent
54387b9129
commit
09acfa749d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 ###
|
||||
|
Loading…
Reference in New Issue
Block a user