ARP Req to virtual machines
Posted: 21. Aug 2020, 02:52
Hi,
I'm running Linux VM's on a Windows machine. These VM's are connected to the network through Bridged Networking. They form a Kubernetes cluster with a deployment that enable "publishing" services outside of the cluster (Service LoadBalancing). One of the modes that enables this to work is layer2 which basically allows to answer to ARP requests. I know that my service is working as I can connect to this "external" service when sitting on a VM. But outside the Virtualbox environment (on the same layer2 network, though), I do not get my ARP requests answered.
Is there a way I can enable this?
Thanks,
Christian
I'm running Linux VM's on a Windows machine. These VM's are connected to the network through Bridged Networking. They form a Kubernetes cluster with a deployment that enable "publishing" services outside of the cluster (Service LoadBalancing). One of the modes that enables this to work is layer2 which basically allows to answer to ARP requests. I know that my service is working as I can connect to this "external" service when sitting on a VM. But outside the Virtualbox environment (on the same layer2 network, though), I do not get my ARP requests answered.
Is there a way I can enable this?
Thanks,
Christian