How can i limit Xen VMs so that they only work with some specified IPs?
Eg.: vm01 should have IP 192.168.0.2. If it tries to change to another IP, it will simply not work and vm will lose connectivity.
Something like it's done on EC2, they surely limit so you can only assign your own ips.
Thanks.