On Fri, Oct 21, 2016 at 8:56 PM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > On Fri, Oct 21, 2016 at 06:26:28PM +1100, Mathew Heard wrote: >> However under testing, in practice is not. As covered in the bug. >> >> Fields: CTA_IP_V4_DST, CTA_PROTOINFO_TCP_FLAGS_ORIGINAL & >> CTA_PROTOINFO_TCP_FLAGS_REPLY >> Result: "**.**.56.135: 10 3" > > From where are you printing this? userspace or kernel? > CTA_* comes from libnetfilter_conntrack, which is userspace. I have however also printk'ed flags in the kernel during testing and seen the same (further confirmed by the crude fix working). >> It's only being set on one side. I believe this is because the reply >> side flags are being set/initialised after the fact (i.e where they >> are initialised in that function for incoming connections would do it >> too). > > Please develop this a bit more. > > Is there anything we should know on your infrastructure? eg. kernel > and library version, what architecture you using? > > Asking this because I found an old report on problems on ARM that the > submitter never confirmed to be fixed. > > Thanks. AMD64 in both native (staging) and virtual (dev) environments. Originally we found this issue with incoming connections, however due to it being simpler to test I moved to testing outgoing. I hope this ASCII diagram survives the mail system. Test System: [NAT Router A] ----- | \_____ Conntrackd ______ Target Box | / [NAT Router B] ------ Target box connected via GRE (internal network range 10.x.x.x). Router A and B both with standard DNAT & SNAT rules to provide connectivity & port forwards. To test, I just change the route of an outgoing connection from Target Box on Target Box mid connection (i.e via using "ip rule") With TCP window tracking disabled using sysctl's, or with the crude patch this all works as expected. Without the patch, due to the tcp flags of the reply side not containing the correct flags, it does not. Inbound testing was tested similarly, but by moving BGP announcements between routers. I have also replicated the same results in our staging environment but thats substantially more complex. Regards, Mathew -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html