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?) ###
|
### Install VPN (necessary?) ###
|
||||||
|
|
||||||
echo "Installing VPN"
|
echo "Installing VPN"
|
||||||
echo "Install-remoteAccess -VpnType Vpn"
|
echo "Install-remoteAccess -VpnType Routingonly"
|
||||||
Install-remoteAccess -VpnType Vpn
|
Install-remoteAccess -VpnType Routingonly
|
||||||
|
|
||||||
# End of scritlet
|
# End of scritlet
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ Start-Service RemoteAccess
|
|||||||
|
|
||||||
### Install VPN (?)
|
### Install VPN (?)
|
||||||
|
|
||||||
echo "installing VPN role"
|
echo "installing VPN routing role"
|
||||||
Install-remoteAccess -VpnType Vpn
|
Install-remoteAccess -VpnType Routingonly
|
||||||
#End
|
#End
|
||||||
|
|
||||||
### Set connection as Private
|
### Set connection as Private
|
||||||
|
@ -56,7 +56,7 @@ Install-WindowsFeature RemoteAccess, RSAT-RemoteAccess-PowerShell, Routing -Incl
|
|||||||
### Install VPN (?)
|
### Install VPN (?)
|
||||||
|
|
||||||
echo "Install Vpn"
|
echo "Install Vpn"
|
||||||
Install-remoteAccess -VpnType Vpn
|
Install-remoteAccess -VpnType Routingonly
|
||||||
#End
|
#End
|
||||||
|
|
||||||
### Change ZoneAlarm rule to accept incoming ICMP ipv4 probes ###
|
### Change ZoneAlarm rule to accept incoming ICMP ipv4 probes ###
|
||||||
|
Loading…
Reference in New Issue
Block a user