--- Begin Message ---
- Subject: Questions about the netfilter_queue
- From: lising <xing.starwill@xxxxxxxxx>
- Date: Thu, 26 Jul 2007 18:25:17 +0800
hi,
I wrote some code to parse the packets captured by the
netfilter_queue. I used the following the iptables rules on my PC:
iptables -A OUTPUT -p tcp --dport ${PORT} -j NFQUEUE --queue-num 0
iptables -A INPUT -p tcp --sport ${PORT} -j NFQUEUE --queue-num 0
When I try to transfer a file about 500M to the server, after several
seconds, the capturing process can't capture any more packets.
Do you all encounter the same problem? Thanks a lot.
Lixing
July.26 2007
--- End Message ---