Hello, I want to connect a USA cloud server to a Germany-dedicated server, I would like to forward all the ports and traffic from the USA to Germany, Like accessing the Germany server by using a USA IP address (Latency isn’t an issue) which software should I use to do it? Is there any guide available on the Internet?
Why am I doing this? Germany dedicated servers are quite cheap and I would like to use them but by hiding their original address like using a VPN. I would have good resources at a very cheap price, thank you.
https://github.com/rapiz1/rathole if you’re wanting to forward raw ports
Wireguard if you’re just wanting to run a boring reverse proxy. I use this to get me up and running fast on Wireguard:
https://github.com/angristan/wireguard-install
This guide should help you be able to visualize what you’re trying to do better: https://blog.fuzzymistborn.com/vps-reverse-proxy-tunnel/
Good luck!