From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 03:53:59 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892D716A41F for ; Mon, 17 Oct 2005 03:53:59 +0000 (GMT) (envelope-from nikruzhan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CFA43D48 for ; Mon, 17 Oct 2005 03:53:58 +0000 (GMT) (envelope-from nikruzhan@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so514030nzk for ; Sun, 16 Oct 2005 20:53:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=H/jMGxHdA3jjYogOooXYwAvQ4gJzIc68YoIcIZiupJnPsdHx1i1+vFWsI2/NdOCg/JWxkXfx3nnqXH88bhErARfwPAqy1K+h+9oJ1CKn81vJoIs6EuM3dTq0p+ZRRjJ24LUv9j+wiAtFmPAuPnlckzNZpFRYj5LjdvOULcpRtLI= Received: by 10.36.89.20 with SMTP id m20mr2419482nzb; Sun, 16 Oct 2005 20:53:58 -0700 (PDT) Received: by 10.36.224.66 with HTTP; Sun, 16 Oct 2005 20:53:58 -0700 (PDT) Message-ID: <60ffc71f0510162053y37b60ae6ibd09cb20629ba990@mail.gmail.com> Date: Mon, 17 Oct 2005 11:53:58 +0800 From: Nik To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Installing quagga on FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 03:53:59 -0000 Hi all, Actually I am new in quagga and I alredy tried to find any of documentation of installing quagga on freebsd but never find it. Could at least someone that can lead me the right way to make it function. I've succesfully install quagga on two freebsd box that one will act as cor= e router and the other one as a distribution router.FYI, core having 2 NIC's which is one is lead to gateway and one is connect to distribution router. Distribution have 5 NIC's. I've enable ip forwarding in sysctl.conf, enable gateway in rc.conf and the result is I can ping to all interfaces from distribution to core and from core to distribution. The problem is core can ping outside (internet) but distribution can't ping to the outside, it's only can ping to core's NIC only.I have stuck with thi= s problem for 3 days and really hope that someone can help me out. Thanks.