Hi! I want to log incomming packets at PREROUTING. Packets destinated to a specific port on my box and with UDP protocol. Informations within those packets that I am interested of is TOS and TTL fields. I have been looking at ulog-acctd using the ULOG target in iptables, but this daemon does not logg TOS and TTL. Using LOG target in iptables will logg my packets among other syslog information. Isn't it correct? I want a seperate file for my loggs. I have also been looking at syslogd, but this seems to be complicated. Is there a way that I can logg information using LOG/ULOG target to a specific file, where there will only be my selected information that I later can grep? -Johan-