From owner-freebsd-questions Mon Jan 8 02:48:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA00391 for questions-outgoing; Mon, 8 Jan 1996 02:48:26 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA00386 for ; Mon, 8 Jan 1996 02:48:24 -0800 (PST) Received: from comnet.spu.ac.th (comnet.spu.ac.th [202.44.68.1]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id CAA28763 for ; Mon, 8 Jan 1996 02:47:48 -0800 Received: by comnet.spu.ac.th (8.6.9/A/UX-3.00) id RAA21722; Mon, 8 Jan 1996 17:43:49 -0800 Date: Mon, 8 Jan 1996 17:43:48 -0800 (PST) From: amnuay muthitacharoen To: questions@FreeBSD.org Subject: Static router on FreeBSD2.0.5 PC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org Precedence: bulk I have installed three NE200 cards on my FreeBSD2.0.5 PC. I have modified the file MYKERNEL to have the following lines :- options GATEWAY device ed0 at isa? port 0x260 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 9 iomem 0xd8000 vector edintr device ed2 at isa? port 0x320 net irq 10 iomem 0xd8000 vector edintr After compiling and rebooted, I tried several ways to make it act as a router but it did not act like one. What is the best method to follow to make a STATIC router? Regards, Amnuay