Context:

Over the past few months, Xfinity has just been causing me so many problems with self-hosting. Not having a static ip isn’t actually that much of a problem for me, I was able to set up a little docker container that automatically changes my dns records when my ip changes. However, pretty frequently, they’ll reset my router/gateway’s firewall configuration, which blocks basically all ipv6 traffic by default, and the other day, they even removed my port forwards while I was away, and hid my server from the port forwarding screen so I couldn’t add them back until I got physical access to the server.

So, I’ve come to the realization that I should probably set up a VPS, since that should solve basically all of my issues. All I want is something that can forward/proxy gigabit traffic to my server, probably over something like wireguard.

To be clear, I still want all of my services to run on my server, I just want the VPS to route the traffic.

And, said VPS preferably has ipv6 in addition to ipv4 access, and gigabit download, though none of those are strict requirements.

Questions:

Are there any issues or limits with this setup that I’m not considering?

Is there a better solution?

Assuming the previous Q’s are fine:

What’s a good VPS provider for this?

What software should I use to actually do the forwarding/proxying?

  • Rivalarrival@lemmy.today
    link
    fedilink
    English
    arrow-up
    12
    ·
    21 days ago

    What software should I use to actually do the forwarding/proxying?

    I highly recommend Pangolin. It does exactly what you’re looking for: Establishes a tunnel between your home server and the VPS, to proxy services on your home network through the VPS.

    It also automatically sets up LetsEncrypt certs for your web services, and provides an optional security layer so only authenticated users can get through the proxy.

    You can also do TCP and UDP port forwarding for non-web services.

    What’s a good VPS provider for this?

    I use Racknerd. You will need an affiliate link to get a good deal. I would not recommend the services they offer directly; the prices are considerably higher. Pangolin’s quick-start guide has affiliate links for three services; I use the 2gb option. They have other options, but we’ll have to move to DMs.

    • AbidanYre@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      21 days ago

      All the racknerd links are no good

      The plan you selected is out of stock and not available for ordering at this time. Please consider choosing another plan, view our available VPS plans HERE

      • Rivalarrival@lemmy.today
        link
        fedilink
        English
        arrow-up
        1
        ·
        21 days ago

        Gotcha. I’m doing everything I can to avoid spamming, but that’s kinda hard to do when OP has specifically asked for a service provider…

        I know this link will work: https://my.racknerd.com/aff.php?aff=17772&pid=953

        That’s for the 2gb/2cpu service I use. From low-end to high-end, pids 952 ($21.99/yr), 953, 954, 955, and 956($119.99/yr) are currently available.

        • AbidanYre@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          21 days ago

          Sorry, I wasn’t trying to call you out or anything. Just bummed that the good prices weren’t available anymore.

          • Rivalarrival@lemmy.today
            link
            fedilink
            English
            arrow-up
            1
            ·
            21 days ago

            Nothing to apologize for! I wish they wouldn’t be cagey about their actual offerings. I’d recommend them more if I didn’t gain anything from doing so.

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    21 days ago

    So, I’ve come to the realization that I should probably set up a VPS, since that should solve basically all of my issues. All I want is something that can forward/proxy gigabit traffic to my server, probably over something like wireguard.

    Forgive my addled brain. Are you wanting a VPS to set up a VPN like Wireguard? If so, the VPS won’t have to be anything huge I would imagine. For something like that, I would go shopping at lowendbox.com. The important bits would be the speed rather than size of the VPS. Also, since you mentioned you already have Docker running, Wireguard Easy, would be the easiest to deploy.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    21 days ago

    I think a few people already mentioned some good solutions. I just wanted to add: A port forwarding in the firewall of your router is the basically the same thing as a port forwarding on your Linux computer’s firewall. You could just set up any VPN, SSH tunnel or whatever and then use your firewall (nftables, iptables) and forward the VPS’ extetnal port to the internal port on the VPN. It’s the same thing you do on your router, just that you don’t get a graphical interface to configure it.

  • CalvusRex@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    19 days ago

    so i’ve seen some great answered here. Some folks are leery of some companies but so far i have found that Tailscale and Cloudflare a great combination. My ISP doesn’t let you port forward and TS & CF circumvent that nicely. Zero issues, both free services and saves me a ton of headache.

  • UntimedDiffusion@piefed.zip
    link
    fedilink
    English
    arrow-up
    3
    ·
    21 days ago

    I just recently set this up for myself. I used Racknerd (they have crazy deals you can find on racknerdtracker which, to my understanding, work because any unclaimed deals they’ve ever offered don’t expire). If you’re only using it as an access point for stuff you’re hosting at home, you can get a cheap 1 core kvm with appropriate speed and data limits, and connect with wireguard (or as other people have said, pangolin or similar services)

  • prenatal_confusion@feddit.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    21 days ago

    Pangolin (or netbird) on the vps. I can recommend something with at least a gig of ram from ionos. The rest doesn’t matter. Then just paste the vpn snippet on the local service compose (assuming you are using docker) and be done with it. Works like a charm.

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    21 days ago

    Yup, a VPN is how I’m doing it. I just set up Netbird, with a relay on a tiny free Google Cloud VM, and it was extremely easy. You can use any host, really.

  • Matt The Horwood@lemmy.horwood.cloud
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 days ago

    Depends on how you want to access stuff away from home, I have both a tinc mesh VPN and pangolin tunnels.

    They serve different purposes, tinc is to get from home to my Dedi and the VPS. Pangolin is to assess stuff away from home.

    As I’ve just moved to starlink I to now don’t have a static IP and this has made the move almost transparent

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    18 days ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    AP WiFi Access Point
    CF CloudFlare
    IP Internet Protocol
    SSH Secure Shell for remote terminal access
    TCP Transmission Control Protocol, most often over IP
    UDP User Datagram Protocol, for real-time communications
    VPN Virtual Private Network
    VPS Virtual Private Server (opposed to shared hosting)

    [Thread #255 for this comm, first seen 25th Apr 2026, 21:20] [FAQ] [Full list] [Contact] [Source code]

  • ryokimball@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    21 days ago

    I have not done it but I understanding is file player has a service that does this for you, obviously not self hosted in that regard but still a popular choice.