[PVE-User] Console issue with reverse proxy.

Alexandre Kouznetsov alk at ondore.com
Wed Aug 27 02:19:23 CEST 2014


Hello.

El 26/08/14 18:19, Nick Dew escribió:
> How did you get the proxmox node to route the traffic back to the reverse
> proxy, i have everything else working i think but i don't know how to do
> that last step, i see the traffic leaving the reverse proxy server but
> nothing comes back.

The Proxmox node routes the traffic back to the reverse proxy because 
the reverse proxy host is the node's default route. The reverse proxy 
has the packet forwarding enabled and a firewall configured.

Think of that "Reverse proxy" it as a software router, that stands 
between the Internet and your internal network. It does SNAT on outgoing 
connections and DNAT for incoming VNC connections.
In addition to the routing and packets mangling stuff, this router has 
installed Nginx, that serves as reverse proxy to Proxmox Web GUI.

Start by setting up the software router with SNAT (everything form in to 
out) and DNAT (ports 5900:6000 forwarded to a chosen Proxmox node) 
capabilities. Then, set up Nginx to make the web GUI visible to outside.

Greetings.

-- 
Alexandre Kouznetsov




More information about the pve-user mailing list