I've installed a Ubuntu 16.04 server vm on a node in my cluster but for some reason it's isolated from everyone and I can't ping it even from the node it's located on. when I run tcpdump it shows that the ARP request for the host is looping and can't find it.
Node IP: 172.16.17.120
VM IP 172.16.17.148
ip addr
/etc/network/interfaces
VM network interface config
Also when I start running the vm I receive an error message saying "failed to run vncproxy" , but the machine starts fine. Is there a connection?
EDIT: I'm still trying to troubleshoot and created another VM inside the same node and these two can ping each other. Trying to tcpdump on the interface on the node where the vm is located i see no traffic from these nodes despite them being bridged to this interface.
Node IP: 172.16.17.120
VM IP 172.16.17.148
ip addr
/etc/network/interfaces
VM network interface config
Also when I start running the vm I receive an error message saying "failed to run vncproxy" , but the machine starts fine. Is there a connection?
EDIT: I'm still trying to troubleshoot and created another VM inside the same node and these two can ping each other. Trying to tcpdump on the interface on the node where the vm is located i see no traffic from these nodes despite them being bridged to this interface.
Last edited: