> can you point me to how can loggin only new connections > any docs or examples will be helpfull iptables -t filter -A FORWARD -i $INet -o $LAN -m state --state NEW -j LOG Grant. . . .