From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 15:17:38 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 F1FA816A41F for ; Mon, 25 Jul 2005 15:17:38 +0000 (GMT) (envelope-from tobias.fendin@telia.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BF743D46 for ; Mon, 25 Jul 2005 15:17:38 +0000 (GMT) (envelope-from tobias.fendin@telia.com) Received: from [192.168.1.6] (81.229.46.22) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) (authenticated as u18317830) id 42B937170053D838 for freebsd-questions@freebsd.org; Mon, 25 Jul 2005 17:17:37 +0200 Message-ID: <42E5028C.4080800@telia.com> Date: Mon, 25 Jul 2005 17:17:32 +0200 From: Tobias Fendin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050403) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: FreeBSD Questions References: <42E5005D.1060805@mediamill.co.za> In-Reply-To: <42E5005D.1060805@mediamill.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:17:39 -0000 Gavin McDougall wrote: > Hi there, > > 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. > > I then downloaded mii-tool 'cos it wasn't in the ports collection but it > just gives me critical errors when I try to compile it. > > Is there possibly another method that I can use on my FreeBSD server to > permanently change my NIC settings to full-duplex? > > Thanks, > Gavin > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > set the mediaopt in your rc.conf example: ifconfig_xl0="blah blah mediaopt full-duplex" -Tobias