-
xmerlinIn recent months, I have seen changes to add promisc support to viona (for example illumos#14716). Has the issue with supporting mechanisms like CARP or VRRP been resolved after the adoption of viona?
-
jinni
-
sjorgexmerlin: for me they have not
-
sjorgethe VM still sees traffic for all vlans in the nic the vnic is on
-
sjorgeso having 2 vnic's in different vlans on the same underlaying nic resulted in weird duplicate traffic according to the vm's OS
-
sjorgebecause it saw the same traffic for both carp vips on both vnics
-
xmerlin:(
-
xmerlinit's not a secondary feature, this bug prevent every firewall / vm in HA
-
sjorgeI think Patrick or Andy at some point explained it that this is because when entering promisc on the viona nic, it puts the underlying nic into promisc mode and forwards all traffic it sees to the vnic
-
sjorgeI think on stuff like vmware it works differently because the VM only sees the traffic for the vlan of the vmxnet adaptor
-
sjorgeI got closeish by adding the CARP mac as a secondary-mac to the vnic, but it still had issues because CARP puts the NIC in the VM in promisc mode so that didn't help
-
sjorgei also think there were some issues with zones on the same host that was backup
-
xmerlinsjorge, putting two instances on two hosts is acceptable ...some times ago I've tested also vrrp in zones as described in the wiki but it doesn't work as expected ...so it looks like a regression