Skip to content

Commit 7741b9d

Browse files
authored
Merge pull request #112058 from dineshpathapati/main
Update vpn-gateway-config-openvpn-linux.md
2 parents d5272e9 + 6c35c88 commit 7741b9d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

includes/vpn-gateway-config-openvpn-linux.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,25 @@
5858

5959
1. Don't change any other fields. Use the filled in configuration in client input to connect to the VPN.
6060

61-
1. To connect using the command line, type the following command:
61+
- To connect using the command line, type the following command:
6262

63-
```
64-
sudo openvpn --config <name and path of your VPN profile file>&
65-
```
63+
```
64+
sudo openvpn --config <name and path of your VPN profile file>&
65+
```
66+
- To disconnect using command line, type the following command:
6667
67-
1. To connect using the GUI, go to system settings.
68+
```
69+
sudo pkill openvpn
70+
```
71+
- To connect using the GUI, go to system settings.
6872
69-
1. Click **+** to add a new VPN connection.
73+
1. Select **+** to add a new VPN connection.
7074
7175
1. Under **Add VPN**, pick **Import from file…**.
7276
7377
1. Browse to the profile file and double-click or pick **Open**.
7478
75-
1. Click **Add** on the **Add VPN** window.
79+
1. Select **Add** on the **Add VPN** window.
7680
7781
:::image type="content" source="./media/vpn-gateway-vwan-config-openvpn-linux/import.png" alt-text="Screenshot shows Import from file on the Add VPN page." lightbox="./media/vpn-gateway-vwan-config-openvpn-linux/import.png":::
7882

0 commit comments

Comments
 (0)