Ask a question

Alexandre Michel

Where is the SSTP VPN actually configured when using the "Windows Essential Experience" on a Server 2016 Standard?

Hi

I am curious to find out where the SSL VPN is actually configured when using the "Windows Essential Expereince"

I looked for RRAS, but can't find it. So what is running this VPN?

Alex

 


Add Comment
Mariette Knap

I guess you are looking for a tutorial 'How to configure SSTP as it works on WSE2016'?

Alexandre Michel

I am trying to find where it is configured "under the hood".

From my SBS time, I am used to setting up RRAS for SSP VPN, but RRAS is not installed on the 2016 server with Server Essential Experience

So where is it?

I Googled your suggestion, but got no success


replied 04/16/2020 12:06
Mariette Knap

Try this:

PS C:\Users\Administrator> Get-WindowsFeature -Name *RSAT-RemoteAccess*

Display Name                                            Name                       Install State
------------                                            ----                       -------------
        [X] Remote Access Management Tools              RSAT-RemoteAccess              Installed
            [X] Remote Access GUI and Command-Line T... RSAT-RemoteAccess-Mgmt         Installed
            [X] Remote Access module for Windows Pow... RSAT-RemoteAccess-Po...        Installed

And compare the output with what you see on your server. Now install those with:

Install-WindowsFeature RSAT-RemoteAccess -IncludeAllSubfeature

 


replied 04/16/2020 12:31
Alexandre Michel

Thanks Mariette

I followed your suggestions. While it worked, i did not get the answer I was hopping for

Thanks for the answer


replied 04/28/2020 10:34
Last Activity 04/29/2020 02:09

No answers found

Add an Answer