2024-12-29, 07:13 PM
(2024-12-29, 05:30 PM)TheDreadPirate Wrote: Do you have IPv6 setup on your TrueNAS host? Is IPv6 enabled in Jellyfin? It looks like it isn't able to resolve addresses.
Can you share the wireguard config? Minus the keys of course.
i tried turning autoconfigure ipv6 on in the truenas network settings and enabling it in the jellyfin one. didn't do anything.
i think this is what you mean by config:
[interface]
PrivateKey = [REDACTED]
Address = 10.6.0.2/32
DNS = 10.6.0.1
[Peer]
PublicKey = [REDACTED]
AllowedIPs = 0.0.0.0/0
Endpoint = truenas1.ddns.net:51820
PersistentKeepalive = 25
the truenas1 bit is from when i had a hostname running, but i wasn't able to get https tto work so i stopped using that. the VPN connection works fine though.