Re: Disabling security groups

2020-05-26 Thread nux
Ah, right. I don't believe you can do this yet, not with SG zone at least. One thought, in 4.14 (released today) there is a new feature though called "KVM agent hooks". From what I understand it should be possible to run a script that would maybe clear the SG for the VM. https://github.com/ap

Re: Disabling security groups

2020-05-26 Thread Fariborz Navidan
I would like to deploy some VMs with L2 network so their IPs are not restricted by their MAC addresses. This allows to deploy MAC-free VMs. The purpose of using this is to use linux's virtual IP where a single IP can float between multiple VMs to implement a network-level load balancing and high-av

Re: Disabling security groups

2020-05-26 Thread nux
Actually perhaps this new feature in 4.14 can be of help! https://github.com/apache/cloudstack/pull/3639 On 2020-05-26 10:34, n...@li.nux.ro wrote: Hi, I don't think so, that would be lovely, but the feature is missing afaik. Do you want to add a private network to your VMs? On 2020-05-25

Re: Disabling security groups

2020-05-26 Thread nux
Hi, I don't think so, that would be lovely, but the feature is missing afaik. Do you want to add a private network to your VMs? On 2020-05-25 17:31, Fariborz Navidan wrote: Hello, Is there any way to disable security groups in an advanced zone so we can adda L2 Network? Thanks

Disabling security groups

2020-05-25 Thread Fariborz Navidan
Hello, Is there any way to disable security groups in an advanced zone so we can adda L2 Network? Thanks