'_gateway'or 'ipaddress of gateway' ARP response reported by 'arp -a' on the VM differs between the working and non-working VMs that have the same default gateway:VM A's output might look like:
_gateway 192.##.##.1 at <04:50:56:##:##:ff> [ether] on <interfacename>
VM B's output might look like:
Interface: <192.0.2.##> -- <hexnumber>
Internet Address Physical Address
192.##.##.1 04:50:56:##:##:aa
Two different VMs/devices on your network are broadcasting arp responses for the gateway IP indicating an IP conflict between the two devices. VM's grab the fastest response. The VM's that get the MAC address from the actual gateway work. The ones getting the response from the other device will fail.
Notes: