2023-08-28, 05:24 PM
Can you describe your network setup more? Why are there three different IPs that jellyfin is listening on?
10.14.0.2
192.168.56.1
192.168.1.233
Turn off the jellyfin server and go to C:\ProgramData\Jellyfin\Server\config. Open network.xml.
There should be a line that looks like this
Change it to what I have below, but swap out the IP for which ever IP you want Jellyfin to bind to.
Start Jellyfin again.
10.14.0.2
192.168.56.1
192.168.1.233
Turn off the jellyfin server and go to C:\ProgramData\Jellyfin\Server\config. Open network.xml.
There should be a line that looks like this
Quote:<LocalNetworkAddresses />
Change it to what I have below, but swap out the IP for which ever IP you want Jellyfin to bind to.
Code:
<LocalNetworkAddresses>
<string>192.168.1.2</string>
</LocalNetworkAddresses>
Start Jellyfin again.