this post was submitted on 27 Oct 2023
14 points (93.8% liked)

Selfhosted

49521 readers
1141 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 2 years ago
MODERATORS
 

Is there any possibility to get wireguard working to access my raspberry pi from outside my home? I've port forwarded the wireguard udp port and it doesn't work... Likely because I'm behind a NAT. My wan public ip is like 10.x.x.x which is most likely a private ip. Running tailscale for now

top 8 comments
sorted by: hot top controversial new old
[–] SK4nda1@lemmy.ml 17 points 2 years ago (1 children)

I'd advise to use headscale on a vps somewhere. Its tailscale but selfhosted.

[–] biscoot@lemmy.getmeotter.work 7 points 2 years ago

Not OP, but thanks for sharing about headscale. I wasn't aware this existed. Probably won't make a switch to it anytime soon, personally. I have way too much connected on tailscale right now.

[–] Schmeckinger@feddit.de 5 points 2 years ago

Another thing is if where you want to access it from has a IPv6 then you can just connect via IPv6.

[–] vzq@lemmy.blahaj.zone 5 points 2 years ago

Tailscale or zerotier or a similar tool is the right one for the job.

[–] Knusper@feddit.de 3 points 2 years ago (1 children)

It is definitely possible, yeah. Tailscale and similar don't do magic either.

I'm not sure on the specifics, though. I think, you want a TURN server or a STUN server.

[–] vzq@lemmy.blahaj.zone 1 points 2 years ago

I’ve gotten decent results with NAT traversal tricks, but the only way I’ve gotten it to perform reliably is with a relay fall back.

This is exactly what you get with tailscale.

[–] pyt0xic@lemmy.world 1 points 2 years ago

You need to expose the ports you want to access on an external, publicly accessible server like a cheap vps. Then you can use wireguard to forward the traffic to your Pi.

I haven't done it in a long while, so I can't explain it well enough, try searching for "vps wireguard gateway". That should bring up some blog posts that will explain the process better. I used a VPS I got on the AWS free tier, you really don't need anything expensive.

[–] TheHolm@aussie.zone 1 points 2 years ago

Just get VPS and use it to bounce traffic between nodes.