IPTables Version: 1.3.6 running on Debian Etch Kernel Version: 2.6.18.8.xs5.5.0.13.442 I'm having some issues capturing outgoing DNS traffic, I've tried capturing it by means of both sport and dport, but the rules simply don't get triggered, instead they get logged by my logfile trying to catch anything i've missed. An example of this: pkts bytes target prot opt in out source destination 0 0 ACCEPT udp -- any eth0 anywhere anywhere udp dpt:domain Logs: Dec 9 12:16:48 vps kernel: IN= OUT=eth0 SRC=a.b.c.d DST=80.247.205.5 LEN=63 TOS=0x00 PREC=0x00 TTL=64 ID=61646 DF PROTO=UDP SPT=33702 DPT=53 LEN=43 Dec 9 12:16:53 vps kernel: IN= OUT=eth0 SRC=a.b.c.d DST=212.79.236.165 LEN=63 TOS=0x00 PREC=0x00 TTL=64 ID=62146 DF PROTO=UDP SPT=33703 DPT=53 LEN=43 Anyone got any idea what might be causing this? -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html