From owner-freebsd-questions Sun Jan 7 11:13: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from OpsyDopsy.net.dhis.org (unknown [213.22.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 0253237B402 for ; Sun, 7 Jan 2001 11:12:48 -0800 (PST) Received: by OpsyDopsy.net.dhis.org (8.11.1/8.11.1) id f07JE5p00370 for questions@freebsd.org; Sun, 7 Jan 2001 19:14:05 GMT (envelope-from root) From: Joao Fernandes Reply-To: root@OpsyDopsy.net.dhis.org To: questions@freebsd.org Subject: DHCP to ifconfig Options Date: Sun, 7 Jan 2001 19:14:05 +0000 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01010719140500.00347@OpsyDopsy.net.dhis.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was wondering why my internet connection was so slow comparing to windows, when I executed the ifconfig, and sow its output: rl0: flags=8843 mtu 1500 inet6 fe80::200:b4ff:fec2:2d28%rl0 prefixlen 64 scopeid 0x1 inet 213.22.0.5 netmask 0xfffffc00 broadcast 213.22.3.255 ether 00:00:b4:c2:2d:28 media: autoselect (none) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX The problem I think is that the media should be selected "full-duplex". So, I checked the man pages for rl and ifconfig and dhclient.conf, and tryed inserting a "mediaopts full-duplex" to the dhclient.conf file, so that he could pass it to ifconfig, and set my connection properly... but it didnt work... the output from ifconfig stays just the same... My question would be: Where and what should I change the DHClient/ifconfig configurations so that I can take full advantage of my cable connection trough FreeBSD. bash-2.04$ dmesg |grep rl rl0: port 0xd000-0xd0ff mem 0xc5800000-0xc58000ff irq 5 at device 9.0 on pci0 rl0: Ethernet address: 00:00:b4:c2:2d:28 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Thanks in advance. Joao Fernandes PS: I'm not in the list, so please reply to my personal box as well, root@opsydopsy.net.dhis.org. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message