From owner-freebsd-questions Mon Nov 22 4:44: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from erg.abdn.ac.uk (percy.erg.abdn.ac.uk [139.133.204.86]) by hub.freebsd.org (Postfix) with SMTP id 7E5EC159AD for ; Mon, 22 Nov 1999 04:43:56 -0800 (PST) (envelope-from mahesh@erg.abdn.ac.uk) Received: from erg.abdn.ac.uk (bill.erg.abdn.ac.uk [139.133.204.96]) by erg.abdn.ac.uk (8.9.3/8.9.3) with ESMTP id MAA18594; Mon, 22 Nov 1999 12:47:13 GMT Message-ID: <38393A74.1CF7DD2@erg.abdn.ac.uk> Date: Mon, 22 Nov 1999 12:43:33 +0000 From: Mahesh Sooriyabandara Organization: University of Aberdeen X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.6 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn , Edirol Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dummynet from the scratch!!! References: <97114.942824378@axl.noc.iafrica.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > On Tue, 16 Nov 1999 21:05:44 GMT, Mahesh Sooriyabandara wrote: > > > I have installed FreeBSD on a PC ( i.e 486DX) using FTP. System probed the > > SMC elite Ethernet card and got connected to the net. Now I want to connect > > another SMC elite to the same machine. When I connected it sytem can not > > even probe the first one. > > You probably encountered a resource conflict. For example, both cards > might be configured to use the same IRQ. Configure the cards to use > resources that aren't used by each other nor by other peripherals in the > system and you should be fine. > > You'll need an ed1 for the second card once the hardware's sorted out. > :-) > > Ciao, > Sheldon. Thanks for the tip. Now I have a running system. Yet I have three questions.. 1) Where can I find the dummynet configurations (BW,delay ....etc) or view them once I set it using; ipfw pipe NN config bw...... command. Ofcourse I can view the ipfw pipe configuations and packet accounts. 2) How can I remove all the configurations applied to a perticular pipe( not the pipe). I used the following command ipfw pipe NN config But it seems to be not working all the time. 3) I included the file name with the fullpath in /etc/rc.conf where I keep all thei pfw rules. But it did not read it during start up. What do you thinfk I may have miss here. I typed the commands line by line like; ipfw add pipe 1 ip from xxx.xxx.xxx.xxx to xxx....... ipfw add pipe 2 ip ........... Can some one help me on these. Thanks, mahesh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message