OpenWRT - Wireguard
Create Interface and Swith Protocol to WireGuard VPN
Tick the
Bring up on boot
optionAdd a
Listen Port
Add a
IP Address
from the same Subnet as the WireGuard ServerFirewall settings should include the current WAN interface and WireGuard interface:
Configure
Peers
section with WireGuard Server:Description can be anything
Public Key of the
WireGuard Server
is required hereAllowed IPs
should be all IPs i.E.0.0.0.0/0
Endpoint Host
can be either aFQDN
i.E.DDNS Entry: example.duckdns.org
or aPublic IP
Endpoint Port
should be the port that theWireGuard Server
is listening on
Once this has been set up, you can verify that the connection is working from the Interface traffic:
If this does not generate traffic, you can take a look at the Status
section on the WireGuard Status
tab to see if the OpenWRT
Public Key matches the WireGuard Server
Public Key for the OpenWRT
connection
If it does not, modify this on the Server and restart the WireGuard
service or container
Last updated