From owner-freebsd-questions@FreeBSD.ORG Thu Feb 15 10:29:15 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 62BAA16A401 for ; Thu, 15 Feb 2007 10:29:15 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id 2729F13C49D for ; Thu, 15 Feb 2007 10:29:14 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so620266wxc for ; Thu, 15 Feb 2007 02:29:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eVdfts3c8ZLiTwaLPllpz0XqMoxLLWZAQw84UsY8Ozb+AeAWXqdOZZqPls2KnoKVG1OhHQ57ZjAtOket/SfTbvfsrYWL7PdVZYlw2r4MOJfodtbWTwqh4xkzH4gobmlO2tdmjHL1vcoA4ZpN3ktbBsVJcD7o9BNxtzt3ZaUGIJM= Received: by 10.70.87.5 with SMTP id k5mr2631714wxb.1171535354136; Thu, 15 Feb 2007 02:29:14 -0800 (PST) Received: by 10.70.14.15 with HTTP; Thu, 15 Feb 2007 02:29:14 -0800 (PST) Message-ID: <14989d6e0702150229p35b6e597s33af12d986480f8c@mail.gmail.com> Date: Thu, 15 Feb 2007 11:29:14 +0100 From: "Christian Walther" To: "Thomas Sparrevohn" In-Reply-To: <887050.9404.qm@web86605.mail.ird.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <887050.9404.qm@web86605.mail.ird.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Fw: [Fwd: Re: A bit of a silly question - but I am desperate] 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: Thu, 15 Feb 2007 10:29:15 -0000 On 15/02/07, Thomas Sparrevohn wrote: > I try questions ;-) > > > ----- Forwarded Message ---- > From: Garrett Cooper > To: freebsd-ports@freebsd.org > Sent: Thursday, 15 February, 2007 2:45:20 AM > Subject: [Fwd: Re: A bit of a silly question - but I am desperate] > [...] > > Using a ADSL router with NAT and firewall settings (Open on http/https and > > outgoings) there was some setting I used to get "fetch http://{whatever}"; to > > work and I cannot remember what it was - The firewall settings has not > > changed - but every time I trying to get anything using "fetch > > http://{bla,bla}"; nothing come over - connection is fine > > > > Can anybody help? Lets give it a try... ;-) Check the MTU size on your new machine with the MTU set on your firewall/DSL router. I remember that I had a similar problem years ago: The ppp-Device connecting to my ISP used a different MTU from my LAN, so that big packets where dropped when they were received. But the connection to the target host was opened, and small files (e.g. index.html on some sites) were transferred successfully. HTH Christian