Move images to Images folder
This commit is contained in:
@@ -93,9 +93,9 @@ I was then able to start the WireGuard server, however I have still not yet adde
|
||||
|
||||
This is done in the WireGuard Instance settings in my Router:
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Be sure to check the ‘Disable routes’ option in the Instance, as I will do this manually
|
||||
For the gateway, it does not matter, just as long as it is unique.
|
||||
@@ -106,7 +106,7 @@ The Pubic Key is the Public key from the WireGuard Server on the VPS
|
||||
|
||||
The Endpoint Address is the public IP of the VPS.
|
||||
|
||||

|
||||

|
||||
|
||||
After this we can continue with the [Digital Ocean guide](https://www.digitalocean.com/community/tutorials/how-to-set-up-wireguard-on-ubuntu-20-04) from step 8.
|
||||
|
||||
@@ -116,7 +116,7 @@ The below command is then run to add the new opnSense peer to the Wireguard serv
|
||||
|
||||
After doing this, I can see the VPN connection is up:
|
||||
|
||||

|
||||

|
||||
|
||||
In the end, my /etc/wireguard/wg0.conf file looked like:
|
||||
|
||||
@@ -141,17 +141,17 @@ Now an interface needs to be created on my router for the new VPN connection so
|
||||
|
||||
For opnSense, this is as simple as going to Interfaces > Assignments, and adding the new interface
|
||||
|
||||

|
||||

|
||||
|
||||
Then configure the settings as below:
|
||||
|
||||

|
||||

|
||||
|
||||
You do not need to configure a IPv4 address, as this will automatically get the IP address specified of the Instance Tunnel Address.
|
||||
|
||||
After this, I created the below firewall rule so that the new WireGuard interface could access the LAN.
|
||||
|
||||

|
||||

|
||||
|
||||
If you have any strange issues, check the routing table (System > Routes > Status) to see if there are any old entries that need to be deleted.
|
||||
|
||||
@@ -165,11 +165,11 @@ Then I installed Portainer to give a nice webUI to manage Docker: [Install Porta
|
||||
|
||||
Then in Portainer I made a new stack (docker compose).
|
||||
|
||||

|
||||

|
||||
|
||||
I was then able to log into Reverse Proxy Manager and create the my domains in Reverse Proxy Manager
|
||||
|
||||

|
||||

|
||||
|
||||
I also needed to point these domains to the public IP of my VPS.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user