From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 03:29:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EEE716A403 for ; Tue, 2 Jan 2007 03:29:36 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id DF11813C465 for ; Tue, 2 Jan 2007 03:29:35 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so6670434nfc for ; Mon, 01 Jan 2007 19:29:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Fnb8jSnAMjXwf+8Py7GGa/wldiTMxjSJbFQ8LQeSf2EPipvIS62siKkwK9WIir3zQvFhGIPsBHO/FUzNjz58FVtoMizr52L6GY8UUHeNGU2P+xjBmQ622mjAaBmMimZO3GQGCCjf3UxvDLLBYTEdB1z/B/38XEZqcLneKR85zOs= Received: by 10.78.204.1 with SMTP id b1mr4675153hug.1167708574751; Mon, 01 Jan 2007 19:29:34 -0800 (PST) Received: by 10.78.164.20 with HTTP; Mon, 1 Jan 2007 19:29:34 -0800 (PST) Message-ID: Date: Tue, 2 Jan 2007 06:29:34 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Ensel Sharon" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 623aed45296a9761 Cc: freebsd-questions@freebsd.org Subject: Re: is it possible to log in over ssh on a VERY SLOW link ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 03:29:36 -0000 On 1/2/07, Ensel Sharon wrote: > > Long story short: > > I have set a dummynet rate limit on a remote system to be 10 bits/s. > > This is, of course, ridiculously slow, and when I ssh to the system ssh > times out before it can negotiate a connection. > > The question I have is, is there any way I can set the ssh and/or tcp > connection settings on my local FreeBSD system so that I _could_ > successfully log in over ssh and run the 'ipfw del' command ? > > In pseudocode: "I don't care how slow it is, log in over ssh" > > Any ideas ? I'm afraid you'll have to consider that dummynet limit as just a deny rule. BTW, the pipe is already full, which is 50 packets by default, which probably is over 20Kb, which will take over 4 hours to get through. Can you even guarantee complete silence on the interface for 4 hours? Sorry.