subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
329 stars 55 forks source link

Network Filter #13

Closed moredure closed 6 years ago

moredure commented 6 years ago

Have you experiencing errors regarding nwfilter clean-traffic with CTRL_IP_LEARNING=any filter or any other related to arp and ip spoofing prevention with default network on ubuntu 16.04? While I am using clean-traffic vm cannot assign ip address from dhcp. I also trying to use examples from libvirt manual, but nothing works.

For example:


<interface type='bridge'>
  <source bridge='virbr0'/>
  <model type='virtio'/>
  <filterref filter='clean-traffic'/>
</interface>
moredure commented 6 years ago

Libvirt nwfilter ip learning works perfectly on ubuntu 18.04

subuk commented 6 years ago

Nice that you managed to get it work!