OpenWRT - Wireguard
Last updated
Create Interface and Swith Protocol to WireGuard VPN
Tick the Bring up on boot option
Add a Listen Port
Add a IP Address from the same Subnet as the WireGuard Server
Firewall 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 here
Allowed IPs should be all IPs i.E. 0.0.0.0/0
Endpoint Host can be either a FQDN i.E. DDNS Entry: example.duckdns.org or a Public IP
Endpoint Port should be the port that the WireGuard 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