fix: routing role install
This commit is contained in:
parent
1bb6a1c92d
commit
d04a3de671
@ -61,6 +61,7 @@ foreach ($c in Get-NetAdapter) { write-host 'Setting DNS for' $c.interfaceName ;
|
|||||||
### Install Routing and necessary linked roles ###
|
### Install Routing and necessary linked roles ###
|
||||||
|
|
||||||
echo "installing VPN routing role"
|
echo "installing VPN routing role"
|
||||||
|
Install-windowsFeature -Name Routing -IncludemanagementTools
|
||||||
Install-remoteAccess -VpnType Routingonly
|
Install-remoteAccess -VpnType Routingonly
|
||||||
set-service RemoteAccess -StartupType Automatic
|
set-service RemoteAccess -StartupType Automatic
|
||||||
Start-Service RemoteAccess
|
Start-Service RemoteAccess
|
||||||
|
Loading…
Reference in New Issue
Block a user