Hello, Piotr!
I have an idea:
Now I am doing this in this way:
1) Install package ebtables
2) create rule for every virtual machine on all hosts:
ebtables -A FORWARD -i <vm_interface> -p IPv4 --ip-src '!' <vm_ip> -j DROP
For example:
ebtables -A FORWARD -i veth100.1 -p IPv4 --ip-src '!' 192.168.30.3 -j DROP
But I am doing this by hand.
are there any way to do this automatically?
I've heard that there is open source hooks module for ProxmoxCloud?
Is this true?:)
P.S. As I understand correctly, it is it:
http://www.docs.modulesgarden.com/Proxm ... stom_HooksBut my version is closed-sourced.
Where can I find opensource one?
Without open source these hooks are useless...
Or may be there are any examples of working code with this module?