From owner-freebsd-questions Sun Jan 5 12:20:30 2003 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 7480037B401 for ; Sun, 5 Jan 2003 12:20:26 -0800 (PST) Received: from wspf1.us4.outblaze.com (205-158-62-146.outblaze.com [205.158.62.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 825C743EA9 for ; Sun, 5 Jan 2003 12:19:58 -0800 (PST) (envelope-from lmj@mail.usa.com) Received: (qmail 15239 invoked from network); 5 Jan 2003 01:22:37 -0000 Received: from unknown (205.158.62.68) by 205-158-62-146.outblaze.com with QMQP; 5 Jan 2003 01:22:37 -0000 Received: (qmail 7217 invoked from network); 5 Jan 2003 20:19:56 -0000 Received: from unknown (HELO ws3-2.us4.outblaze.com) (205.158.62.92) by 205-158-62-153.outblaze.com with SMTP; 5 Jan 2003 20:19:56 -0000 Received: (qmail 2388 invoked by uid 1001); 5 Jan 2003 20:19:56 -0000 Message-ID: <20030105201956.2387.qmail@usa.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [217.215.189.15] by ws3-2.us4.outblaze.com with http for lmj@mail.usa.com; Sun, 05 Jan 2003 15:19:56 -0500 From: "Magnus Johansson" To: stacey@vickiandstacey.com Cc: freebsd-questions@FreeBSD.ORG Date: Sun, 05 Jan 2003 15:19:56 -0500 Subject: Re: Network cards for a firewall server? X-Originating-Ip: 217.215.189.15 X-Originating-Server: ws3-2.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Stacey After following your advice, including reading the manual more carefully with respect to IRQs, it now works without problems. Thank you very very much Magnus ----- Original Message ----- From: Stacey Roberts Date: 05 Jan 2003 19:49:50 +0000 To: Magnus Johansson Subject: Re: Network cards for a firewall server? > Hello, > > On Sun, 2003-01-05 at 19:30, Magnus Johansson wrote: > > Hi > > > > Yes, this is the 4.7 GENERIC kernel, and according to LINT, PCI_ENABLE_IO_MODES is compiled into the kernel. > > > > In /etc/rc.conf I have: > > ifconfig_dc0 = "inet numbers.of.my.public.ip-address netmask 255.255.255.0" > > ifconfig_dc1 = "inet 192.168.1.1 netmask 255.255.255.0" > > > > It is after these statements are executed that I start seeing the reported messages, I have to do to even get to login prompt. > > > > IRQ 11 is also used by the SCSI-controller, removing that controller completely doesn't make any difference, still the same messages. > > IRQ 5 is also used by the USB-controller on the mobo. > > Been googling and found the following information: > "Finally, the BE6-II, like the BE6 before it, includes the ability to > manually assign IRQs. This is important, as it is often the only way to > resolve problems in the case of an IRQ conflict." > > You might want to look into whether or not you are able to ensure unique > IRQ values for each attached PCI device as a start. > > Also (and this is something becoming more prevalent now) you need to > determine if the FA310TX requires a bus-mastering PCI slot in order to > function.. As such, you'd want to check with the BE6-11's manual to hwo > this is organized amongst the available slots. For most boards (should > there be only one) slot 1 is usually the slot that does this. > > Regards, > > Stacey > > > > > If I hook up the same cables to another box, there are no problems. > > > > Thanks again > > Magnus > > > > ----- Original Message ----- > > From: Stacey Roberts > > Date: 05 Jan 2003 18:56:04 +0000 > > To: Magnus Johansson > > Subject: Re: Network cards for a firewall server? > > > > > Hi, > > > Is "options PCI_ENABLE_IO_MODES" compiled into the kernel? Check LINT > > > for more information > > > > > > On Sun, 2003-01-05 at 18:37, Magnus Johansson wrote: > > > > Hello > > > > > > > > > > > > Currently the FA310-cards are installed. > > > > > > > > The mobo is the last versio of Abit BE6-II, (with a PIII 850MHz). > > > > > > > > It starts with the message: > > > > "dc0: failed to force tx and rx to idle state", then the "dc0: watchdog timeout" messages starts showing up. > > > > > > > > PnP is disabled in BIOS. > > > > > > > > >From dmesg I have: > > > > dc0: <82c169 PNIC 10/100BaseTX> port 0xc400 - 0xc4ff mem 0xd3402000 - 0xd34020ff irq 11 at device 9.0 on pci0 > > > > dc0: Ethernet address: 00:a0:cc:d5:b2:e3 > > > > dc1: <82c169 PNIC 10/100BaseTX> port 0xc800 - 0xc8ff mem 0xd3403000 - 0xd34030ff irq 5 at device 11.0 on pci0 > > > > dc1: Ethernet address: 00:a0:cc:d5:dd:c8 > > > > > > FreeBSD sees the nics okay enough.., What do you have in /etc/rc.conf > > > for each nic? Post each nic's respective line entry please. > > > > > > Also, exactly *when* do these messages appear? Do the nics start okay, > > > then lock-up? > > > > > > Check for IRQ conflicts, and, as this appears to happen with two sets of > > > nics, you can't rule out physical network problems - check cabling, etc. > > > > > > Regards, > > > > > > Stacey > > > > > > > > > > > Thanks for a quick reply. > > > > Magnus > > > > > > > > ----- Original Message ----- > > > > From: Stacey Roberts > > > > Date: 05 Jan 2003 18:13:11 +0000 > > > > To: Magnus Johansson > > > > Subject: Re: Network cards for a firewall server? > > > > > > > > > Hello, > > > > > > > > > > On Sun, 2003-01-05 at 18:01, Magnus Johansson wrote: > > > > > > Hello everyone > > > > > > > > > > > > I am trying to build a firewall server with FreeBSD 4.7, but I'm having some problems with the network cards. > > > > > > > > > > > > When I install it with two Netgear FA-310TX network cards, I get the "dc0: watchdog timeout" messages. > > > > > > > > > > > > If I try two Intel PRO/100 cards, I get the "fxp0: DMA timeout" and "fxp0: SCB timeout" messages. > > > > > > > > > > > > Searching the mailing lists the problems for both these types of cards seems to be reasonably well known. I tried moving the cards around the > > > > > > PCI-slots, but without any success. > > > > > > > > > > What motherboard are you using? Can you post each card's dmesg entries > > > > > here? > > > > > > > > > > Initially, you might want to ensure that the P 'n P OS options in the > > > > > BIOS settings are disabled. > > > > > > > > > > > > > > > > > Anyone who can recommend network cards with less problems for a firewall server (or knows the solution to these problems). > > > > > > > > > > > > > > > > Check back with that info and and when you can. > > > > > > > > > > Regards, > > > > > > > > > > Stacey > > > > > > > > > > > Thanks > > > > > > Magnus > > > > > > > > > > > > (I am not on the mailing list) > > > > > -- > > > > > Stacey Roberts > > > > > B.Sc (HONS) Computer Science > > > > > > > > > > Web: www.vickiandstacey.com > > > > > > > > > > > > > -- > > > Stacey Roberts > > > B.Sc (HONS) Computer Science > > > > > > Web: www.vickiandstacey.com > > > > > > > -- > Stacey Roberts > B.Sc (HONS) Computer Science > > Web: www.vickiandstacey.com > > -- _______________________________________________ Get your free email from http://mail.usa.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message