Skip to content

Commit 81cacd1

Browse files
authored
Merge pull request #229265 from stegag/patch-47
Update point-to-site-vpn-client-configuration-radius-password.md
2 parents 9be620c + e0d26dc commit 81cacd1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
93.7 KB
Loading

articles/vpn-gateway/point-to-site-vpn-client-configuration-radius-password.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,34 @@ The following instructions were created through strongSwan 5.5.1 on Ubuntu 17.0.
169169

170170
1. In the **Client** section of the connection, select **EAP** for **Authentication**, and enter your username and password. You might have to select the lock icon on the right to save this information. Then, select **Save**.
171171

172-
:::image type="content" source="./media/point-to-site-vpn-client-config-radius-password/linux/edit-settings.png" alt-text="Screenshot shows edit connection settings." lightbox="./media/point-to-site-vpn-client-config-radius-password/linux/edit-settings.png":::
172+
:::image type="content" source="./media/point-to-site-vpn-client-config-radius-password/linux/edit-settings-v2.png" alt-text="Screenshot shows edit connection settings." lightbox="./media/point-to-site-vpn-client-config-radius-password/linux/edit-settings-v2.png":::
173173

174174
1. Select the **Network Manager** icon (up-arrow/down-arrow) and hover over **VPN Connections**. You see the VPN connection that you created. To initiate the connection, select it.
175175

176176
:::image type="content" source="./media/point-to-site-vpn-client-config-radius-password/linux/connect.png" alt-text="Screenshot shows connect." lightbox="./media/point-to-site-vpn-client-config-radius-password/linux/connect.png":::
177177

178+
## Additional steps for Azure virtual machine
179+
180+
In case you are executing the procedure on an Azure virtual machine running Linux, there are additional steps to perform.
181+
182+
1. Edit the **/etc/netplan/50-cloud-init.yaml** file to include the following parameter for the interface
183+
184+
```Terminal
185+
renderer: NetworkManager
186+
```
187+
188+
1. After editing the file, run the following two commands to load the new configuration
189+
190+
```Terminal
191+
sudo netplan generate
192+
```
193+
194+
```Terminal
195+
sudo netplan apply
196+
```
197+
198+
1. Stop/Start or Redeploy the virtual machine.
199+
178200
## Next steps
179201

180202
Return to the article to [complete your P2S configuration](point-to-site-how-to-radius-ps.md).

0 commit comments

Comments
 (0)