this post was submitted on 26 Dec 2025
71 points (97.3% liked)

Selfhosted

59897 readers
524 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

So, just a light post, I upgraded my Pi4 last night and found the Linux firmware breaks a 32bit install.

I've been meaning to change to 64bit for months, but as it's my DMZ box for torrents, radicale, etc, then it's just finding the right time to convert an adhoc setup into my ansible scripts.

Luckily I had a SD backup from September to get it running again

So, what have you broken over the holidays?

you are viewing a single comment's thread
view the rest of the comments
[–] victorz@lemmy.world 2 points 5 months ago* (last edited 5 months ago) (1 children)

Is there a technical advantage to using a 192 network vs a 10 network like you described? I would've thought they're just addresses, still IPv4 as well.

I tend to use hostnames where possible. Maybe that's not viable for your situation?

[–] B0rax@feddit.org 9 points 5 months ago (2 children)

No. But segregation into vlans has advantages. As this comes with new adresses anyway, might as well tidy up the adress space entirely.

In the end 10.20.20.10 feels much neater than 192.168.174.10.

But yes, you are right, technically the 192.168.xx.yy adress space works the same and has plenty of space for home use.

[–] victorz@lemmy.world 6 points 5 months ago* (last edited 5 months ago) (1 children)

Ah okay, so it's kinda just for aesthetic reasons mostly? I'll take that explanation home any day 😄

[–] B0rax@feddit.org 6 points 5 months ago* (last edited 5 months ago) (1 children)

Exactly. You could say it was unnecessary, but I think we have crossed that line a long time ago.

[–] victorz@lemmy.world 2 points 5 months ago

😁 "Maaaybe"

[–] victorz@lemmy.world 2 points 5 months ago (1 children)

Going back a little bit, you mentioned advantages to "segregating into vlans"?

Would you like to elaborate on some of those advantages?

[–] B0rax@feddit.org 6 points 5 months ago (1 children)

I am certainly not an expert by any stretch. But here are my reasons: Ability to isolate some “sketchy” IOT devices into an IOT only vlan, where they are not allowed to access the rest of the network, only the internet and incoming traffic from the other vlans. Having a “clean” vlan/subnet for servers and services where I can give out static IPs without worrying about collisions with client devices

[–] victorz@lemmy.world 1 points 5 months ago (1 children)

Ah, nice. Very cool, very reasonable.

And you can do this all with a consumer grade router maybe? Or do you need to have like a small PC-like device running special software that acts like a router, that handles this?

[–] B0rax@feddit.org 2 points 5 months ago (1 children)

I have a Unifi router (Unifi cloud Gateway Fiber to be precise), which one you could argue is on the higher end of consumer hardware. But there are also more consumer oriented routers with that capability.

[–] victorz@lemmy.world 2 points 5 months ago

Cool, thank you so much for the info, mate!