Giter VIP home page Giter VIP logo

Comments (33)

gnattu avatar gnattu commented on June 11, 2024 13

If that is the case, can you try set <IgnoreVirtualInterfaces> key to <IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces> in the network.xml ?

From my testing disable that populates the vSwitch IP.

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024 2

If that is the case, can you try set <IgnoreVirtualInterfaces> key to <IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces> in the network.xml ?

From my testing disable that populates the vSwitch IP.

That worked! Now I can access it by IP and the usual hostname. Thank you.

from jellyfin.

AlexLamond avatar AlexLamond commented on June 11, 2024 2

It appears to be working as expected now after I updated the "Bind to local network address" setting. I just changed it from 0.0.0.0 to 127.0.0.1

@Schweppesale - How did you manage to update this without GUI access?

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024 1

When I run netstat and filter for "Jellyfin", I get this:

C:\Windows\System32>netstat -a -b -n

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    127.0.0.1:8096         0.0.0.0:0              LISTENING
 [jellyfin.exe]
  UDP    0.0.0.0:7359           *:*
 [jellyfin.exe]

I think this means it's only listening on IP address 127.0.0.1 even though "Bind to local network address" is set to empty.

from jellyfin.

gnattu avatar gnattu commented on June 11, 2024 1

If that is the case, can you try set key to in the ? <IgnoreVirtualInterfaces>falsenetwork.xml
From my testing disable that populates the vSwitch IP.

It works for me too, but why it only happen on 10.9? it's a new option?

No, it is an old option, but in 10.8 there is a bug that this option does not actually ignore virtual interfaces like this.

from jellyfin.

HoloByteus avatar HoloByteus commented on June 11, 2024 1

So glad I found this <IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces>. Bout to go insane trying to figure out why I couldn't browse to jellyfin on my Hyper-V server, nothing made sense.

from jellyfin.

jellyfin-bot avatar jellyfin-bot commented on June 11, 2024

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • This bug report was not filed using the issue template.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

from jellyfin.

TnZzZHlp avatar TnZzZHlp commented on June 11, 2024

I have encountered the same issue as well

from jellyfin.

bioblatt avatar bioblatt commented on June 11, 2024

same for me, web only shows the jellyfin logo and on android I also can't connect to the server

from jellyfin.

gnattu avatar gnattu commented on June 11, 2024

If you are on windows, can you check if your firewall actually allowed jellyfin?

from jellyfin.

Spicy-Jack103 avatar Spicy-Jack103 commented on June 11, 2024

I am having the same issue - Windows firewall is turned off for both the client and server device and still has the same issue.

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024

If you are on windows, can you check if your firewall actually allowed jellyfin?

I had the Windows Firewall completely disabled while troubleshooting. And the problem began upon updating to 10.9.0.

from jellyfin.

TnZzZHlp avatar TnZzZHlp commented on June 11, 2024

If you are on windows, can you check if your firewall actually allowed jellyfin?

The issue seems to stem from the fact that Jellyfin is unable to detect the IP address on my network adapter. I'm using Hyper-V and a Virtual Switch

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024

If you are on windows, can you check if your firewall actually allowed jellyfin?

The issue seems to stem from the fact that Jellyfin is unable to detect the IP address on my network adapter, which is a vEthernet adapter for Hyper-V.

Oh, that might be a pattern. I'm using Hyper-V and a Virtual Switch too, though Jellyfin is installed on the Host, not a VM.

from jellyfin.

gnattu avatar gnattu commented on June 11, 2024

So let's confirm this:

All of you guys are on windows and are connected through Hyper-V vSwitch right?

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024

So let's confirm this:

All of you guys are on windows and are connected through Hyper-V vSwitch right?

yes for me

from jellyfin.

Spicy-Jack103 avatar Spicy-Jack103 commented on June 11, 2024

So let's confirm this:

All of you guys are on windows and are connected through Hyper-V vSwitch right?

Yes, that is correct. Jellyfin running the on Hyper-V server (NOT in a VM) but running through the Hyper V switch

from jellyfin.

TnZzZHlp avatar TnZzZHlp commented on June 11, 2024

If that is the case, can you try set key to in the ?<IgnoreVirtualInterfaces>``<IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces>``network.xml

From my testing disable that populates the vSwitch IP.

It works for me too. Thanks. but why it only happen on 10.9? it's a new option?

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024

