2024-06-21, 03:13 PM
In Jellyfin's log it will say what interfaces it binds to. From my log.
If Jellyfin isn't picking up or listening on the zerotier interface, or there is no bridge between interfaces, then Jellyfin won't receive the traffic.
You can tell Jellyfin to specifically listen on multiple interfaces.
Code:
[2024-06-19 20:39:32.943 +00:00] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.1.3", "172.16.100.1", "::1", "<Public IPv6 Address 1>", "<Public IPv6 Address 2>", "fe80::a236:bcff:fe35:7cb7%2", "fe80::42:6cff:fe1f:262a%12"]
[2024-06-19 20:39:32.944 +00:00] [INF] Bind Addresses ["::"]
......
[2024-06-19 20:39:35.156 +00:00] [INF] Kestrel is listening on "all interfaces"
If Jellyfin isn't picking up or listening on the zerotier interface, or there is no bridge between interfaces, then Jellyfin won't receive the traffic.
You can tell Jellyfin to specifically listen on multiple interfaces.