I receive following error log:
ulogd [7821]: BADTCP:DROP IN=br0 OUT=br0 MAC=b4:01:0e:03:a6:95:22:21:e6:5f:af:aa:08:00 SRC=192.168.1.11 DST=98.139.183.24 LEN=52 TOS=00 PREC=0x00 TTL=127 ID=2599 DF PROTO=TCP SPT=59900 DPT=80 SEQ=1706148179 ACK=1305577627 WINDOW=4420 ACK URGP=0 MARK=0
I see the iptables log and understand that my request to site will be invalid tcp packet. I don't know why?
When I use iptables -I BADTCP_LOGDROP -j RETURN it will be good. BADTCP_LOGDROP is a chain for invalid packets.
How can I understand that what's the reason of TCP packet fault?
Thanks