Displaying 1 result from an estimated 1 matches for "0101080a1164b780fffce724".
2011 Oct 26
1
[Bug 760] New: nf_ct_sip dropping SIP messages larger then MTU
...Oct 26 04:20:55 localhost kernel: nf_ct_sip: dropping packetIN=eth0 OUT=
MAC=f2:3c:91:df:ab:d8:88:43:e1:a3:fa:7f:08:00 SRC=85.17.179.184
DST=178.79.185.163 LEN=1500 TOS=0x00 PREC=0x00 TTL=53 ID=51082 DF PROTO=TCP
SPT=49812 DPT=5060 SEQ=3132246529 ACK=1040
110379 WINDOW=229 RES=0x00 ACK URGP=0 OPT (0101080A1164B780FFFCE724)
I suspect the following change to be the culprint:
http://lkml.indiana.edu/hypermail/linux/kernel/1106.0/00275.html
If the patch above is using data length on the TCP fragment and not the the
complete sip packet, the code is wrong. Note that SIP RFC 3261 explicitly
tells you to use TCP when...