Hi all. I try to log usin ULOG and ulogd. When I sent tcp packet using netperf, ulogd (ulogd.syslogemu) get packet log only about 9 packet. iptable command line is here. # iptables -A INPUT -p tcp --dport 5001 -i eth3 -j ULOG --ulog-nlgroup 1 --ulog-cprange 40 --ulog-qthreshold 50 But when I set iptable without dport, ulogd can get all packet. # iptables -A INPUT -p tcp -i eth3 -j ULOG --ulog-nlgroup 1 --ulog-cprange 40 --ulog-qthreshold 50 >From the result when not specifying dport, ULOG seemed to work fine. Does someone know why ulogd cannot get all packet when specifying dport and how to config iptable. Thanks in advance. Yutaka yutaka_web@xxxxxxxxxxx