From owner-freebsd-questions@FreeBSD.ORG Sun May 30 05:53:58 2004 Return-Path: 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 64E9316A4CE for ; Sun, 30 May 2004 05:53:58 -0700 (PDT) Received: from calypso.bi.lt (calypso.bi.lt [213.226.153.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D92543D41 for ; Sun, 30 May 2004 05:53:57 -0700 (PDT) (envelope-from hugle@vkt.lt) Received: by calypso.bi.lt (Postfix, from userid 506) id F3756598228; Sun, 30 May 2004 15:53:57 +0300 (EEST) X-Original-To: freebsd-questions@freebsd.org Received: from vkt-dell (unknown [213.226.136.250]) by calypso.bi.lt (Postfix) with ESMTP id 480C3598225 for ; Sun, 30 May 2004 15:53:57 +0300 (EEST) Date: Sun, 30 May 2004 15:52:40 +0300 From: hugle Organization: VKT X-Priority: 3 (Normal) Message-ID: <9869718519.20040530155240@vkt.lt> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: BGP server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hugle List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2004 12:53:58 -0000 Hello all I'm trying to get router ffrom mine country.. so I will be able to NAT router to my country without any limit.. look what I get from my ISP: (email) configured: router bgp 13194 neighbor 213.226.136.250 remote-as 65006 configure Your ZEBRA: remote-as: 13194 neighbor: 213.252.192.153 ebgp-multihop: 4 How is it done ? here is my conf file: cat bgpd.conf password zebra enable password zebra router bgp 65006 bgp router-id 213.226.136.253 neighbor 213.252.192.153 remote-as 13194 neighbor 213.252.192.153 ebgp-multihop 4 smux peer 1.3.6.1.2.1.14 test log file /var/log/zebra/bgpd.log but i still can't get those routes.. can anyone be so kind and help me? Never worked with bgp routers -- Best regards,Hugle