![]() |
Network issue - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Network issue (/t-network-issue) |
Network issue - thunderprobe - 2024-01-20 Hi, here is a noob 3-part question about network: 1. I wanted to test Jellyfin, so I made a host on one laptop (connected to the router via ethernet cable) and was unable to connect to it on my home wifi network. Upon realizing the problem, I disconnected ethernet cable and connected host laptop to the same wifi and it worked without issues. But if I wanted to keep my host connected to the router via cable and not the wifi, how would I go about setting it all up? 2. And going further I'm looking into building a NAS/home server. I really don't have much idea about networks, but I imagine that server would be also connected through cable and not wifi - so for example: how could I access Jellyfin hosted on the NAS from my PC connected only via ethernet cable and also other laptop connected to wifi? 3. Another level is accessing it from the outside (I travel a lot). From what I red so far it looks like I would need my own domain and some sort of reverse proxy setup. Most guides are centered around few other services, like tailscale/traefik/cloudflare, all these on docker containers, everything has to be set up, managed, etc... Seems like whole lot of complicated stuff - is there a simpler way to access Jellyfin library from outside of my networks? Thanks for any answers, I appreciate it. RE: Network issue - TheDreadPirate - 2024-01-20 1. Turn off WIFI? What OS is your server running? Can't give specific instructions without knowing that. 2. Your server, or whatever is running Jellyfin, can use any method to connect to your network. It really doesn't matter as long as it is fast enough. You just need to know the IP address to use that to connect from other clients. 3. If your client can run tailscale then that is probably the simplest solution. Install it on both the server and your client. RE: Network issue - Efficient_Good_5784 - 2024-01-20 (2024-01-20, 03:46 PM)thunderprobe Wrote: 1. I wanted to test Jellyfin, so I made a host on one laptop (connected to the router via ethernet cable) and was unable to connect to it on my home wifi network. Upon realizing the problem, I disconnected ethernet cable and connected host laptop to the same wifi and it worked without issues. But if I wanted to keep my host connected to the router via cable and not the wifi, how would I go about setting it all up?Is the router the same box that's providing the signal for the wifi network? Or are you connecting an external router to the box that provides wifi? This could be an issue with different subnets. Make sure your router is set to connect devices to the same subnet as the one from the wifi network. You can see if you're getting a different subnet on your laptop by checking what its assigned IP address is when connected with the ethernet cable, then when it's connected with wifi. (2024-01-20, 03:46 PM)thunderprobe Wrote: 2. And going further I'm looking into building a NAS/home server. I really don't have much idea about networks, but I imagine that server would be also connected through cable and not wifi - so for example: how could I access Jellyfin hosted on the NAS from my PC connected only via ethernet cable and also other laptop connected to wifi?This issue will be solved if you figure out what's wrong with your first question. You'll be able to connect to the NAS on the same local network regardless of connection type. (2024-01-20, 03:46 PM)thunderprobe Wrote: 3. Another level is accessing it from the outside (I travel a lot). From what I red so far it looks like I would need my own domain and some sort of reverse proxy setup. Most guides are centered around few other services, like tailscale/traefik/cloudflare, all these on docker containers, everything has to be set up, managed, etc... Seems like whole lot of complicated stuff - is there a simpler way to access Jellyfin library from outside of my networks?The simplest would probably be Tailscale. Tailscale is a mesh VPN service which uses middle-men servers (Tailscale's servers) to connect all your devices through the internet. You can host your own VPN service too to ditch the middle-man, but this will be a bit more complicated. With Tailscale, you don't need to make your own domain or reverse proxy. Tailscale will handle everything for you. Just don't open a port directly to the internet. Doing so is the most simplest way to gain access outside of your local network, but this also is an easy way to get your network attacked from bad actors. RE: Network issue - thunderprobe - 2024-01-20 Thanks for replies guys, I really appreciate it. It looks like there was some problem with first setup... I tested again with 2 different devices and they all connect fine via wifi with the PC hosting via the cable. It is the same device/router that connects the wifi and LAN. Seems to be working good now, must have been something else screwed before. I will try the Tailscale, thanks for your input. |