Wireguard on OpenWrt Dumb AP No LAN access

I have installed Wireguard on a Xiaomi 4A Gigaibit which is configured as OpenWrt Dumb AP.
The tunnel is working and I can ping or access LuCI on OpenWrt Dumb AP (192.168.0.2) but can't ping ISP router (192.168.0.1) or any other device on LAN.
It works well when the AP is configured as router.

Is there any solution to this problem?

1 Like

Enable masquerading on the LAN firewall zone.

I followed the guide below and disabled firewall, dnsmasq and odhcpd.
I guess it has something to do with no routing on AP.

uci set firewall.@zone[0].masq="1"
uci commit firewall
/etc/init.d/firewall enable
/etc/init.d/firewall start

Thank you very much, now it's working.
I have no WAN intefrface.
LAN and Wireguard interfaces are in the same firewall zone and masquerading is enabled.

Could you please explain the theory behind this???

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.