this post was submitted on 11 Mar 2024
21 points (92.0% liked)

Selfhosted

37746 readers
727 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
21
submitted 3 months ago* (last edited 3 months ago) by bbuez to c/selfhosted
 

Hello, I have a grievance and need a proper solution. It seems that TP-Link's Deco mesh WiFi APs don't tag the three SSIDs to vlans (and they see no operational issue with this), and I would like to make the most use out of the "iot" network they provide to separate smart devices from my own. I could do by IP and assign static routes to such devices, but I was hoping something would be possible in router mode, though im unfamiliar with how such a structure works.

Edit: may not matter to include I have a couple M5 units and an x60

Any other suggestions (including other brand mesh WiFi units, most especially supporting openwrt) are appreciated

all 7 comments
sorted by: hot top controversial new old
[–] anamethatisnt 5 points 3 months ago* (last edited 3 months ago) (1 children)

Any router that supports latest openwrt will be able to do a mesh network, if you have the option to run cable I would recommend ethernet backhaul instead.

Sometimes there are caveats when setting up the mesh, f.e. the firmware issue and fix here:
https://www.tekovic.com/blog/openwrt-80211s-mesh-networking/

Hardware list:
https://openwrt.org/toh/start?toh.filter.supportedcurrentrel=22.03%7C23.05

edit:
OpenWrt Mesh guide:
https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s
https://openwrt.org/docs/guide-user/network/wifi/mesh/mesh11sd

edit 2 adding the openwrt warning here:
It is unfortunate that some manufacturers have used the word “Mesh” for marketing purposes to describe their non-standard, closed source, proprietary “roaming” functionality and this causes great confusion to many people when they enter the world of international standards and open source firmware for their network infrastructure.

The accepted standard for mesh networks is ieee802.11s.
The accepted standard for fast roaming of user devices is ieee802.11r.

These are two completely unrelated standards.

[–] bbuez 1 points 3 months ago

Thank you very much for that final note, I just love misleading marketing tactics and actually may not have noticed. Cheers!

[–] [email protected] 2 points 3 months ago (1 children)

You can built a mesh network out of off the shelf routers.

https://www.youtube.com/watch?v=vVoZppb_FR0

[–] [email protected] 2 points 3 months ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=vVoZppb_FR0

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 0 points 3 months ago (1 children)

Can you put the second SSID on a different subnet and block the traffic between them on your router?

[–] bbuez 1 points 3 months ago

Issue is assigning static IPs to devices like nest cameras and the dubiously branded vacuum cleaner, NAT alone should be enough to restrict connection even if the adapter its on is configured as lan then? Im a little in over my head as far as routing goes, wanting to self host some web server and I want to take as many precautions as necessary (maybe even overkill)