this post was submitted on 11 May 2026
58 points (95.3% liked)

Selfhosted

56957 readers
428 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

except for nor using it at all, of course.

So I want to make my homelab IPv6 ready, because I have too much free time, i guess. There are two decisions that I'm currently unsure about:

  1. ULA or not. Do you have local only addresses or do your clients communicate using the global IPv6 address? Does not using ULAs work without a static IP from the ISP?
  2. DHCPv6 or is SLAAC enough?

For each question both options seem to be possible and I'm interested in your experience

Cheers

(page 2) 12 comments
sorted by: hot top controversial new old
[–] mschae@discuss.mschae23.de 2 points 2 days ago
  1. Probably wouldn't hurt to set them up, especially if you don't have a static prefix. The good thing is that interfaces can have multiple IPv6 addresses, so they can use both the public address and the ULA.
  2. SLAAC should always be enough. Make sure you don't block the ICMP6 messages it needs though (I've been bitten by that once, firewalld behaves weirdly around this).
[–] zewm@lemmy.world -1 points 2 days ago (1 children)

Disabled. IPv6 is slow af whenever I have it on. As soon as I disable it, my bandwidth goes full speed.

I’m not sure what they were thinking with that technology but it’s dead in the water and we need to find a better protocol. It’s also terribly difficult to memorize. The numbering scheme is worse than the Xbox naming scheme.

load more comments (1 replies)
[–] eskuero@lemmy.fromshado.ws 1 points 2 days ago

I live in spain so the main ISP is well provided with IPv4 blocks and have zero incentive to deploy IPv6 outside of mobile networks. So the IPv6 deployment here is like 3% and I don't have access to it 🫠

[–] CompactFlax@discuss.tchncs.de 1 points 2 days ago

I’m doing slaac and some reservations for devices that just randomly pop new MACs (vms or something, I don’t remember why.

I use aliases for my firewall rules. DNS I don’t really have working.

[–] hobata@lemmy.ml 0 points 2 days ago* (last edited 2 days ago) (1 children)

I have that conf: /etc/sysctl.d/01-ipv6.conf

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

But that falls under your exception. It seems to me that IPv6 causes more problems than it solves.

[–] NotEasyBeingGreen@slrpnk.net 1 points 2 days ago (2 children)

I mean, you can get rid of NAT and subnet your systems in a logical fashion. That's pretty awesome.

[–] hobata@lemmy.ml 1 points 2 days ago

Yes, maybe, but do I want to do that? Everything's going perfectly right now.

[–] timwa@lemmy.snowgoons.ro 0 points 2 days ago

You can subnet logically with IPv4.

If you go IPv6 on the internal network you 'win' not having NAT, and exposing all your intrrnal services to the net (which... just why?), but lose the ability to do redundant ISPs/failover/loadbalancing, policy based routing, VPNs... Unless you do IPv6 address translation. Which puts you back to "IPv4+NAT, except more complicated."

IPv6 inside the firewall is more or less entirely pointless.

load more comments
view more: ‹ prev next ›