I try to use the firewall NuFW but he receive nothing . Indeed, netfilter send directly my requests on the Internet even if it's request forbidden by my ACL on NuFW. However, I run this command:
- Code: Select all
iptables -A OUTPUT -o any -j NFQUEUE
So, all my requests must be transmit on NFQUEUE. But when I run iptables -L -v I see that all my requests are in the policy accept and not in the line of NFQUEUE just added
Where is the problem?
Thanks!
PS; My appologies if my english i approximate, I'm french.