From owner-freebsd-questions Sun Jul 23 1:17:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trill.hh.se (trill.hh.se [194.47.5.10]) by hub.freebsd.org (Postfix) with ESMTP id 632E937BA2F for ; Sun, 23 Jul 2000 01:17:33 -0700 (PDT) (envelope-from u98jobj@stud.hh.se) Received: from malin (gs177.gsten.hh.se [194.47.16.177]) by trill.hh.se (8.9.3/8.9.3) with SMTP id KAA09471 for ; Sun, 23 Jul 2000 10:17:30 +0200 (MET DST) From: =?Windows-1252?Q?Joel_Bj=F6rk?= To: Subject: Slowest NIC setting the speeds Date: Sun, 23 Jul 2000 10:17:31 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a simple firewall setup with a freebsd 3.5-RELEASE machine acting as the firewall setup for my win98 machine. The outside NIC xl0 is set to 10baseT/UTP and the inside NIC of the gateway/firewall is rl0 set to 100baseTX (100baseTX ). The connection to the inside is over a crossovercable to a 3COM905b also capable of 100Mbit Full Duplex. For some reason transferring files from the winmachine to the FreeBSD box never gets above 500kB per second. The kernel is compiled with: pseudo-device bpfilter 1 #Berkeley packet filter options IPFIREWALL options IPDIVERT options IPFIREWALL_DEFAULT_TO_ACCEPT And the rc.conf looks like this: # -- Firewall enabled -- # firewall_enable="YES" firewall_type="simple" natd_enable="YES" natd_interface="xl0" # -- NICs -- # ifconfig_xl0="inet 194.47.16.177 netmask 255.255.255.0" ifconfig_rl0="inet 192.168.3.2 netmask 255.255.255.0" For some reason it looks like all traffic on the inside network is controlled by xl0, how do I go about to get the internal net up to full speeds? Best regards Joel Björk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message