arptables

  1. S

    Live migration mac address release issue

    We are testing the live migration on 8.3.0 between both clusters and we're running into one issue we can't seem to find a good resolution to. Whenever we migrate a machine it can't pull networking because for some reason the arp table on the source is still holding on to the mac address. We've...
  2. L

    Block incoming ARP requests if destination ip is not part of ipfilter-net[n]

    Hey there, on a large PVE cluster all vms are flooded with many ARP Requests. (PVE 8.1.10 / Linux 6.5.13-3-pve) tcpdump -ennqti any arp ens18 B ifindex 2 88:30:37 Request who-has <redacted> tell <router-ip>, length 46 ens18 B ifindex 2 88:30:37 Request who-has <redacted> tell <router-ip>...
  3. R

    Filter incoming ARP requests

    Hi forum, I'm seeing a lot of ARP request packets ("who-has ... tell ...") in the guest VM, I suspect this is because of a larger VLAN and many unused IPs. Any solution to filter out the ARP broadcast packets flooding into VMs? I'm using PVE 7.4 in bridged mode. Thank you in advance.