Second cerowrt router:
It is essential to have a totally unique set of IPs per router.
1) Renumber to a different set of IPs - the two sed command documented here
https://www.bufferbloat.net/projects/cerowrt/wiki/Changing_your_cerowrt_ip_addresses
We don't have bind anymore, you can edit out that part
2) In /etc/config/firewall
Delete all but the first set of firewall rules, and the default INPUT OUTPUT and FORWARD all be ACCEPT. This disables nat on the router in particular.
4) Change /etc/quagga/babeld.conf to also use ge00 (currently commented out)
Plug the second cerowrt WAN port into the LAN port on the first router
(I note that if you do all this, and you don't change the SSIDs or channels, they will also mesh together over wifi, and those are "guest" not native,
so require a little more work to use than just ethernet, and are slower, so
use ethernet. :) )
Reboot.
On the primary router:
1) Edit /etc/quagga/babeld.conf to export it's default route (it's commented out)
/etc/init.d/quagga restart
The
ip route show
command will then show routes to the other router.
If you have a 3rd AP, we have issues with the avahi daemon that are troublesome, but if you only have two, you can enable avahi on the ge00 port on the second router in /etc/avahi
Let us know what happens...
one of these days we gotta wrap a gui around that sed script....