From owner-freebsd-newbies@FreeBSD.ORG Fri Apr 4 08:34:40 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C46DA37B401 for ; Fri, 4 Apr 2003 08:34:40 -0800 (PST) Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 714FD43FE5 for ; Fri, 4 Apr 2003 08:34:34 -0800 (PST) (envelope-from willybaby12345@yahoo.com) Received: from unknown (HELO user) (willybaby12345@64.58.141.114 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 4 Apr 2003 16:34:33 -0000 Message-ID: <006a01c31252$a927ec50$728d3a40@user> From: "William Ashworth" To: "Lee Dilkie" References: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-newbies@freebsd.org Subject: Re: Proper way to configure NIC in full duplex X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: William Ashworth List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 04 Apr 2003 16:34:41 -0000 X-Original-Date: Sun, 4 May 2003 08:34:32 -0700 X-List-Received-Date: Fri, 04 Apr 2003 16:34:41 -0000 Lee, Actually, I'm using Realtek as well....crappy card, but it works. After hours of messing around, I finally figured it out: Edit rc.conf to show " media 10BaseT/UTP" Example: ifconfig_rl0="inet 216.191.67.3 netmask 255.255.255.0 media 10BaseT/UTP" You only want to apply this to the main interface and NOT the aliases (obviously) FYI - I now get speeds both ways of up to 1.5mbps intead of 55-60kbps (this rocks!) Thanks, William Ashworth ----- Original Message ----- From: "Lee Dilkie" To: "William Ashworth" ; Sent: Friday, April 04, 2003 4:58 AM Subject: RE: Proper way to configure NIC in full duplex > I believe that all your alias ip addresses should have a netmask of > 0xffffffff. Only your first address is supposed to have the "true" netmask. > This is what the manual claims and what I've done. > > Also, I have a realtek card with the rl driver and it's slow for me as well > but my research on the net seems to say this is just a cheap and slow card. > > if you 'man ifconfig' and 'man rl' you can see the options you are allowed > to force. > > -lee > > -----Original Message----- > From: owner-freebsd-newbies@freebsd.org > [mailto:owner-freebsd-newbies@freebsd.org]On Behalf Of William Ashworth > Sent: Saturday, May 03, 2003 12:50 PM > To: freebsd-newbies@freebsd.org > Subject: Proper way to configure NIC in full duplex > > > Hello, > > I'm using an r10 nic and have all the information already configured in > rc.conf, however, transfer speeds are unusually slow (i.e., 55-60kbps when > it SHOULD be somewhere near 1.00mbps+) > > Someone told me that I might not be running the interface in full duplex. > How can I determine this? How can I fix it if I am not currently running in > full duplex? > > Any assistance is appreciated and below is the output of my interface > information: > > www# ifconfig rl0 > rl0: flags=8843 mtu 1500 > inet 216.194.67.6 netmask 0xffffff00 broadcast 216.194.67.255 > inet6 fe80::248:54ff:fe3d:350%rl0 prefixlen 64 scopeid 0x1 > inet 66.51.100.209 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.210 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.211 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.212 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.213 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.214 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.215 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.216 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.217 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.218 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.219 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.220 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.221 netmask 0xfffffff0 broadcast 66.51.100.223 > inet 66.51.100.222 netmask 0xfffffff0 broadcast 66.51.100.223 > ether 00:48:54:3d:03:50 > media: Ethernet autoselect (none) > status: active > > Thanks, > > William Ashworth > will@pchammer.net > > > > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" >