From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 05:42:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90A516A4CE for ; Tue, 20 Jan 2004 05:42:59 -0800 (PST) Received: from bart.esiee.fr (bart.esiee.fr [147.215.1.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC8F43D48 for ; Tue, 20 Jan 2004 05:42:58 -0800 (PST) (envelope-from frank@bart.esiee.fr) Received: from bart.esiee.fr (localhost.esiee.fr [127.0.0.1]) by bart.esiee.fr (8.12.10/8.12.7) with ESMTP id i0KDgnkU019699; Tue, 20 Jan 2004 14:42:49 +0100 (MET) Received: (from frank@localhost) by bart.esiee.fr (8.12.10/8.12.7/Submit) id i0KDgnK3019698; Tue, 20 Jan 2004 14:42:49 +0100 (MET) Date: Tue, 20 Jan 2004 14:42:49 +0100 From: Frank To: Rob Message-ID: <20040120144249.A19684@bart.esiee.fr> References: <20040120104645.A18458@bart.esiee.fr> <000601c3df3d$0da56c90$a4b826cb@goo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000601c3df3d$0da56c90$a4b826cb@goo>; from listone@deathbeforedecaf.net on Tue, Jan 20, 2004 at 08:36:19PM +1030 cc: freebsd-questions@freebsd.org Subject: Re: how to force network interface ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 13:42:59 -0000 On Tue, Jan 20, 2004 at 08:36:19PM +1030, Rob wrote: > >From reading ifconfig(8) and bge(4), it looks like you should add > > mediaopt full-duplex > > to the end of your ifconfig_bge0 entry in /etc/rc.conf. > Well this doesn't seems to work it seems to break the interface and I cannot ping the machine anymore. removing the option make things goes better BUT it is set to HALF DUPLEX again ( aargh )