Search results

  1. R

    ebtables custom filter lost

    Hi guys, I have add some test filter to ebtables but It always gets lost after a few seconds, why is that ? root@V-NODE-5:~# ebtables -N tap10115i0-INT-ARP ebtables -I tap10115i0-INT-ARP -p ARP --arp-ip-dst 192.168.1.12 -j RETURN ebtables -I tap10115i0-INT-ARP -j DROP root@V-NODE-5:~#...
  2. R

    Filter ARP request

    Hi guys how to filter ARP request in proxmox? I also read this port https://forum.proxmox.com/threads/filter-arp.34973/ but no luck I see there a lot of ARP request between VMs something like this 8:21:36.874382 ARP, Request who-has 192.168.1.215 tell 192.168.1.1, length 46 08:21:36.874705...
  3. R

    delete node from cluster proxmox problem

    Hello, I messed up a node so I need to format the node so want to delete the node from cluster and do a clean proxmox install then join the cluster again. When I search from Google https://cyberbakery.net/how-to-remove-a-proxmox-cluster-node/ Are the following 3 true? because I want to join...
  4. R

    TASK ERROR: clone failed: disk image '/var/lib/vz/images/10088/vm-10088-cloudinit.qcow2' already exists

    Hello, Today I see After destroy a vm then trying to clone a new VM take the same vmid got this error, looks like when destroy a vm did not cleanup the old vm directory. create full clone of drive ide0 (local:126/vm-126-cloudinit.qcow2) TASK ERROR: clone failed: disk image...
  5. R

    List backups slow

    Hi guys, I have add a NFS storage for backup but in GUI to list backup files very slow and sometimes got error 'Connection timed out (596)', But I also check in shell console to list nfs directory is very fast.
  6. R

    Does pvesh set and create support JSON

    Hello, I know pvesh create can use parameter pvesh create /nodes/{node}/lxc -vmid 100 -hostname test -storage local \ -password supersecret \ -ostemplate local:vztmpl/debian-9.0-standard_9.5-1_amd64.tar.gz \...
  7. R

    EDAC-Utils shows incomplete information in Proxmox 7.1

    Hi Guys, I have noticed that whilst before installing Proxmox 7.1, the edac-utils -v command was showing information about all the memory modules, since I installed Proxmox, I can no loner see information for each memory module same as...
  8. R

    Offline migration for KVM virtual machine very slow

    Hi Guys, I dot not use any share storage I'm trying to migrate a virtual machine to another host but it's very slow (Offline mode). My virtual machine has a 20GB disk(QCOW2) usage is about 3GB in real but take about 15 minutes to complete this migration I see the NIC run at 11.7 MB/s, on...