• 1 Post
  • 60 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle















  • A bit more “home user friendly” explanation:

    Basically your home PC where you download “Linux ISOs”. But because you don’t like picking everything (movies/tv shows/etc, but not pc games) manually - you want to automate it.

    “Automate” is called Jellyfin/Plex and underlaying microservices, such as Radarr, Sonarr, Prowlarr, QBittorrent, Bazarr and so on. You want this to be available 24/7 so it automatically adds content (movies/shows) to your “wishlist”, downloads when it becomes available and automatically appears in your Jellyfin/Plex server.

    This is why you usually dedicate a server for this, which runs 24/7, usually at home. And I guess you call it “seedbox”.

    Some other users set up VPN on their server, configure qbittorrent to use ONLY vpn connection (to avoid getting emails from their ISPs for pirated Linux ISOs lol) and call it “seedbox”. They first torrent anything to seedbox, then they download from it to their PC. In my case it’s not needed, since everything is automated and I access all my “Linux ISOs” from Jellyfin.






  • Some time ago I’ve done a “public IP implementation” on my VPS when I was on mobile network (no public IP).

    Basically set up IPSec/Wireguard on VPS and connect your router to it. Then setup EoIP over VPN between VPS and your router. Then add EoIP tunnel to your LAN’s bridge in your router.

    Then setup all ports forwarding (using iptables) from your VPS to your router on LAN, so if you connect to your VPS using tcp80, it will be simply forwarded (NAT’ed) to your router. Except tcp22, for SSH to your VPS obviously…

    And now you have yet another public IP lol.

    This is not something you asked, but might give you some ideas.