Bridge mode on the ISP router is what you want. Then it just passes through the internet connection to the internal router on the edge of your network. It’s what I do with Comcast.
Bridge mode on the ISP router is what you want. Then it just passes through the internet connection to the internal router on the edge of your network. It’s what I do with Comcast.
Same for me.
-It works well
-my dad (who has dementia) can use it
-It runs even when the net goes down (means my dad is happy)
-Can Transcode for our TV’s with premiere (would rather not have to pay for that)
Have been thinking about Jellyfin…as I like the FOSS angle…and seems like it is gaining a lot of traction in the selfhost community. I host Emby Server on my Unraid server and our nVidia Shields play content great using the Emby app. Going to be investigating Jellyfin when I start to move the rest of my serivces off of Unraid.
Doing what the OP (same result, just different software) or I posted and assigning certificates to secure your local services means you can avoid the HTTPS warning that major browsers will pop up on an unsecure (HTTP) connection. Instead of going to an internal dns name without a certificate or direct to the ip…you assign a wildcard certificate to a domain name you’ve setup on your local dns. You then access that service via the HTTPS protected Domain name, with no warning.
I used Techno Tim’s guide on how to do essentially the same thing with different tools: Cloudflare, Let’s Encrypt, Traefik, and PiHole (for my DNS)
https://www.youtube.com/watch?v=liV3c9m_OX8
https://docs.technotim.live/posts/traefik-portainer-ssl/
For a while now I’ve had Grafana hooked up to InfluxDB and Telegraf. Using Telegraf I setup pings to ips along my route to the larger internet, major dns providers, and several large internet sites. I measure response time and packet loss. It has allowed me to cut through the Comcast BS when diagnosing problems with them. I can tell them for sure that the problem is inside their network and is the X hop from my router.
I recently started setting up Grafana over on a different server and I’m using Prometheus instead to monitor more than just the other server I was monitoring. I haven’t yet set it up with that but it looks like something similar is possible with Prometheus based on the small amount of research I’ve done on it.