I've got two VM's, both are FreeBSD.
/etc/network/interfaces
Each VM got virtio bridge nic to vmbr4. Firewall is disabled on the node. Both nic's have different mac addresses. I can ping host ip 10.1.11.3 from both vms, and i can ping both vms from host, but i cannot ping vm2 from vm1 and in backward. There is no additional firewall rules on vm's.
Maybe somebody know what it could be?
/etc/network/interfaces
Code:
auto vmbr4
iface vmbr4 inet static
address 10.1.11.3
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
Each VM got virtio bridge nic to vmbr4. Firewall is disabled on the node. Both nic's have different mac addresses. I can ping host ip 10.1.11.3 from both vms, and i can ping both vms from host, but i cannot ping vm2 from vm1 and in backward. There is no additional firewall rules on vm's.
Maybe somebody know what it could be?
Last edited: