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?

  • axzxc1236@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    21 hours 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.