2023-08-07, 03:44 AM
(This post was last modified: 2023-08-07, 11:31 PM by outkst. Edited 1 time in total.
Edit Reason: formatting
)
(2023-08-04, 09:14 PM)TheDreadPirate Wrote: What happens when you remove "IPv6 Address: accept_rtadv" from the container settings?
That is just a placeholder; IPv6 is not used at either the TrueNAS or Jellyfin jail level(s). With that said, the IPv6 interface is given a link local address of FE80::/10 by default. As far as I can tell, this is built-in to the kernel and cannot be explicitly disabled.
Quote:root@jailJellyfin:~ # ifconfigWhat is strange is I have once been able to get the Plugins Catalog page to populate, and even installed a few of the plugins, after repeatedly restarting the Jellyfin jail and browsing to the plugins page. It worked one time, and I cannot replicate it no matter how many times I try to restart the server.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
pflog0: flags=0<> metric 0 mtu 33160
groups: pflog
epair0b: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:fd:45:08:82:91
hwaddr 02:7c:20:9c:d8:0b
inet 192.168.1.46 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::fd:45ff:fe08:8291%epair0b prefixlen 64 scopeid 0x3
groups: epair
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
Even after installing, any plugins that need to communicate with web servers fails with the same "Name Does Not Resolve" issue.