• 0 Posts
  • 91 Comments
Joined 2 years ago
cake
Cake day: July 23rd, 2023

help-circle









  • If you mean that you are using Proton VPN on your Raspberry Pi to mask your downloading traffic, then no that same VPN will not help you access services like Jellyfin on your home network while you are remote.

    Instead you’ll want to use something like Tailscale (or Wireguard). You run it as a service on your home network and it then becomes your own VPN that you (or others) can use to connect to your home network when you are remote.

    You could run Wireguard on the same RaspberryPi that you use for downloading but I would recommend against it assuming that you’re running Proton VPN right on the host itself (and not inside a container).




  • This would vary based on what router you use, but this is the way I handled it on my Ubiquity EdgeRouter.


    • I added a DHCP reservation for my TV so it’s IP address on my local network doesn’t change.

    • I added a new firewall policy (with the highest priority) that accepts all traffic by default between my internal LAN network and the WAN interface of my router.

    • Then I added a rule to that policy to drop traffic from the IP address I assigned to my TV.

    Now the TV can no longer phone home to send obnoxious notifications or issue surprise firmware updates but I can still turn on the TV and adjust the volume over the local network. I use Home Assistant for this, but I think the LG remote android app would still work as well.