<br><br><div class="gmail_quote">2013/2/3 zorg <span dir="ltr"><<a href="mailto:zorg@probesys.com" target="_blank">zorg@probesys.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

HI<br>
I have 15 vm (libvirt + kvm) with a network brigde and ip address like<br>
<br>
192.168.0.1 VM1<br>
192.168.0.2 VM2<br>
192.168.0.3 VM3<br>
.....<br>
<br>
The vm are use by other people and I want to be sure that if someone change the ip of VM3 to 192.168.0.1 it will filter it network traffic for him and can't flood the VM1<br>
<br>
<br>
What the best way to achieve this<br>
<br>
Hope I m clear enough<br>
<br></blockquote><div>you can have a look at <a href="http://libvirt.org/formatnwfilter.html">http://libvirt.org/formatnwfilter.html</a>  and try to use </div><pre style="border:1px solid rgb(153,153,153);background-color:rgb(238,238,238);padding:1em">

<filterref filter='clean-traffic'> </pre><div><span style="background-color:rgb(238,238,238)">        <parameter name='IP' value='10.0.0.1'/></span></div><div>parameter name=IP to control the ip address. </div>

</div>