I would like to add two additional routers to my primary (WAN-connected) LEDE router to extend the wifi.
I have read the relayd article at https://lede-project.org/docs/user-guide/relay_configuration but I have trouble understanding how it works. I think that those instructions result in the following:
- A flat/bridged network, with all devices on 192.168.1.0/24
- All devices get a DHCP IP address from the main router (the "wifi extender" router(s) simply pass through DHCP requests/responses)
- A single broadcast domain (the wifi extenders pass all broadcast/multicast frames)
- The wifi extender routers connect via a wireless link to the main router
- Presumably all mDNS/Bonjour queries/responses would be passed everywhere in the subnet
My questions: I have the luxury of Ethernet between the main router and the two wifi extenders that I want to install.
- Will relayd work across Ethernet interconnects
- What changes would be necessary for the settings?
- Anything else I should be aware of?
Thanks.