20

Recently I bought vps which have only ipv6. It's obviously that I don't have ipv6 home. So, here is question: how do you interact with such servers?

top 15 comments
sorted by: hot top controversial new old
[-] Im_old@lemmy.world 22 points 2 weeks ago

First questio is: can you ask your home internet provider for ipv6?

Otherwise sign up to tailscale and connect your vps server (and your pc/devices) to it.

[-] someoneFromInternet@lemmy.ml 4 points 2 weeks ago
[-] InvertedParallax@lemm.ee 3 points 2 weeks ago

Used to have miredo, which worked pretty well, but think they killed that.

Should still have old 6to4 protocols, they use ipv4 address tricks to get everything working.

[-] ShortN0te@lemmy.ml 16 points 2 weeks ago

There are tunnel protocols like 6to4, 6RD and so on to allow you to get an IPv6 connection tunneled to you. Various routers do support it.

Another option is to ask your ISP if he will supply a IPv6 subnet to you.

[-] Marty_TF@lemmy.zip 4 points 2 weeks ago

have you tried using a vpn, e.g. tailscale?

extremely easy to set up, if you are a selfhost purist, there's headscale as a direct alternative.

only really good at doing stuff in a personal workspace, not really made for exposing to the public internet, still very possible tho

[-] someoneFromInternet@lemmy.ml 2 points 2 weeks ago

how can I use vpn for it? I have another vps with both ipv4 and 6. But I can't find solution for it.

[-] axzxc1236@lemm.ee 3 points 2 weeks ago

Great, if you need to SSH into Ipv6 only machine, SSH has -J flag which can be used to specify "jump host" (basically run SSH through SSH)

[-] someoneFromInternet@lemmy.ml 1 points 2 weeks ago

what if I want to host something on it? I need reverse proxy?

[-] axzxc1236@lemm.ee 3 points 2 weeks ago* (last edited 2 weeks ago)

Host a website that needs to be accessible from your own machine or public?

Former situation: Can be solved by setup reverse proxy on the other VPS, or join machines to a VPN server (like tailscale,, Zertoier or Wireguard server)

Later situation: Cloudflare or other CDN, setup reverse proxy on the other VPS.

Less accessible option but available for public: Tor or I2P

[-] someoneFromInternet@lemmy.ml 1 points 2 weeks ago

here is problem: I don't know how to set up wireguard and can't find any good guides

[-] axzxc1236@lemm.ee 2 points 2 weeks ago* (last edited 2 weeks ago)

Personally have good experience with https://github.com/Nyr/wireguard-install, there are other script that are available by searching "wireguard setup script github".

Note: By default Wireguard config generated will route every bit of traffic through Wireguard (which will be slower and probably not wanted in this situation), to change that change AllowedIPs field in Wireguard config, lets say all your machines are assigned 1.2.3.xxx as IP address, to only access other 1.2.3.xxx IP through wireguard, change the config to AllowedIPs = 1.2.3.0/24.

[-] someoneFromInternet@lemmy.ml 1 points 2 weeks ago

I just have to connect to my server with ipv6 through wireguard to get access to ipv6 on my client?

[-] axzxc1236@lemm.ee 2 points 2 weeks ago

You setup Wireguard server on the VPS with both IPv4 and IPv6. Then you connect both your computer and IPv6-only server to the Wireguard server. After connection, you can connect to the VPN through IP address assigned by wireguard.

[-] Presi300@lemmy.world 2 points 2 weeks ago

You sell it and buy a normal one /s

[-] TheHolm@aussie.zone 1 points 2 weeks ago

I guess HE is still providing free IPv6 via IPv4 tunnels.

this post was submitted on 30 Sep 2024
20 points (95.5% liked)

Selfhosted

39665 readers
157 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