this post was submitted on 08 Nov 2024
54 points (96.6% liked)

Linux

48143 readers
1327 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I currently have a mesh (wired) google wifi setup but want to switch so something... not google. Preferably wifi 6 but I don't need anything insane.

Cheap is good but I also want to be able to basically ignore it for the next 10 years.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 5 days ago* (last edited 5 days ago) (4 children)

"mesh" is a buzzword that doesn't make much sense (to me at least) if we are talking about wired and routers... what do you mean by it? can you describe your setup?

edit:

Let me clarify :)

Unless I'm mistaken, mesh means that one a bunch of devices, usually wireless access points, connected with each other (in a mesh) with possibly low-quality connections that automatically switch traffic for each other.

If you have ethernet running from the router to the APs, you always want to use that and so you don't want a mesh at all.

[–] don_montague 1 points 2 days ago

It’s probably not relevant to the question in the OP, but a mesh between routers makes sense in a dynamic routing scenario. If you have a mesh of routers running iBGP for example, you will always have a path to other routers in the network even if you lose one and the routing protocol will select the best path to the destination network based on what’s available. Also, if we’re talking about devices on the same broadcast domain (like multiple APs serving one SSID), you don’t need a router to forward that traffic. Everyone on the same layer 2 segment can ARP for each other, so it’s not a bad idea to just let your L3 devices L3 and let your L2 devices L2. If there is an issue with connection quality, solve that :)

[–] [email protected] 17 points 5 days ago (2 children)

“Mesh routers” just refers to having multiple wireless APs generally with auto roaming capability

[–] [email protected] 20 points 5 days ago

To most people, it also implies wireless backhaul.

[–] billwashere 11 points 5 days ago

Yeah mesh to me means you talk to one AP wirelessly and that AP talks to another AP also wirelessly to eventually get to a wired connection to the internet. Of course that can also be wireless (SpaceLink, Verizon, etc) but out to the internet. I much prefer each AP has its own ethernet backhaul because both latency and throughput are significantly better. Of course it’s not as convenient since you have to have wired connections at each AP location.

[–] [email protected] 7 points 5 days ago (1 children)

Mesh in this case means one wifi network visible to wireless devices with multiple nodes broadcasting it. In my case both nodes are connected via ethernet.

[–] [email protected] 4 points 5 days ago* (last edited 5 days ago)

If all nodes are connected through ethernet to each other (or at least one common node) you could go for OpenWRT's 'Dumb AP' setup as well

Edit: Already mentioned here; https://feditown.com/comment/1980836

[–] VubDapple 7 points 5 days ago (2 children)

Not OP but usually mash means that there is one SSID shared across multiple routers and access points

[–] [email protected] 7 points 5 days ago

You can easily do that manually. The "mesh" part is either awareness of other routers for using 802.11k or awareness with wireless backhaul.

If you don't need 802.11k or easy wireless backhaul, you don't need mesh routers.

[–] [email protected] 5 points 5 days ago

Yeah, this is how I understand it too. From the end user's point of view, there's just one wifi network throughout the building or property. It doesn't matter if there's a cable running between the access points, that's all invisible to the user.