Azurenetworking: Difference between revisions

From Piszczynski
m (1 revision imported)
No edit summary
Line 12: Line 12:


Get-NetAdapter | Set-NetIPInterface -Forwarding Enabled
Get-NetAdapter | Set-NetIPInterface -Forwarding Enabled
== Azure DNS for Files ==
For Azure file share you will need to enable DNS forwarding for the file share to be found:
[https://learn.microsoft.com/en-us/azure/storage/files/storage-files-networking-dns Configure DNS forwarding for azure file shares]

Revision as of 19:04, 16 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

Azure DNS for Files

For Azure file share you will need to enable DNS forwarding for the file share to be found:

Configure DNS forwarding for azure file shares