2024-04-03, 07:10 PM
(2024-04-03, 07:02 PM)ghostkjb Wrote: Output still binding to 192.168.0.0/16:
Jellyfin is not binding to any specific address. 19.168.0.0/16 in this context is defining what is considered "internal". There is a separate config for binding.
From your log
(2024-04-03, 07:02 PM)ghostkjb Wrote: [18:59:28] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
[18:59:28] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
These lines being blank indicates it is binding to all available interfaces.
(2024-04-03, 07:02 PM)ghostkjb Wrote: Q: When you said you tried to access it via "localhost:8096", is that from the HOST running the VM? Or from within the VM?
A: The host running the vm. From Firefox on the VM that is the host running docker running the Jellyfin container - I cannot reach localhost:8096
If you are accessing localhost from within the VM it should allow it. If you are accessing it from the HOST running the VM, it would be blocked by the firewall if you didn't create a rule.
If this is a debian based distro, you should have UFW either pre-installed or available in the repo.
Code:
sudo ufw enable
sudo ufw allow 8096