What should you install on Server1?

You have a server named Server1 that runs Windows Server 2016. You need to configure Server1
as a multitenant RAS Gateway. What should you install on Server1?

You have a server named Server1 that runs Windows Server 2016. You need to configure Server1
as a multitenant RAS Gateway. What should you install on Server1?

A.
the Network Policy and Access Services server role

B.
the Remote Access server rote

C.
the Data Center Bridging feature

D.
the Network Controller server role



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Tetra-Grammaton-Cleric

Tetra-Grammaton-Cleric

Note!
You cannot use the Windows interface to install Remote Access when you want to deploy RAS Gateway in multitenant mode for use with SDN. Instead, you must use Windows PowerShell.

But before you can install RAS Gateway by using Windows PowerShell, you must use Windows PowerShell to add the RemoteAccess Windows feature.

‘Add-WindowsFeature -Name RemoteAccess -IncludeAllSubFeature -IncludeManagementTools’

Then use the PowerShell command: ‘Install-RemoteAccess’ with the ‘-MultiTenancy’ parameter.

Ref:https://technet.microsoft.com/itpro/powershell/windows/remoteaccess/install-remoteaccess