I've bought on Amazon this router at a special price. It arrived and I've noticed that I can't use WDS option with stock Asus firmware (my main modem/router is a Technicolor from TIM, italian internet and phone brand), so I've decider to use OpenWrt on it and try wireless bridge mode, option that worked on a couple of other modded routers I've used thru years.
I configured it in this way:
main router: 192.168.1.1
Asus OpenWrt router: 192.168.1.100 - 255.255.255.0 subnet - 192.168.1.1 gateway
Then I joined wifi main router network. Everything seems to be ok, but Internet is not working on ethernet and on OpenWrt wifi, too.
Is there any issue with OpenWrt on this router with repeater option, or am I doing anything wrong?
Just be aware that "WDS" is not standardized, different vendors implement this functionality differently and there is no interoperability between them. The linux kernel's WDS implementation (via mac80211, common to all mac80211 mainline drivers, but not proprietary ones!) is called 4addr, which won't be compatible to the OEM WLAN of your ISP router.
This reduces your options to a "routed client" setup or relayd, both not really ideal setups in a home environment (especially relayd is problematic and buggy by concept, while "routed client" is working better, just more complex and inconvenient).
Changing the subnet of the secondary OpenWrt router worked! Thanks!
I'm trying the connection in the same room as the main router and it works. I have to try it using the secondary OpenWrt router on the first floor of my house. I hope signal will be strong enough to pass thru walls!