Azurenetworking

From Piszczynski
Revision as of 22:30, 15 November 2023 by Aleks (talk | contribs) (1 revision imported)

Setup Routing

Run the following commands on server to enable routing role

Install-WindowsFeature RemoteAccess -IncludeManagementTools

Install-WindowsFeature -Name Routing -IncludeManagementTools -IncludeAllSubFeature

Install-WindowsFeature -Name "RSAT-RemoteAccess-Powershell"

Install-RemoteAccess -VpnType RoutingOnly

Get-NetAdapter | Set-NetIPInterface -Forwarding Enabled