I used filters like clean-traffic. The filters are working, but I can not see the rules in iptables -L. How can I look through the rules?
Have you tried using the -t option to iptables? For example: iptables -t nat -L See man iptables for more details. -- Robin At Sat, 20 Nov 2010 13:42:36 +0300, Anton Gorlov wrote:> > I used filters like clean-traffic. The filters are working, but I can > not see the rules in iptables -L. How can I look through the rules? > > _______________________________________________ > libvirt-users mailing list > libvirt-users at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users >
On Sat, Nov 20, 2010 at 01:42:36PM +0300, Anton Gorlov wrote:> I used filters like clean-traffic. The filters are working, but I > can not see the rules in iptables -L. How can I look through the > rules?It uses ebtables for 95% of its functionality. See this doc for more info http://libvirt.org/firewall.html Daniel