Thankfully, there's a simple workaround, but can we get this setting exposed on the web GUI in a future version? Or have it set to false by default?

from jellyfin.

Spicy-Jack103 avatar Spicy-Jack103 commented on June 11, 2024

Perfect! that does the job!
Thanks for the assistance and good work!

from jellyfin.

Bizarre955 avatar Bizarre955 commented on June 11, 2024

If that is the case, can you try set <IgnoreVirtualInterfaces> key to <IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces> in the network.xml ?

From my testing disable that populates the vSwitch IP.

Fixed for me on box running hyper-v as well.

from jellyfin.

m4gicfour avatar m4gicfour commented on June 11, 2024

If that is the case, can you try set <IgnoreVirtualInterfaces> key to <IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces> in the network.xml ?

From my testing disable that populates the vSwitch IP.

This was also the issue for me running on UNRAID.

from jellyfin.

spupuz avatar spupuz commented on June 11, 2024

tried but not working i always got:

 Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again

[12:01:23] [FTL] [1] Main: Error while starting server

from jellyfin.

Germs2004 avatar Germs2004 commented on June 11, 2024

tried but not working i always got:

 Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again

[12:01:23] [FTL] [1] Main: Error while starting server

I suggest renaming your Jellyfin/Server/config/network.xml file to network.xml.backup, then restart the Jellyfin service. That will reset your network settings to default. Then, go back to the Dashboard > Network settings, reconfigure things there, and restart the service again. If it still gets an error, do this again but only make one change at a time and restart the service between each change to see which setting is causing your error.

from jellyfin.

jumoog avatar jumoog commented on June 11, 2024

tried but not working i always got:

 Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again

[12:01:23] [FTL] [1] Main: Error while starting server

I suggest renaming your Jellyfin/Server/config/network.xml file to network.xml.backup, then restart the Jellyfin service. That will reset your network settings to default. Then, go back to the Dashboard > Network settings, reconfigure things there, and restart the service again. If it still gets an error, do this again but only make one change at a time and restart the service between each change to see which setting is causing your error.

No, network.xml is only created if the binding was successful.

from jellyfin.

gnannig avatar gnannig commented on June 11, 2024

Same issue for me, Ubuntu 22.04.4 LTS.
Kernel 5.15.0-106-generic
removing network.xml doesn't fix (see jumoog's comment).
false already present in network.xml

from jellyfin.

spupuz avatar spupuz commented on June 11, 2024

Same issue for me, Ubuntu 22.04.4 LTS. Kernel 5.15.0-106-generic removing network.xml doesn't fix (see jumoog's comment). false already present in network.xml

Same situation for me with docker container

from jellyfin.

Schweppesale avatar Schweppesale commented on June 11, 2024

I'm also experiencing the same issue.
The service will still listen in on port 5000 even with the following setting:
<IgnoreVirtualInterfaces>false</IgnoreVirtualInterfaces>


Renaming network.xml to network.bak.xml results in the following error on startup:
failed to load external entity "/config/network.xml"


update

It appears to be working as expected now after I updated the "Bind to local network address" setting.
I just changed it from 0.0.0.0 to 127.0.0.1

from jellyfin.

spupuz avatar spupuz commented on June 11, 2024

starting a new instance without config has not binding problems, but a wouild like to have my config working if possible.

from jellyfin.

gnattu avatar gnattu commented on June 11, 2024

This original issue is about instances relying on veth to connect to outside, and for such instances, IgnoreVirtualInterfaces should be set to false as described previously.

We also have another issue caused by multiple networking interfaces sharing the same IP in #11557, this one is going to be resolved by #11587

If non of the above apply to you, please file a new issue with complete log and environment info so we can look it.

Closing as the original issue is resolved.

from jellyfin.

PitchAbyss avatar PitchAbyss commented on June 11, 2024

i am on ubuntu server please can someone tell the fix what to do ?

from jellyfin.

patritha avatar patritha commented on June 11, 2024

im having a simmilar issue, exept i can access my webui but it spams my console with the output the op got. changing the setting previously mentioned had no effect. im on proxmox and using caddy reverse proxy btw

from jellyfin.

Shadowghost avatar Shadowghost commented on June 11, 2024

The output mentioned by OP doesn't has an impact and will be silenced in the next Bugfix release.

from jellyfin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.