Home setup, with multiple access points

Hello
My goal is to

  • have one home network; 10.0.0.1/32
  • LAN and WLAN can access all the same things, no difference there!

a I have three different access points (yes, I am aware that this is not optimal, by hey, this is what I have to work with) that I want to utilize, and I want this setup to be “hassle free” (I have multiple clients known as “children” :open_mouth: that make my life a living hell otherwise).
b) The AP:s have 2,4 Ghz and 5 Ghz capabilities.
c) I want this to be as close to “roaming” or “mesh” as possible with only one SSID.

Question
Is this possible with the RB750gr3?
if yes; Can someone please point me in the right direction on how to achieve this?
The issue for me is right now that I can’t grasp how to setup the wireless parts of this system, and incorporate it into the LAN part of my home network…
Screenshot 2023-04-04 21.37.15.png

Hex part is easy.
Pretty default config.
You didn’t mention anything about the access points ?

The hex has nothing to do with mesh routing, but the APs may or may not be capable depending.

Not sure what you mean by home network - “have one home network; 10.0.0.1/32

That is a single IP address.
A network is often described by its IP address 10.0.0.1/24 or its subnet 10.0.0.0/24

- I am trying to utilize what I have at home right now, without buying new hardware.
Both as a way of learning more about networking/RouterOS, and as a way of keeping costs down…
:astonished:

Again, I’m trying to learn, and I appreciate all the help I can get in building the necessary “blocks”/parts in order to create a working home wifi using different routers as access points! :unamused:


Holvoetn

  • I intend to use all hardware listed below in “access point mode”.

The devices listed all have different capabilities; b/g/n/ax.
IF I can get AP1 to use ax, that would be great. I don’t know if the “ax standard” is “used” locally by the device it self, or this feature is a requirement of the entire wifi network to work…

AP1 is a single Netgear MR60 IEEE 802.11 b/g/n/ax | https://www.downloads.netgear.com/files/GDC/MK62/MK62_DS.pdf
AP2 is a Netgear WNR3500L. IEEE 802.11 b/g/n | https://www.downloads.netgear.com/files/GDC/datasheet/en/WNR3500Lv2.pdf
AP3 is a D-Link DIR-615 IEEE 802.11 b/g | https://eu.dlink.com/al/sq/-/media/consumer_products/dir/dir-615/datasheet/dir_615_q1_datasheet_en_eu.pdf My thought was to use this device “outside” in the back yard…


Anav

  • Sorry, my bad. 10.0.0.1/24.

- All help is greatly appreciated!

In broad lines how I would tackle it:

You can start with clean config, use Quickset ONCE on Hex (never touch quickset again after this step !).
Change IP range to what you want.

Access points should be configured as dumb as possible, all using same SSID and security settings.
They will connect clients and get DHCP and routing services from Hex.
Full mesh will not happen but depending on AP, it might be close enough.

Done.

Ok. I’ll give it a try!
Thanks!

Agree with @holvoetn

Just why talking about mesh here?

I see , and use here at home a similar setup, just one LAN, one L2 network with multiple AP and even a MT switch.

AP’s are wired to the network. So that is OK.

Any wifi setting b/g/n/ac/ax/be will not influence the LAN for the AP interconnect.
Using different separated LAN for e.g. the set with RPi and IOT and Home server towards wifi devices can be done with VLAN if there is a need, but that is next level of complexity.

The AP’s should just do wired/wireless conversion. (And in the complex case have one VLAN and IP range per different SSID)
Multiple brands is no problem (e.g. I added Draytek, Edimax, Linksys, Open WRT on TP-link, etc etc…) , just keep them dumb (ethernet-wifi bridged). You might need to use a little trick by connecting those AP’s via the ethernet LAN port, not the ethernet WAN port. Don’t forget to disable DHCP everywhere and enable DHCP client if needed, except on the hEX.
Same SSID everywhere, different 802.11 protocols and different channels is no problem, BUT always the same security setting for all the SSID instance, as @holvoetn mentioned.
All intelligence in the hEX, all ethernet ports, except ether1 are bridged.