From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 15:16:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2081716A41F for ; Mon, 25 Jul 2005 15:16:56 +0000 (GMT) (envelope-from lists@interpool.ca) Received: from simmts7-srv.bellnexxia.net (simmts7.bellnexxia.net [206.47.199.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8959443D45 for ; Mon, 25 Jul 2005 15:16:55 +0000 (GMT) (envelope-from lists@interpool.ca) Received: from interpool.homeunix.com ([70.48.235.180]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20050725151651.XROU23474.simmts7-srv.bellnexxia.net@interpool.homeunix.com>; Mon, 25 Jul 2005 11:16:51 -0400 Date: Mon, 25 Jul 2005 11:16:52 -0400 From: Gerry Freymann To: freebsd-questions@freebsd.org Message-Id: <20050725111652.2aeb0f6d.lists@interpool.ca> In-Reply-To: <42E5005D.1060805@mediamill.co.za> References: <42E5005D.1060805@mediamill.co.za> Organization: Interpool Development www.interpool.ca X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd4.11) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: lists@mediamill.co.za Subject: Re: change mediaopt of NIC to full-duplex 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: Mon, 25 Jul 2005 15:16:56 -0000 On Mon, 25 Jul 2005 17:08:13 +0200 Gavin McDougall wrote: >I need to set my network cards (Intel Pro 1000) to full-duplex. >I tried using ifconfig with the mediaopt option which worked, but only >temporarily. Temporarily? because you restarted your system? Add the mediaopt option to /etc/rc.conf on your ifconfig_XXX line. Regards, -gerry