Hands-on exercise – implement a P2S VPN connection with Azure certificate authentication
Here are the tasks that we will complete in this exercise:
- Task 1: Connect to the remote user’s PC via RDP
- Task 2: Configure the point-to-site VPN gateway settings
- Task 3: Configure settings for VPN clients
- Task 4: Verify connectivity between the remote PC and the Azure VNet
Let’s get into this!
Task 1: Connect to the remote user’s PC via RDP
- On your client system, open an RDP client and enter the remotePC-FQDN value that you made a note of in the first exercise in this chapter. Click on Connect. The instructions here describe the use of a Windows RDP client. If you are using a different RDP client, the instructions may be different for you.
To open the Windows RDP client, execute mstsc
from the Windows run dialog, or type mstsc
in the Windows start menu.
Figure 5.40 – Connect to the Windows...