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
Copy file name to clipboardExpand all lines: includes/vpn-gateway-config-openvpn-linux.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,25 +58,25 @@
58
58
59
59
1. Don't change any other fields. Use the filled in configuration in client input to connect to the VPN.
60
60
61
-
1. To connect using the command line, type the following command:
61
+
- To connect using the command line, type the following command:
62
62
63
-
```
64
-
sudo openvpn --config <name and path of your VPN profile file>&
65
-
```
66
-
1. To disconnect using command line, type the following command:
63
+
```
64
+
sudo openvpn --config <name and path of your VPN profile file>&
65
+
```
66
+
- To disconnect using command line, type the following command:
67
67
68
-
```
69
-
sudo pkill openvpn
70
-
```
71
-
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.
72
72
73
-
1. Click **+** to add a new VPN connection.
73
+
1. Select **+** to add a new VPN connection.
74
74
75
75
1. Under **Add VPN**, pick **Import from file…**.
76
76
77
77
1. Browse to the profile file and double-click or pick **Open**.
78
78
79
-
1. Click **Add** on the **Add VPN** window.
79
+
1. Select **Add** on the **Add VPN** window.
80
80
81
81
:::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":::
0 commit comments