From owner-freebsd-net@FreeBSD.ORG Mon Jul 21 02:52:21 2003 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 7276837B401 for ; Mon, 21 Jul 2003 02:52:21 -0700 (PDT) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37C343F3F for ; Mon, 21 Jul 2003 02:52:20 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Received: from www.pursued-with.net (localhost.pursued-with.net [127.0.0.1]) by pursued-with.net (8.12.8p1/8.12.8) with SMTP id h6L9rY7X090908; Mon, 21 Jul 2003 02:53:35 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Received: from 192.168.168.1 (SquirrelMail authenticated user imap) by www.pursued-with.net with HTTP; Mon, 21 Jul 2003 02:53:35 -0700 (PDT) Message-ID: <1157.192.168.168.1.1058781215.squirrel@www.pursued-with.net> In-Reply-To: <200307210813.h6L8DnoP000403@soth.ventu> References: <200307210813.h6L8DnoP000403@soth.ventu> Date: Mon, 21 Jul 2003 02:53:35 -0700 (PDT) From: "Kevin Stevens" To: "Andrea Venturoli" User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-net@freebsd.org Subject: Re: xl0 full duplex X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin_Stevens@pursued-with.net List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 09:52:21 -0000 > xl0: flags=8943 mtu 1500 > options=3 > inet 10.1.2.15 netmask 0xffffff00 broadcast 10.1.2.255 > inet 10.1.2.126 netmask 0xffffffff broadcast 10.1.2.126 > ether 00:00:5e:00:01:02 > media: Ethernet 10baseT/UTP (10baseT/UTP ) > > I tried: > > ifconfig xl0 10.1.2.15 netmask 255.255.255.0 mediaopt full-duplex > > since it is connected to a full-duplex switch. > > However, network throughput will crawl, i.e, for example, listening to an > mp3 from this machine will give 1 sec. of > audio, then 1 sec. of silence, then 1 sec. of audio, and so on. Do you know that full-duplex is supported and enabled on the switch for 10Mb operation? Some only support half-duplex for 10Mb, others have to be forced. KeS