I have VPS let's say VPS X that doesn't have IPv4 but only has IPv6.
and
I have VPS let's say VPS Y that doesn't have IPv6 but only has IPv4.
Since IPv4 is still common used today, and some device unable to access IPv6.
I want use VPS Y network card as an IPv4 for VPS X since VPS X doesn't have IPv4.
I want UDP Port in VPS Y is listening incoming connection from internet then forward the UDP datagram to the UDP Port in VPS X.
I can achieve it with using SSH Forwarding with run this command in VPS X.
SSH -NR 19132:localhost:19133 server
I can connect SSH from VPS X to the VPS Y. But VPS Y can't connect to the VPS X.
Unfortunately SSH Forwarding is only work for TCP Port. While I want UDP Port Forwarding because minecraft bedrock server is using UDP.