[SOLVED] Proxying VM

PintsizedSix40

New Member
May 18, 2019
15
0
1
Hey, I'm wondering if there is any way to route all requests (such as routing web traffic AND hosting a web server) through another server. This server has a static, dedicated IP and is relatively cheap, so I'd like to utilize it to give public IPs to my VMs. I can run anything on the proxy server, but I'd like to have the proxy route requests outside of the VM transparently. If anything like this is possible, please let me know.
 
Could you elaborate further, e.g. some use cases.

In general, you can always use an ingress router like traefik or use the more general approach via Apache and Nginx.
 
I basically want to proxy all requests through a proxy server (this server only has one client connected) that will not only allow the client to make connections normally (ex. browsing the web), but also forwards ports to the client. For example, say the proxy server's IP is 1.2.3.4 and the client has a web server running on port 80. If I go to 1.2.3.4 in my web browser, I should be able to see whatever is on the client's web server. I need more than just HTTP though. Any port opened on the client should be accessible through the proxy's IP.
 
Last edited:
Okay, traefik only works for HTTP(s), so it may not solve your problems.

If you have only one backend and one frontend IP, you could just DNAT all ports directly, but you will not have a proxy daemon then.
 
Hey, I kind of found an answer to this. SSH tunneling lets you proxy all requests, as well as forwarding ports. All i have to do is find out how to tunnel for a specific network device (or find another way to make it work).
 
Installing psSense let me run "ssh -fnN -R3389:192.168.8.10:3389 root@(aws server's ip)" to be able to RDP to my Windows Server (running on 192.168.8.10) from my aws ip. 192.168.8.1 is my virtual router. This setup seems to work perfectly and hopefully I can get a proxy working for a specific IP.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!