Seems to be for a game called soldat (http://www.soldat.prv.pl/) Reference: http://www.udpsoft.com/forum/printpage.cgi?forum=1&topic=840 -----Original Message----- From: Czezz [mailto:czezz@xxxxx] Sent: Thursday, October 16, 2003 11:41 AM To: netfilter@xxxxxxxxxxxxxxxxxxx Subject: UnhandledForward Hello everyone, here is my question: I added this line to my rc.firewall iptables -A FORWARD -i eth1 -j LOG --log-prefix "IPT:UnhandledForward:" to check why I cant connect to some server...and in syslog it received me this: Oct 16 19:05:59 slack kernel: IPT:UnhandledForward:IN=eth1 OUT=ppp0 SRC=192.168.1.251 DST=62.111.129.3 LEN=36 TOS=0x00 PREC=0x00 TTL=127 ID=17885 PROTO=UDP SPT=23083 DPT=13073 LEN=16 Oct 16 19:07:44 slack kernel: IPT:UnhandledForward:IN=eth1 OUT=ppp0 SRC=192.168.1.251 DST=62.111.129.3 LEN=36 TOS=0x00 PREC=0x00 TTL=127 ID=18107 PROTO=UDP SPT=23083 DPT=13073 LEN=16 Oct 16 19:10:27 slack kernel: IPT:UnhandledForward:IN=eth1 OUT=ppp0 SRC=192.168.1.251 DST=62.111.129.3 LEN=36 TOS=0x00 PREC=0x00 TTL=127 ID=18888 PROTO=UDP SPT=23083 DPT=13073 LEN=16 Oct 16 19:11:08 slack kernel: IPT:UnhandledForward:IN=eth1 OUT=ppp0 SRC=192.168.1.251 DST=62.111.129.3 LEN=36 TOS=0x00 PREC=0x00 TTL=127 ID=19078 PROTO=UDP SPT=23083 DPT=13073 LEN=16 Does anyone can help my to analize this lines above and maybe give my some hint? -- Best regards,