Router Setup
Step-by-step guide to set up WireGuard VPN on your Netgear router using OpenWrt firmware.
WireGuard Connection Details
Flash your Netgear router with OpenWrt firmware. Download from openwrt.org and follow the flashing guide for your specific model.
Log in to velavpn.com/account, find your server in the server list, and click Download Config to get your WireGuard .conf file.
Log in to the OpenWrt LuCI admin panel at http://192.168.1.1.
Install the WireGuard package: go to System → Software, search for luci-proto-wireguard and click Install.
Go to Network → Interfaces → Add new interface. Name it velavpn and select WireGuard VPN as the protocol.
Paste the Private Key from your Vela config file into the Private Key field. Set the IP address to the tunnel address from your config.
Under the Peers tab, click Add peer. Paste the server public key, set endpoint to auto.velavpn.com:51820, allowed IPs to 0.0.0.0/0, and Persistent Keepalive to 25.
Go to Network → Firewall. Assign the velavpn interface to the wan zone so traffic is forwarded correctly.
Click Save & Apply. The VPN tunnel will start automatically.
OpenWrt LuCI — Network → Interfaces showing velavpn WireGuard interface