Update for Mac OS X Ventura (#1421)

This commit is contained in:
Paul Willis 2023-07-14 05:04:27 +01:00 committed by GitHub
parent 48bc7cec97
commit f9a5a5ab33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ To connect to the VPN: Click on the wireless/network icon in your system tray, s
If you get an error when trying to connect, see [Troubleshooting](#ikev1-troubleshooting).
## OS X
## OS X (Pre 13.x Ventura)
> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode.
@ -132,6 +132,31 @@ To connect to the VPN: Use the menu bar icon, or go to the Network section of Sy
If you get an error when trying to connect, see [Troubleshooting](#ikev1-troubleshooting).
## OS X 13.x +
> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode.
1. Open **System Settings** and go to the **Network** section.
1. Click the **VPN** button on the right hand side of the window.
1. Click the **Add VPN Configuration** drop-down menu and select **L2TP over IPSec**.
1. In the window that opens enter anything you like for the **Display Name**.
1. Leave **Configuration** as `Default`
1. Enter `Your VPN Server IP` for the **Server Address**.
1. Enter `Your VPN Username` for the **Account Name**.
1. For **User Authentication** leave the dropdown selection on `Password`
1. For **Password** enter `Your VPN Password`.
1. For **Machine Authentication**, select the **Shared Secret** from the dropdown
1. For **Shared Secret** enter `Your VPN IPsec PSK`.
1. Leave **Group Name** empty
1. **(Important before you click create)** Click the **Options** tab and make sure the **Send all traffic over VPN connection** toggle is on.
1. **(Important before you click create)** Click the **TCP/IP** tab, and make sure **Link-local only** is selected in the **Configure IPv6** drop down.
1. Click **Create** to save yoiur configuration and close the settings window
1. To show the VPN status in your menu bar and for shortcut access go into **System Settings** and to the **Control Centre** section. Scroll to the bottom and choose `Show in menu bar` from the dropdown.
To connect to the VPN: Use the menu bar icon, or go to the **Network** section of **System Settings**, select the **VPN** and toggle the switch for your VPN configuration. You can verify that your traffic is being routed properly by [looking up your IP address on Google](https://www.google.com/search?q=my+ip). It should say "Your public IP address is `Your VPN Server IP`".
If you get an error when trying to connect, see [Troubleshooting](#ikev1-troubleshooting).
## Android
**Important:** Android users should instead connect using [IKEv2 mode](ikev2-howto.md) (recommended), which is more secure. Android 12+ only supports IKEv2 mode. The native VPN client in Android uses the less secure `modp1024` (DH group 2) for the IPsec/L2TP and IPsec/XAuth ("Cisco IPsec") modes.