Skip to content

wuruxu/wireguard-ddwrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

setup wireguard @ ddwrt

  • install latest ddwrt firmware, BS build is recommended
  • setup endpoint(VPN SERVER) config following WireGuard
  • setup peer config in ddwrt SETUP/TUNNEL
  • add startup firewall rules for wireguard oet1 (Administration/Command)
ip rule add from 192.168.18.0/24 lookup 100
ip route add table 100 default via 192.168.2.1 dev oet1
iptables -t nat -A POSTROUTING -s 192.168.18.0/24 -o oet1 -j MASQUERADE
  • add a new VAP in Wireless_Basic.asp VAP

  • Services -> Services and ensure that DNSMasq is enabled, Enter the following into Additional DNSMasq Options: dhcp-option=wl1.1,6,8.8.8.8,1.1.1.1 DNSMASQ

Now after you connect to VAP, all traffic will forward to wireguard

NOTICE:

  • MUST disable AP Isolation for Google home setup
  • If something wrong, try to disable SFE(Shortcut Forwarding Engine) @ basic setup.

About

Wireguard setup guide for ddwrt firmware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published