RuntimeError:nfq_bind_pf期间出错

时间:2014-12-10 00:04:23

标签: python linux networking iptables

当我尝试使用python-nfqueue时,我收到以下错误。我的代码是

import logging

l=logging.getLogger("scapy.runtime")
l.setLevel(49)

import os,sys,nfqueue,socket
from scapy.all import *

q = nfqueue.queue()
    q.open()
    q.bind(socket.AF_INET)

我在最后一行的nfq_bind_pf期间遇到一个RuntimeError:错误。我使用的是python 2.7和Ubuntu 12.04。还

cat /proc/net/netfilter/nf_queue

返回

0 NONE

1 NONE

2 nf_queue

3 NONE

0 个答案:

没有答案