Date: Thu, 15 Jan 1998 12:10:02 +1030 From: Greg Lehey <grog@lemis.com> To: Alik Yuswanto <alik@sby.globalinfo.net> Cc: questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <19980115121002.35901@lemis.com> In-Reply-To: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby>; from Alik Yuswanto on Thu, Jan 15, 1998 at 08:03:35AM %2B0700 References: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 15, 1998 at 08:03:35AM +0700, Alik Yuswanto wrote: > Hello, > I'm new with the system called FreeBSD. Would you please help me with > my problems? > I have some questions here: > > 1. Can we put two or more IP address in the same network interface card in > FreeBSD system Yes. > (like in NT) ? I don't know about that. > 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? Sure. Add a default route via your ppp0 interface: # route add default -iface ppp0 For more details, I recommend my book "The Complete FreeBSD", available now from Walnut Creek CDROM. > 3. Can we put the 100BaseT card on the system ( my FreeBSD version 2.2.2), > and if possible, what kinds of card or vendors that support this? If you already have FreeBSD 2.2.2, check the CD-ROM (HARDWARE.TXT). Otherwise check the lists available via http://www.FreeBSD.org/ for the latest version. Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980115121002.35901>