My basic setup: I have an Archer C7 router and bought a Mikrotik Wap Ac for having better wifi in the back of the garden. My system is set up like I want it: I can access all my devices from the Mikrotik wap, including my network printers. But I’m not able to add multiroom speakers… When I’m in the garden, I can’t access the ones in our home and vice versa.
I’m a total network noob and did not find a solution. I have two theories:
The DHCP server of the wap is messing up the visibility of the multiroom speakers. The ones in the house have 192.168.0.X, the ones in the garden have 192.168.88.Y as IP address. My intuition says they all have to be 192.168.0.X or 192.168.88.Y. This means disabling one DHCP server. When I do that by clicking on “D” in Webfig → IP → DHCP, I can’t connect anymore to te wap because my devices got no IP address. How have I to make my Archer C7 giving an IP address to any device connecting to the Mikrotik wap ac?
There’s a problem with my UPNP settings. I tried to make ether1 “internal”, but this was not the solution.
Setup your wap ac as an AP not a router, you can probably accomplish this from quickset but I’ve never used it. Add ether1 and WLANs to a bridge, add a DHCP client to the bridge for management and you’re done, same L2 network as your archer
I have a similar setup like the author. You have to configure your wAP ac as per networkfudge except not enabling the DHCP server otherwise there are two DHCP servers in the same network segment. If you want to manage your wAP ac with IP address using winbox, then you may assign a static IP to your wAP ac. You may also able to configure your wAP ac device via MAC address detected by the winbox.
I don’t get it… It suddenly works… The speakers got an 192.168.0.X address, but I do not know what did the trick… That’s also frustrating, feels like I was lucky, not smart…
It could be the following: if there are two unrelated DHCP servers serving same physical network, then both react to DHCP requests. Then it’s up to server speed and pure luck as to which DHCP reply is selected by DHCP client. You could be unlucky next time …