Does anyone know of any alternatives to hoppy.network? I can’t seem to find any other services that do what Hoppy does. (Hoppy uses wireguard to assign publicly-accessible static IPv4 and IPv6 addresses to devices)

  • @solbergOP
    link
    English
    22 months ago

    Thank you.

    And created the firewall rules to forward (some) incoming traffic to my home server.

    I guess this is the missing piece for me. I’ve already got all of my devices and VPSes setup with Tailscale, I’m just not sure which software to use that can do this forwarding.

    I know Tailscale Funnels, Cloudflare Tunnels, and Caddy could be solutions for some, but in my experience they only do TCP or restrict what sort of traffic can be forwarded.

    • @h3ndrik@feddit.de
      cake
      link
      fedilink
      English
      22 months ago

      iptables or nftables. Or firewalld depending on the Linux distro and version you use.

      Sometimes the Arch Wiki has some good info on specific configurations. I mean it’s not that easy to write firewall rules on the command line. But it’s no rocket science either.