17.11.2010 10:46, Osier Yang пишет:
> This filters working in kernel space or user?
it's based on iptables/ebtables, and also ip6tables in future.
so, it uses these tools in userspace, works with according
kernel module support, e.g. iptables_nat, ebtables, etc.
Hmm, I rebuild with libpcap
==
ldd `which virsh` | grep pcap
libpcap.so.0.8 => /usr/lib64/libpcap.so.0.8 (0x00007fb631f4b000)
==
guest start with no warnigs (<filterref filter='clean-traffic'/>).
iptables -L not show me rules with filtering. And dhcp-client on guest
not working. if I remove this filter dhcpclient working fine. Guest
with static ip (<host mac='52:54:00:43:67:e8' ip='192.168.122.26' />
in
default.xml)