From owner-freebsd-ports@FreeBSD.ORG Thu Aug 6 05:32:32 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D974106566B; Thu, 6 Aug 2009 05:32:32 +0000 (UTC) (envelope-from lasta@orion.net.id) Received: from smtp.orion.net.id (smtp.orion.net.id [203.84.155.158]) by mx1.freebsd.org (Postfix) with ESMTP id D18958FC1E; Thu, 6 Aug 2009 05:32:31 +0000 (UTC) Received: from smtp.orion.net.id (localhost [127.0.0.1]) by smtp.orion.net.id (Postfix) with ESMTP id F2DF14352; Thu, 6 Aug 2009 12:31:46 +0700 (WIT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=orion.net.id; h=date:from: to:cc:message-id:in-reply-to:subject:mime-version:content-type: content-transfer-encoding; q=dns/txt; s=selector1; bh=qKT+8QWeSb 2SB4tvOdcNiVpRbGo=; b=N01gqPWWh5td8V28ZhRtgUr4ER4jsCxjK5L05Gm8yC CMIzebXfVKUuA2MCozOMNplt7XNxyyVou4gOb9TIK9lc3JtIpeJypTjMMFw9u83H mqE1ChzlE7oajfr2rneAclehJ4OL7ubegvWpXSStvtqVEc65uFoeTpd6+ZMFt2LS w= Received: from mail.orion.net.id (mailhub.orion.net.id [203.84.155.155]) by smtp.orion.net.id (Postfix) with ESMTP id E7CAF4351; Thu, 6 Aug 2009 12:31:46 +0700 (WIT) Received: from localhost (localhost [127.0.0.1]) by mail.orion.net.id (Postfix) with ESMTP id 1E3877D02E1; Thu, 6 Aug 2009 12:32:28 +0700 (WIT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -2.51 X-Spam-Level: X-Spam-Status: No, score=-2.51 tagged_above=-10 required=6.6 tests=[AWL=-0.011, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.orion.net.id ([127.0.0.1]) by localhost (mail.orion.net.id [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jAsnJvwmnhzV; Thu, 6 Aug 2009 12:32:21 +0700 (WIT) Received: from mail.orion.net.id (mail.orion.net.id [203.84.155.155]) by mail.orion.net.id (Postfix) with ESMTP id 710AF7D0263; Thu, 6 Aug 2009 12:32:21 +0700 (WIT) Date: Thu, 6 Aug 2009 12:32:21 +0700 (WIT) From: Lasta Yani To: Hiroki Sato Message-ID: <21778511.20581249536741380.JavaMail.root@mail.orion.net.id> In-Reply-To: <28696655.20561249536470061.JavaMail.root@mail.orion.net.id> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [203.84.159.11] X-Mailer: Zimbra 5.0.5_GA_2201.UBUNTU6 (ZimbraWebClient - FF3.0 (Win)/5.0.5_GA_2201.UBUNTU6) Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: openbgpd-4.5.20090709 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 05:32:32 -0000 ----- "Hiroki Sato" wrote: > > I think there is no problem with the configuration itself. Just in > case, please send me the output of "bgpd -nv"? I will try to > reproduce your symptom on my box. > Hi, This is my configuration, output of bgpd -nv, nap1 = "119.110.122.5" nap2 = "119.110.127.5" keNAP = "{ 203.84.152.0/22 203.84.156.0/22 }" AS 24523 router-id 203.84.155.84 holdtime min 3 fib-update yes rde rib Adj-RIB-In no evaluate rde rib Loc-RIB network 203.84.152.0/21 network 203.84.152.0/22 network 203.84.152.0/23 network 203.84.152.0/24 network 203.84.153.0/24 network 203.84.154.0/23 network 203.84.155.0/24 network 203.84.156.0/22 network 203.84.156.0/23 network 203.84.156.0/24 network 203.84.157.0/24 network 203.84.158.0/23 network 203.84.158.0/24 network 203.84.159.0/24 neighbor 119.110.127.5 { descr "ke-NAP2" remote-as 45147 announce all enforce neighbor-as yes announce IPv4 unicast announce IPv6 none softreconfig in yes softreconfig out yes } neighbor 119.110.122.5 { descr "ke-NAP1" remote-as 45147 announce all enforce neighbor-as yes announce IPv4 unicast announce IPv6 none softreconfig in yes softreconfig out yes } match to 119.110.122.5 set { prepend-self 2 } match to 119.110.127.5 set { prepend-self 2 } deny from any allow from 119.110.122.5 inet prefixlen 8 - 24 deny to any allow to 119.110.127.5 prefix 203.84.156.0/22 allow to 119.110.127.5 prefix 203.84.152.0/22 allow to 119.110.122.5 prefix 203.84.156.0/22 allow to 119.110.122.5 prefix 203.84.152.0/22 deny from any prefix 0.0.0.0/0 deny from any prefix 10.0.0.0/8 prefixlen >= 8 deny from any prefix 172.16.0.0/12 prefixlen >= 12 deny from any prefix 192.0.2.0/24 prefixlen >= 24 deny from any prefix 169.254.0.0/16 prefixlen >= 16 deny from any prefix 192.168.0.0/16 prefixlen >= 16 deny from any prefix 240.0.0.0/4 prefixlen >= 4 deny from any prefix 224.0.0.0/4 prefixlen >= 4 Thank you. Rgds, -- Lasta Yani