From owner-freebsd-questions Sun Sep 6 00:06:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12969 for freebsd-questions-outgoing; Sun, 6 Sep 1998 00:06:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12954 for ; Sun, 6 Sep 1998 00:06:36 -0700 (PDT) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.9.0/8.9.0/best.sh) with SMTP id AAA08044; Sun, 6 Sep 1998 00:06:27 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 6 Sep 1998 00:06:27 -0700 (PDT) From: "Jan B. Koum " X-Sender: jkb@shell6.ba.best.com To: Zeev Mindali cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Please Help me In-Reply-To: <35F23456.C51053F5@isdn.net.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Sep 1998, Zeev Mindali wrote: >hi again to all, > >i'm new user in freebsd (installed 2.2.7 on p-ii 300 with 128mb ram): >1) i have four nic (two 3com isa 509 and two 3com pci 905), my computer >find all the four, but give me only one for ep0, how do i configure all >the four nic? I think pci 905 is vx0 and not ep0 - make sure you kernel has vx0 enabled. If you are running -stable then note that vx0 has been switched to xl0: xl0 <3Com 3c905 Fast Etherlink XL 10/100BaseTX> rev 0 int a irq 11 on pci xl0: Ethernet address: 00:60:08:15:bc:65 If I would have two 3Com 3c905 cards, I would have to compile my kernel with the following lines: device xl0 device xl1 In other words your kernel should have: device ep0 device ep1 and device vx0 (or xl0) device vx1 (or xl1) > >2) how do setup a firewall on my system , could someone wriet me how to >do it, or any good place for inst. to it, i looked in the hand book , >but i didn't find out how http://www.inetdevgrp.org/19980818/ppframe.htm Read ipfw man page: % man ipfw And take a look at: http://www.freebsd.org/handbook/handbook72.html#74 Hope all of this helps. -- Yan > > >plz replay fast, >zeevik > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message