DHCP default gateway fail

Hi.
My network is integrated by MicroTik router that connect with WAN and is a default gateway 192.168.1.1 and second openwrt router OpenWrt 18.06.4 ip: 192.168.1.10 connected to lan interface bridge mode to serve wifi and DHCP and work as switch.

All devices are DHCP served by OpenWrt, but ethernet devices get correct default gateway 192.168.1.1 but wifi devices get 192.168.1.10.
I can't get to fix :frowning: and get correct gateway.
BR.

1 Like

Please post here the output of the following commands, copy and paste the whole block:

uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr; ip -4 ro; ip -4 ru; \

Please use "Preformatted text </>" for logs, scripts, configs and general console output.
grafik

1 Like