I have a #minetest server on my LAN, but the machine it's running on is behind a #NAT. I'd like to make it accessible to friends and family remotely. I know I can set up port forwarding through my router, but I don't have a static IP, and I'm not keen on setting up dynamic DNS.

What I do have is a cheap VPS connected to my LAN via a #wireguard #VPN. My normal MO here is to set up port forwarding via an #SSH tunnel, but minetest uses UDP traffic.

1/

Bob Jonkman reshared this.

in reply to Jonathan Lamothe

I recently tried forwarding the UDP traffic using #socat, but I don't get a response from the server when I try to connect. The command I'm using on the VPS is:

socat udp-recvfrom:300000,reuseaddr,fork udp4-sendto:<ip>:30000

where <ip> is the IP address of the minetest server on the VPN. I have confirmed that it is receiving the forwarded UDP packets.

2/

Bob Jonkman reshared this.

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.