OpenWRT - Wireguard
Create Interface and Swith Protocol to WireGuard VPN
Tick the
Bring up on bootoptionAdd a
Listen PortAdd a
IP Addressfrom the same Subnet as the WireGuard ServerFirewall settings should include the current WAN interface and WireGuard interface:
Configure
Peerssection with WireGuard Server:Description can be anything
Public Key of the
WireGuard Serveris required hereAllowed IPsshould be all IPs i.E.0.0.0.0/0Endpoint Hostcan be either aFQDNi.E.DDNS Entry: example.duckdns.orgor aPublic IPEndpoint Portshould be the port that theWireGuard Serveris 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