alzhao
3
@JD, by mentioning “2 radio” do you mean you connected a second radio (wireless card) to the router?
I think the settings are simple, don’t need relayd.
But don’t do this in Luci, it may have a lot of wrong settings.
Just modify your /etc/config/network
config interface ‘lan’
option ifname ‘eth0.1 eth0.2’ #bridge eth0.2, which is the WAN
option proto ‘static’ #you can just set to DHCP if you don’t need this IP to be static
option ipaddr ‘192.168.55.10’
Now disable DHCP in /etc/config/dhcp
config dhcp ‘lan’
option ignore ‘1’ #add this line
Then restart your network or reboot.