From owner-freebsd-questions Fri Jan 16 05:26:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13214 for questions-outgoing; Fri, 16 Jan 1998 05:26:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13183 for ; Fri, 16 Jan 1998 05:26:24 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id RAA05436; Thu, 15 Jan 1998 17:20:02 GMT Date: Thu, 15 Jan 1998 17:20:02 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Greg Lehey cc: Alik Yuswanto , questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19980115121002.35901@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi > > 1. Can we put two or more IP address in the same network interface card in > > FreeBSD system Yup, IP aliasing, useage.. Ka0s:/# ifconfig ed0 123.123.123.2 alias Ka0s:/# ifconfig ed0 123.123.123.3 alias ..and so on.. > > 2. I would like to make my FreeBSD machine as a router. I've read the > > manual of route command, but I'm still confused. Could you show me some > > examples with the test case? To add a default route to the interface 'ed0' just type... Ka0s:/# route add default ed0 L8rz KrOnUs