Comment on Alternatives to Hoppy Network
solberg@lemmy.blahaj.zone 8 months agoThank 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 8 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.