Received: by 2002:a05:6a10:2726:0:0:0:0 with SMTP id ib38csp2403052pxb; Sun, 3 Apr 2022 05:47:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZNPpKJe/s995H1QaWjbBREpdmLKWprNvGYDhOzjbnK3Ft6pTuGeCbiPQQuJeMTwVt/2ue X-Received: by 2002:a17:902:e8d1:b0:156:5651:777 with SMTP id v17-20020a170902e8d100b0015656510777mr16437968plg.65.1648990040506; Sun, 03 Apr 2022 05:47:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1648990040; cv=none; d=google.com; s=arc-20160816; b=MJZw3SLpiIxxrVoz+/Z9Bihk2TyHMD1aiFfsEo5QbKLo8hbNBrtf0yR0RR8rUabiWX 39HSVKTBeSnkxolY28jlZSOWsEBGHxrp8X6tMomKyyKMUChu5CZT8SP6g2JRhwe4wmEa vtiMOktm6lfpdOTG8MQ+r6XLBG2yo0LoLAAd0IFryQujyLPuU3nDc2KHBB1GP0wGsvy/ z4SAKD/tQRIQrjgOrmD9kw/ilqbS7G47U8PkazaUs09pa2UCl0qH5HE75Y6kuusTeDzS rBzWrwwhKdF+udsv7iI0TKgDqXzyiXbcTtFYhva4rH33mXyMa04DqbVTHsAn1wlWWvYf nLng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :organization:from:references:cc:to:content-language:subject :user-agent:mime-version:date:message-id; bh=TqDirEeI5SPZ/qYgoWhiwOFH2v2sXoDDSoSbvUkaJeM=; b=LcPI189dHJJlN1NdyccYbaYnu6DuTByx0InSOGG3JYZzO3bihdlIPyXAvwNlwvsUwt XADFjLmGfE96VCw1NMJEjj7sAeGMpXJ1h3RvBwITbwKFVdedWE7ouHgh5QOCm0vGqJnZ Ws2yzUEcsIZwwnlk29qrNe3FrH+GOTvXbsSYloIoiSinjMLaK/clLEL2RH+a9CXSYiqh o/iyKGTYqG3I9xdSuqbk1NdfvEM3tX38jUkUz5GQDz0Svf3fabkmNyHTtX59L1etv3tu d9fzvl9Ff+eKgA0frmLmyFRIm9MqGYMEHwU/Ycz3dcWOGIHxKkGRBm9fBEE5hxJnZyTY 3lOA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=uls.co.za Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id l12-20020a056a00140c00b004fa5a66305esi7479674pfu.36.2022.04.03.05.47.07; Sun, 03 Apr 2022 05:47:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=uls.co.za Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345571AbiDBVxj (ORCPT + 99 others); Sat, 2 Apr 2022 17:53:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233305AbiDBVxh (ORCPT ); Sat, 2 Apr 2022 17:53:37 -0400 Received: from uriel.iewc.co.za (uriel.iewc.co.za [IPv6:2c0f:f720:0:3:d6ae:52ff:feb8:f27b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63BF21FA60; Sat, 2 Apr 2022 14:51:41 -0700 (PDT) Received: from [2c0f:f720:fe16:c400::1] (helo=tauri.local.uls.co.za) by uriel.iewc.co.za with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nalej-0000AW-Q1; Sat, 02 Apr 2022 23:51:37 +0200 Received: from [192.168.42.201] by tauri.local.uls.co.za with esmtp (Exim 4.94.2) (envelope-from ) id 1nalei-0001Pv-Ao; Sat, 02 Apr 2022 23:51:36 +0200 Message-ID: Date: Sat, 2 Apr 2022 23:51:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: linux 5.17.1 disregarding ACK values resulting in stalled TCP connections Content-Language: en-GB To: Florian Westphal Cc: Neal Cardwell , Eric Dumazet , LKML , Netdev , Yuchung Cheng , Wei Wang References: <10c1e561-8f01-784f-c4f4-a7c551de0644@uls.co.za> <5f1bbeb2-efe4-0b10-bc76-37eff30ea905@uls.co.za> <429dd56b-8a6c-518f-ccb4-fa5beae30953@uls.co.za> <20220402141410.GE28321@breakpoint.cc> From: Jaco Kroon Organization: Ultimate Linux Solutions (Pty) Ltd In-Reply-To: <20220402141410.GE28321@breakpoint.cc> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Florian, On 2022/04/02 16:14, Florian Westphal wrote: > Jaco Kroon wrote: >> Including sysctl net.netfilter.nf_conntrack_log_invalid=6- which >> generates lots of logs, something specific I should be looking for?  I >> suspect these relate: >> >> [Sat Apr  2 10:31:53 2022] nf_ct_proto_6: SEQ is over the upper bound >> (over the window of the receiver) IN= OUT=bond0 >> SRC=2c0f:f720:0000:0003:d6ae:52ff:feb8:f27b >> DST=2a00:1450:400c:0c08:0000:0000:0000:001a LEN=2928 TC=0 HOPLIMIT=64 >> FLOWLBL=867133 PROTO=TCP SPT=48920 DPT=25 SEQ=2689938314 ACK=4200412020 >> WINDOW=447 RES=0x00 ACK PSH URGP=0 OPT (0101080A2F36C1C120EDFB91) UID=8 >> GID=12 > I thought this had "liberal mode" enabled for tcp conntrack? > The above implies its off. We have liberal on the core firewalls, not on the endpoints ... yes, we do double firewall :). So the firewalls into the subnets has liberal mode (which really was an oversight when axing conntrackd), but the servers themselves do not. Kind Regards, Jaco