From owner-freebsd-net@FreeBSD.ORG Fri Apr 29 00:34:58 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C41B16A4DB for ; Fri, 29 Apr 2005 00:34:58 +0000 (GMT) Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D5A43D31 for ; Fri, 29 Apr 2005 00:34:58 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98])j3T0YvCe094326; Thu, 28 Apr 2005 17:34:57 -0700 (PDT) Date: Fri, 29 Apr 2005 09:34:57 +0900 Message-ID: From: gnn@freebsd.org To: Christopher Chan In-Reply-To: <10d309e505042816165403ee10@mail.gmail.com> References: <10d309e505042816156d1380d2@mail.gmail.com> <10d309e505042816165403ee10@mail.gmail.com> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3.50 (powerpc-apple-darwin7.7.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: FreeBSD Router Trouble X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 00:34:58 -0000 At Thu, 28 Apr 2005 18:16:03 -0500, Christopher Chan wrote: > Can you provide much needed assistance? I have successfully setup a > FreeBSD Router, but unfortunately it's connectivity is quite buggy. > > As per the traditional setup of a router, there are two ethernet > cards: rl0 and de0. > While the LAN is connected to the de0, the WAN is connected to rl0. > > After 1MB or so worth of data transfer though the connection slows > down dramatically. Members of the LAN upon pinging the FreeBSD gateway > gets times as slow as 7 seconds per a packet. > When ifconfig de0 down and up, the connection is restored back to normal. > > Can anyone provide me with a solution to this problem? First, which release are you using? Then, can you provide us with output of: 1) The output of ifconfig rl0 and ifconfig de0 2) netstat -i 3) netstat -m 4) netstat -r That would be a good start so people could get a better picture of the state of the machine when its having problems. Also, what is de0 actually hooked up to? A hub? A DSL router? Thanks, George