Hi guys, Currently I have 2 rules: iptables -A INPUT -j QUEUE iptables -A OUTPUT -j QUEUE I also have a libipq program.... I get the packets fine with the program, except the IP id is messed up. The IP header ID always seems to be the ID of the previous packet... not the current one. Everything else looks ok, except the IP header ID... Any ideas?