How openstack implement VIP on instance to block instance create VIP ?
I have 2 instance in Openstack services. I want to created VIP between 2 instance and i did it already I also pair the port on Openstack so that VIP can work
I wonder how Openstack implement the port and IP on instance to stop it create VIP freely without support from Openstack manager
Probably via netfilter (iptables command).