You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| NIC network security group | Select **Basic**. |
124
-
| Public inbound ports | Select **Allow selected ports**. |
125
-
| Select inbound ports | Select **RDP (3389)**. |
126
-
127
-
> [!CAUTION]
128
-
> Leaving the RDP port open to the internet isn't recommended. Restrict access to the RDP port to a specific IP address or range of IP addresses. For production environments, it's recommended to block internet access to the RDP port and use [Azure Bastion](../bastion/bastion-overview.md?toc=/azure/route-server/toc.json) to securely connect to your virtual machine from the Azure portal.
123
+
| Public IP | Select **None**. |
124
+
| NIC network security group | Select **Advanced**. |
125
+
| Configure network security group | Select **Create new**.</br> In **Name** enter **nsg-nva**.</br> Select **OK**. |
129
126
130
127
1. Select **Review + create** and then **Create** after validation passes.
131
128
129
+
### Deploy Azure Bastion
130
+
131
+
Azure Bastion uses your browser to connect to VMs in your virtual network over Secure Shell (SSH) or Remote Desktop Protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](../bastion/bastion-overview.md?toc=/azure/route-server/toc.json).
In this section, you configure BGP settings on the VM so it can function as an NVA and exchange routes with the Route Server.
135
161
136
162
> [!IMPORTANT]
137
163
> The Routing and Remote Access Service (RRAS) isn't supported in Azure for production use. However, in this tutorial, it's used to simulate an NVA and demonstrate how to establish BGP peering with Route Server. For production environments, use supported network virtual appliances from Azure Marketplace. For more information, see [Remote access overview](/windows-server/remote/remote-access/remote-access).
138
-
1. Go to **myNVA** virtual machine and select **Connect**.
164
+
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
165
+
166
+
1. Select **myNVA**.
167
+
168
+
1. Select **Connect** then **Connect via Bastion** in the **Overview** section.
139
169
140
-
1.On the **Connect** page, select **Download RDP file** under **Native RDP**.
170
+
1.In the **Bastion**connection page, enter or select the following information:
141
171
142
-
1. Open the downloaded file.
172
+
| Setting | Value |
173
+
| ------- | ----- |
174
+
| Authentication Type | Select **Password**. |
175
+
| Username | Enter the username you created. |
176
+
| Password | Enter the password you created. |
143
177
144
-
1. Select **Connect** and then enter the username and password that you created in the previous steps. Accept the certificate if prompted.
0 commit comments