Proxmox v3.4 nodes in a cluster. I'm attempting to use pve-firewall to secure access to the nodes.
Nodes are on 10.10.10.1 and 10.10.10.2. I'm attempting to manage cluster from another machine on 10.10.2.1.
I've enabled the firewall as per https://pve.proxmox.com/wiki/Proxmox_VE_Firewall and wish to add the entire 10.10.0.0/16 to "management" IPSET.
So my cluster.fw look like this
I'm able to use the web interface and SSH into all cluster nodes. But starting a VM fails. The VM icon changes to "white" and VM status is "running" but after a while the task fails with
TASK ERROR: start failed: command '/usr/bin/kvm -id 101 ...[snipped]... failed: got timeout
Attempting to use NoVNC while a VM is being started causes its window to stall at "Starting VNC handshake" message. Notice that it doesn't say "Failed to connect to server (code: 1006)" so the VM is being started?
Accessing other, already running VMs, with NoVNC works just fine. I'm able to STOP already running VMs. Once I try to start them, same issue occurs.
Once I disable pve-firewall, I am able start VMs again.
Nodes are on 10.10.10.1 and 10.10.10.2. I'm attempting to manage cluster from another machine on 10.10.2.1.
I've enabled the firewall as per https://pve.proxmox.com/wiki/Proxmox_VE_Firewall and wish to add the entire 10.10.0.0/16 to "management" IPSET.
So my cluster.fw look like this
Code:
[OPTIONS]
# enable firewall (cluster wide setting, default is disabled)
enable: 1
[IPSET management]
10.10.0.0/16
I'm able to use the web interface and SSH into all cluster nodes. But starting a VM fails. The VM icon changes to "white" and VM status is "running" but after a while the task fails with
TASK ERROR: start failed: command '/usr/bin/kvm -id 101 ...[snipped]... failed: got timeout
Attempting to use NoVNC while a VM is being started causes its window to stall at "Starting VNC handshake" message. Notice that it doesn't say "Failed to connect to server (code: 1006)" so the VM is being started?
Accessing other, already running VMs, with NoVNC works just fine. I'm able to STOP already running VMs. Once I try to start them, same issue occurs.
Once I disable pve-firewall, I am able start VMs again.
Last edited: