Skip to content

Commit e0d26dc

Browse files
authored
Update point-to-site-vpn-client-configuration-radius-password.md
1 parent da27e75 commit e0d26dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,17 @@ In case you are executing the procedure on an Azure virtual machine running Linu
181181

182182
1. Edit the **/etc/netplan/50-cloud-init.yaml** file to include the following parameter for the interface
183183

184-
```cli
184+
```Terminal
185185
renderer: NetworkManager
186186
```
187187

188188
1. After editing the file, run the following two commands to load the new configuration
189189

190-
```cli
190+
```Terminal
191191
sudo netplan generate
192192
```
193193

194-
```cli
194+
```Terminal
195195
sudo netplan apply
196196
```
197197

0 commit comments

Comments
 (0)