2024-05-14, 12:06 AM
(2024-05-13, 04:38 PM)TheDreadPirate Wrote: /etc/jellyfin/network.xml has all your network related configs, including ports, bind addresses, LAN addresses, etc.
Here is my
network.xml
file:Code:
<?xml version="1.0" encoding="utf-8"?>
<NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BaseUrl />
<EnableHttps>false</EnableHttps>
<RequireHttps>false</RequireHttps>
<CertificatePath />
<CertificatePassword />
<InternalHttpPort>8096</InternalHttpPort>
<InternalHttpsPort>8920</InternalHttpsPort>
<PublicHttpPort>8096</PublicHttpPort>
<PublicHttpsPort>8920</PublicHttpsPort>
<AutoDiscovery>true</AutoDiscovery>
<EnableUPnP>false</EnableUPnP>
<EnableIPv4>true</EnableIPv4>
<EnableIPv6>false</EnableIPv6>
<EnableRemoteAccess>true</EnableRemoteAccess>
<LocalNetworkSubnets />
<LocalNetworkAddresses />
<KnownProxies />
<IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces>
<VirtualInterfaceNames>
<string>veth</string>
</VirtualInterfaceNames>
<EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
<PublishedServerUriBySubnet />
<RemoteIPFilter />
<IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist>
</NetworkConfiguration>
I ran a port scanner and I can confirm that I don't have any services running on either port
8096
or 8920
. What did you mean earlier about specifying a bind IP that is no longer available? The file doesn't have any IPs specified anywhere, is it maybe missing something somewhere then?
Jellyfin 10.9.3
Ubuntu 24.04 LTS | Kernel 6.8
Intel i3 10100
8GB DDR4
Intel Arc A380
4TB File Server
8TB Media Server
12TB Backup media
Ubuntu 24.04 LTS | Kernel 6.8
Intel i3 10100
8GB DDR4
Intel Arc A380
4TB File Server
8TB Media Server
12TB Backup media