Azurenetworking: Difference between revisions

From Piszczynski
piszczynski>Aleks
(Created page with " == Setup Routing == Run the following commands on server to enable routing role Install-WindowsFeature RemoteAccess -IncludeManagementTools Install-WindowsFeature -Name Rou...")
 
m (1 revision imported)
(No difference)

Revision as of 22:30, 15 November 2023

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