From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 07:05:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C39DA7B4 for ; Wed, 15 Oct 2014 07:05:26 +0000 (UTC) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97BF890C for ; Wed, 15 Oct 2014 07:05:26 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id ar1so613551iec.24 for ; Wed, 15 Oct 2014 00:05:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=47T1b0F5VH6uqDIEJvWfRyeZnIfsyYqMel0xjdRhNjk=; b=QWI3EbyIPOMiopgt8z8TP5wlN5/hQf/NNZ2AxXHgq9IcZGkhZvpvYtjuXfdz7ylCWE ciY8BCsGg7zMHFa3jyQGbw2HjgevtUGBU6q8TVdB1RHCOmzHH2lWMh2Ny9D6Q3tzNqAK ODJl9XfU9Cyga9WSU/MEBFlq4F8BvEtTL67OlIE0Os+cdRRBpFCHeA/pQzVdx4lkl/Nt olBQOF5unuMTURsU8IEW1dHzyn0lVybSq5N9PP3akgaQyjLUxKFXiCwUGNb1peP7jZ/4 V10MpHQDLQ4MxwOSS2jp+14IRqTj64pId/HBSdojh7D/LbgSQhmrLzzbTJTycXG3W5nL 2Bbw== MIME-Version: 1.0 X-Received: by 10.107.133.170 with SMTP id p42mr7419528ioi.7.1413356726026; Wed, 15 Oct 2014 00:05:26 -0700 (PDT) Received: by 10.42.37.13 with HTTP; Wed, 15 Oct 2014 00:05:25 -0700 (PDT) Date: Wed, 15 Oct 2014 00:05:25 -0700 Message-ID: Subject: scp large file: broken pipe + Limiting closed port RST response From: Chris Stankevitz To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 07:05:26 -0000 Hello, Regarding this setup: - two identical computers with Intel I350 gigabit ethernet - single ethernet cable connects both computers - one computer using scp to copy a 500 GB file to the other (~100 MB/sec) - 9.2-RELEASE-p10 (FreeNAS) - scp -o NoneSwitch=yes -o NoneEnabled=yes /path/to/file root@10.1.1.2:/path/to/file 1. Why does the scp connection fail ~10 minutes into the transfer with "broken pipe"? 2. Why does this transfer generate log entries like the following: Limiting closed port RST response from 1235 to 200 packets/sec Limiting closed port RST response from 1288 to 200 packets/sec Limiting closed port RST response from 1298 to 200 packets/sec Limiting closed port RST response from 759 to 200 packets/sec Limiting closed port RST response from 293 to 200 packets/sec 3. Could (1) and (2) be related? Thank you, Chris