Elektrine lite

← Feed

@ntoskrnl@furry.engineer

Post #3905729

2026-07-18 07:45 UTC

@uvok@woof.tech Yeah the vpn is mainly for my phone to reach back home (HomeAssistant, Immich, etc). So, right now the configuration assigns link-local fd80 addresses. I'd have to change this to assign addresses from my ISP-assigned /64 then? (that makes sense) Would I need both addresses like how normal v6 does stuff? Or is there a better setup so that my phone can do all the normal rolling addresses or whatever like the regular network?

Replies (1)

  • @uvok@woof.tech 2026-07-18 07:54

    @ntoskrnl@furry.engineer ah, if the endpoint is your home network, it would be important to know whether your ISP always assigns you the same IPv6 prefix, or whether it changes with every connection, or daily, or so. In the latter case, you would have to resort to masquerading, I think (What is the Wireguard "server" running on? OpenWRT? Linux with iptables, or nftables?) that's because, afaik, Wireguard only allows static IP configuration / address assignment. I'm not sure what you mean by rolling addresses. Like, DHCP?

    Open ##3905728