From owner-freebsd-hackers Mon Jun 2 09:37:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA27429 for hackers-outgoing; Mon, 2 Jun 1997 09:37:13 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA27424 for ; Mon, 2 Jun 1997 09:37:10 -0700 (PDT) Received: from localhost (tom@localhost) by misery.sdf.com (8.8.5/8.8.5) with SMTP id JAA03008; Mon, 2 Jun 1997 09:36:01 -0700 (PDT) X-Authentication-Warning: misery.sdf.com: tom owned process doing -bs Date: Mon, 2 Jun 1997 09:36:00 -0700 (PDT) From: Tom Samplonius To: Brandon Gillespie cc: hackers@FreeBSD.ORG Subject: Re: Why routed and not gated by default? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Jun 1997, Brandon Gillespie wrote: > Just curious, why do we still have the antiquated routed as our default > router daemon? It only does RIP doesn't it? My general and limited > experience (I've only setup two ISPs) has been that most people disabled > RIP by default in their routers (if its enabled at all)--which causes no > end of headaches. Why don't we just let RIP die and use something more > modern and better, such as gated, which can still do RIP if you want it, > but also handles the more modern protocols. > > Basically, RIP is ok for local networks, but isn't FreeBSD supposed to be > sortof a server/higher-end system? This being the case, shouldn't we at > least support the more commonly used protocols by routers? Its been too > long since I setup the last network, so I've forgotten the acronym, but > the more common protocol seemed to be OSPF? > > *shrug* > > Perhaps we don't use gated by default due to copyright problems? > > -Brandon Because most systems don't require RIP or OSPF. The only thing routed is really good for is finding the default route. Thats the only thing most people really need. gated does have certain licensing issues. Tom