this post was submitted on 16 Jun 2023
11 points (100.0% liked)

Selfhosted

39247 readers
208 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have T-Mobile wifi (Really great btw for $30 with my plan) but it has the big dumb cgnat. I have a plex server and you can't stream remotely with it. I had an Oracle VPS but after my trial ran out they decided they wanted to delete it with no warning.

I was using a wireguard vpn connected to my vps with Plex ports to bypass it. Right now oracle is out of instances for me to use so I thought I could see if there are any better alternatives.

I am using this GitHub script to do it

https://github.com/mochman/Bypass_CGNAT/wiki

I am wondering if anybody knows of a good VPS that I could use. I don't necessarily mind paying for it but I would like it to be relatively cheap if not free.

If it matters at all I have a Raspberry Pi 4 with DietPi running my plex server.

I haven't tried this but would it be possible to set up my VPN using wireguard on my pi and have plex point towards that?

I had Mullvad but since they are getting rid of port forwarding I got TorGuard (blah blah USA company, I know). Also wondering if there are better VPNs that I could use for... Downloading... Stuff

The guide has digital ocean and AWS Lightrail also but im not sure which one would be best and less likely to delete my account. I would prefer to use a VPN that I already pay for but im just not all too sure on how to go about that

Edit: Ended up using rack nerd. Got their 4tb monthly vps for $14 a year. Perfect for me

top 22 comments
sorted by: hot top controversial new old
[–] vividspecter@lemmy.world 3 points 1 year ago

I believe some use tailscale for this, although I don't entirely like having a third party store wireguard keys if I'm understanding it correctly.

[–] ThorrJo@lemmy.sdf.org 2 points 1 year ago* (last edited 1 year ago)

Ramnode is a good smaller US provider, they don't oversell as much as many providers do, and their shit is fast.

[–] datallboy@lemmy.world 2 points 1 year ago (1 children)

I use RackNerd for public reverse proxies on my lab. Their New Years sales is still active, and is very affordable. Only $13/yr for 1GB RAM KVM VPS, plenty for a personal reverse proxy or VPN.

No issues with service, their support is great and responds promptly.

[–] seang96@spgrn.com 2 points 1 year ago

Didn't expect to see a shout out for racknerd. I been using them for quite a few years. Got a 3.5 GB KVM for $28.99/year deal. They even upgraded their infrastructure since and moved my server over to a full SSD node.

[–] kentucky444@eslemmy.es 2 points 1 year ago

I know that this is not what you're looking for, but, have you tried directly talking with your telco? Most companies will get you out of the CGNAT if you say that you have IP cameras for security purposes.

[–] TheDaveAbides@midwest.social 2 points 1 year ago

Not quite what you're asking, but I use localtonet to get around T-mo's CGNAT. Similar to Ngrok and other solutions, but the price was lower.

[–] possiblylinux127@lemmy.world 1 points 1 year ago (1 children)

I personally forward all my stuff via a wireguard tunnel setup in linode. However, I would strongly advise against exposing services to the internet.

[–] TwinTurbo@lemmy.world 1 points 1 year ago (1 children)

I do this, too. I haven’t tried Tailscale, but Netmaker wasn’t able to deal with my CGNAT without a relay node, and I found that to be hit-and-miss.

[–] possiblylinux127@lemmy.world 1 points 1 year ago (1 children)

I like wireguard because it doesn't have a lot of overhead

[–] TwinTurbo@lemmy.world 0 points 1 year ago (1 children)

Tailscale and Netmaker use wireguard under the hood, so as long as you manage to establish the connections, they should be just as fast! If you need to use relaying, however, that will introduce additional overhead.

[–] possiblylinux127@lemmy.world 2 points 1 year ago

I just like config files I guess

[–] dudeami0@lemmy.dudeami.win 1 points 1 year ago

I chose Vultr because a friend recommended it, and the generous egress bandwidth provided. With a single $5 VPS you get 2TB free egress (this is for the whole account) + 1TB earned over the month (it gives the 1TB evenly out as the month progresses). This is more bandwidth than I'll probably ever use for my services so I don't have to be too concerned about bandwidth usage. So far I've hosted a few game servers and some HTTP web services (including my lemmy instance) with no issue.

[–] varaki@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (2 children)

I never used it, but I bumped into ngrok when I was researching remote accessing services hosted behind CGNAT, and it turned out to be not needed in my case, but maybe it's worth for you to check it out: https://ngrok.com/docs/using-ngrok-with/cgnat/

[–] SpezCanLigmaBalls@lemmy.world 2 points 1 year ago

this ended up not being a solution for me due to Xbox and TV apps and such

[–] SpezCanLigmaBalls@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

I’m not all too knowledgeable with this stuff but it has the command http 80. Does that mean it is opening port 80 using ngrok? The plex port I need is 32400 tcp. Would it just be as simple as doing http 32400?

[–] varaki@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Here's a howto for your case. In the end it should be like 'ngrok tcp 32400'. You can try it out, while you're searching for a VPS 🙂

[–] Pissio@feddit.it 1 points 1 year ago

If you are connecting to your plex server from a device that supports it , tailscale is very handy and free.

[–] possiblylinux127@lemmy.world 1 points 1 year ago (1 children)

I personally forward all my stuff via a wireguard tunnel setup in linode. However, I would strongly advise against exposing services to the internet.

[–] TwinTurbo@lemmy.world 0 points 1 year ago (1 children)

I do this, too. I haven’t tried Tailscale, but Netmaker wasn’t able to deal with my CGNAT without a relay node, and I found that to be hit-and-miss.

[–] possiblylinux127@lemmy.world 1 points 1 year ago

I like wireguard because it doesn't have a lot of overhead

load more comments
view more: next ›