From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 15:03:49 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 F184716A41F for ; Mon, 25 Jul 2005 15:03:49 +0000 (GMT) (envelope-from lists@mediamill.co.za) Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CBA43D53 for ; Mon, 25 Jul 2005 15:03:49 +0000 (GMT) (envelope-from lists@mediamill.co.za) Received: from [192.168.1.203] (rndf-146-53-244.telkomadsl.co.za [165.146.53.244]) by ctb-mesg1.saix.net (Postfix) with ESMTP id 658F36625 for ; Mon, 25 Jul 2005 17:03:46 +0200 (SAST) Message-ID: <42E5005D.1060805@mediamill.co.za> Date: Mon, 25 Jul 2005 17:08:13 +0200 From: Gavin McDougall User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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:03:50 -0000 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 --