2
0
mirror of https://github.com/opnsense/docs synced 2024-10-30 21:20:20 +00:00

Update terminology for WireGuard AzireVPN Road Warrior Setup

Local peer -> WireGuard Instance
Endpoint -> Peer
This commit is contained in:
Dimitris Paraskevopoulos 2023-11-08 23:50:55 +02:00
parent 199e2a1e58
commit 52b1ab67c3

View File

@ -30,16 +30,16 @@ favorite text editor.
Step 2 - Setup WireGuard Instance
----------------------------------
Go to tab **Local** and create a new instance. Give it a **Name** and set a desired **Listen Port**.
Go to tab **Instances** and create a new instance. Give it a **Name** and set a desired **Listen Port**.
If you have more than one server instance be aware that you can use the **Listen Port** only once. In
the field **Private Key** insert the value from your text file and leave **Public Key** empty. **DNS**
and **Tunnel Address** has also to be taken from the configuration. Hit **Save** and go to **Endpoint**
and **Tunnel Address** has also to be taken from the configuration. Hit **Save** and go to **Peers**
tab.
On **Endpoint** tab create a new Endpoint, give it a **Name**, set 0.0.0.0/0 in **Allowed IPs** and set
On **Peers** tab create a new Peer, give it a **Name**, set 0.0.0.0/0 in **Allowed IPs** and set
the DNS name from your configuration in **Endpoint Address**. Don't forget to do this also for the port.
Go back to tab **Local**, open the instance and choose the newly created endpoint in **Peers**.
Go back to tab **Instances**, open the instance and choose the newly created peer in **Peers**.
Now we can **Enable** the VPN in tab **General** and continue with the setup.