From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 08:33:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B7F16A41C for ; Mon, 18 Jul 2005 08:33:20 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BA743D46 for ; Mon, 18 Jul 2005 08:33:19 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6I8Yab66618; Mon, 18 Jul 2005 01:34:37 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mark" , Date: Mon, 18 Jul 2005 01:33:13 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050717030549.8182A43D45@mx1.FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Question on Routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 08:33:20 -0000 Quagga, which is the successor to Zebra, is what you use for BGP. However to speak BGP you must have an AS number. And for your advertisements to be worth a damn on the Internet, they have to be a minimum of a /24 since just about every transit ISP in the Internet filters route advertisements that are smaller than a /24, (such as a /25, /26, etc.) A /24 is 255 IP addresses. Also one other thing, even if you have a /24 and you succeed in advertising it, it is almost impossible to get bordering ISP's that are evenly matched. One of them will always be better connected than everyone else, and thus most traffic to you will come in on that link, since everyone routes traffic based on the shortest AS path length. Larger ISP's that have big allocations handle this problem by splitting up the advertisements on those allocations into smaller blocks, then divying those up with AS prepends. For example an ISP with a /19 might advertise it as 4 /21's, and on one feed might prepend 2 of the /21's and not prepend the other 2, and on another feed might prepend 1 of the /21's and not any of the others, etc. etc. There's a lot of experimentation to get a load properly balanced. I am guessing that if you don't already know that RIP isn't a routing protocol used to publish routes on the Internet, that you don't have much IP address space. I think you will find the costs to publish your routes will be an eye-opener. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mark >Sent: Saturday, July 16, 2005 8:06 PM >To: questions@freebsd.org >Subject: Question on Routing > > >I'm looking for a reccomendation on the best software to >publish RIP routes >for IPSpace I own. > >I'm aware I'd have to get approval from my bordering routers to >allow me to >publish routes for public space, but I am just looking to >publish updated >routes (dynamically) via RIP or BGP from a FreeBSD based >system. I've seen >this done with gated, but at least for now I'd like to use a >free piece of >software. > > >Thanks, > >Mark > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" >