Comment on How do you use only ipv6 server?
someoneFromInternet@lemmy.ml 1 month agohow can I use vpn for it? I have another vps with both ipv4 and 6. But I can’t find solution for it.
Comment on How do you use only ipv6 server?
someoneFromInternet@lemmy.ml 1 month agohow 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 1 month 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 month ago
what if I want to host something on it? I need reverse proxy?
axzxc1236@lemm.ee 1 month 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.
someoneFromInternet@lemmy.ml 1 month ago
here is problem: I don’t know how to set up wireguard and can’t find any good guides