this post was submitted on 16 Apr 2026
41 points (97.7% liked)

Selfhosted

58609 readers
521 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
 

I noticed by accident that in my home network IPv6 is not functional, so I decided to fix that, and started studying about IPv6.

I have an opnSense firewall which connect to my ISP port as WAN, and then the LAN. The point is that o do not get a GUA on my WAN, but I get it if I connect directly a pc to the ISP port....

The opnSense seems to be configured properly, and the ISP itself do provide IPv6 as I can get a GUA address when I connect my Linux laptop to the ISP router, so I am not sure...

Anybody has any hints?

top 21 comments
sorted by: hot top controversial new old
[–] cecilkorik@lemmy.ca 44 points 3 days ago (4 children)

Like nuclear fusion, IPv6 is one of those things that feels like it's constantly about 20 years away, no matter how long we work on it.

[–] smileyhead@sh.itjust.works 28 points 3 days ago

Using it on all my devices. It's there, globally and working. What feels constantly away is getting rid of IPv4.

[–] Overspark@piefed.social 7 points 2 days ago

I've been using IPv6 for more than 20 years, and I can't say that about nuclear fusion.

[–] Leafimo@feddit.org 5 points 2 days ago (1 children)
[–] felbane@lemmy.world 3 points 2 days ago

April fools joke RFCs are getting out of hand.

[–] irotsoma@piefed.blahaj.zone 15 points 3 days ago (1 children)

Is it a subnet level address or only a single interface level address. Many ISPs, in the US at least, don't supply a block of addresses, just one. If you're only getting a single IP address or it's using 6rd (like my ISP) or similar really old, transitional technologies, then you won't be able to assign a unique GUA to your LAN (separate from the WAN address) and so you'll need additional routing configuration like NAT to properly route to locally defined IPv6 addresses.

Personally, I gave up on trying to get things to work with 6rd since NAT is way easier on IPv4 since it was never intended to be necessary on IPv6. But ISPs are just cheap, lazy, or actively trying to make self-hosting on residential plans more difficult in order to drive people to business plans and prevent businesses from using cheaper residential plans by keeping IP addresses dynamic and thus complicating DNS.

If you are getting a subnet of addresses, then ensure that configuration on the LAN side is set up properly https://docs.opnsense.org/manual/ipv6.html

[–] Shimitar@downonthestreet.eu 6 points 3 days ago (2 children)

How do I find out if the ISP is handling me a single address or a /64 or whatever?

[–] tburkhol@lemmy.world 5 points 3 days ago

Not familiar with opnSense, but on your PC, you can check the address it assigns - if it's /128, it's a single address.

My ISP does not assign a prefix for delegation unless you specifically ask for it. I had to add "request_prefix 1" to my dhclient.conf file to get a /64 I assume opnSense has a friendly setting somewhere for that. For me, the key phrase was 'prefix delegation.' After I got that, I could search around and get my solution.

[–] irotsoma@piefed.blahaj.zone 4 points 3 days ago

What IPv6 Configuration Type are you using on the WAN interface? The Interfaces -> Overview page should also show it based on the /48 or whatever at the end of the IP and if you're using DHCPv6 then often you can request how many with the Prefix Delegation Size option, though it's not guaranteed they'll actually give you that large of a block or even pay any attention to that option.

[–] Shimitar@downonthestreet.eu 2 points 2 days ago* (last edited 2 days ago) (1 children)

Update : my ISP does not provide GUA.... So, whatever. Stick to IPv4 for the time being, no need to get complicated with IPv6 nat when I already have IPv4 nat working fine.

I actually have two ISP and one does support ip 6 with a GUA and that's where I got confused.... Unfortunately, it's the one providing 20mb/sec FTTC that I use only for backup. The main one, the one providing 300mb/sec over FVA does not.

[–] MuttMutt@lemmy.world 1 points 1 day ago

Look at route64 and setup a tunnel then. I'm using it after switching from Hurricane Electric's IPv6 tunnel broker. Setup is nearly identical except you can use the Wireguard tunnel for route64 and there are less blocks and issues compared to HE's offering.

My backup connection is cellular and my primary is ftth but only IPv4 support.

[–] Decronym@lemmy.decronym.xyz 4 points 3 days ago* (last edited 1 day ago) (1 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
IP Internet Protocol
NAT Network Address Translation
VPN Virtual Private Network

[Thread #240 for this comm, first seen 17th Apr 2026, 00:10] [FAQ] [Full list] [Contact] [Source code]

[–] nibbler@discuss.tchncs.de 2 points 2 days ago (1 children)
[–] stevestevesteve@lemmy.world 3 points 2 days ago

I think global unicast address

[–] Akip@piefed.world 5 points 3 days ago (1 children)

shot in the dark, because I've made that mistake before, if you got dyndns setup, it needs to be from the server not the router for ipv6 to work.

[–] Shimitar@downonthestreet.eu 2 points 3 days ago (1 children)

Mm no, not using dyndns. I am missing IPv6 support on the LAN side... But I have it on the wan side

[–] Archer@lemmy.world 1 points 3 days ago

You can technically use the IPv6 local space just like IPv4 and NAT it all, but it’s so much nicer to have globally routable addresses

[–] irmadlad@lemmy.world 5 points 3 days ago (1 children)

Are you using a VPN? A lot of the VPN vendors disallow IPV6.

[–] Shimitar@downonthestreet.eu 4 points 3 days ago

Nope, no vpn

[–] MuttMutt@lemmy.world 3 points 3 days ago

Set the LAN ipv6 to track interface and it should work. You will likely also need to set a static ipv6 address on your LAN that is within the address given. SLAAC should take care of the rest.