Hello,
yesterday I moved my proxmox VMs to a new Proxmox Server with the only difference being, that the old Proxmox hat v6.1 and the one I transferred the VMs to is on v6.2.
I use a reverse proxy to access my services (pfSense, Proxmox Webinterface, Webmail,...). I have a VM which is hosting docker and the nginx reverse proxy.
The reverse proxy is working in order for all the services except for Proxmox. The configuration did not change and it worked before on the Server with the older version of proxmox.
I did a tcpdump on the Proxmox Host, to check if the connection is even coming through. But it looks like there is something wrong:
10.10.45.1 = Docker Host -> 10.10.0.1 = Proxmox Host
Am I missing any configuration in the Proxmox Server which doesnt allow me to connect through the reverse proxy?
yesterday I moved my proxmox VMs to a new Proxmox Server with the only difference being, that the old Proxmox hat v6.1 and the one I transferred the VMs to is on v6.2.
I use a reverse proxy to access my services (pfSense, Proxmox Webinterface, Webmail,...). I have a VM which is hosting docker and the nginx reverse proxy.
The reverse proxy is working in order for all the services except for Proxmox. The configuration did not change and it worked before on the Server with the older version of proxmox.
I did a tcpdump on the Proxmox Host, to check if the connection is even coming through. But it looks like there is something wrong:
Code:
10.10.45.1.48228 > pmx.8006: Flags [S], cksum 0x4144 (incorrect -> 0x3086), seq 3027134887, win 29200, options [mss 1460,sackOK,TS val 3137056663 ecr 0,nop,wscale 7], length 0
10.10.45.1 = Docker Host -> 10.10.0.1 = Proxmox Host
Am I missing any configuration in the Proxmox Server which doesnt allow me to connect through the reverse proxy?