From owner-freebsd-questions@FreeBSD.ORG Sun May 27 09:02:01 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 25A1D16A473 for ; Sun, 27 May 2007 09:02:01 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id DF63C13C448 for ; Sun, 27 May 2007 09:02:00 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id l4R91xAU065665; Sun, 27 May 2007 02:02:00 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "dbetts" , Date: Sun, 27 May 2007 02:03:22 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <465842CD.9010400@norden1.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 27 May 2007 02:02:00 -0700 (PDT) Cc: Subject: RE: This is a error message i receive when I try to install any pack using the package_add -r 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: Sun, 27 May 2007 09:02:01 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of dbetts > Sent: Saturday, May 26, 2007 7:23 AM > To: freebsd-questions@freebsd.org > Subject: RE:This is a error message i receive when I try to install any > pack using the package_add -r > > > It happens with every package. I am using ATT DSL with 2wire 2701HG-B > Gateway. > I have checked all my settings on the firewall and I am able to FTP into > the server and FTP out from all my other workstations on my network. > This started after I switched to ATT. I called ATT and had them check > everything and of course nothing was wrong at there end. I think what is going on is ATT is using PPP mode DSL and is using a MTU size less than 1500, and ICMP is blocked between you and the FTP server. I assume you have the DSL PPP terminated on the 2wire modem? And your using the NAT inside of the 2wire? If so, switch the 2wire into bridged mode and terminate the PPPoE session on the BSD box. Ted