From owner-freebsd-current@FreeBSD.ORG Mon Apr 10 03:47:12 2006 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 3857A16A400 for ; Mon, 10 Apr 2006 03:47:12 +0000 (UTC) (envelope-from nikruzhan@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB2E43D4C for ; Mon, 10 Apr 2006 03:47:09 +0000 (GMT) (envelope-from nikruzhan@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so966186pyc for ; Sun, 09 Apr 2006 20:47:09 -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=RQbjORQxXnrdktHIYtDI5rJ78YQFyqPlqj1IzweMqVpoVmj56fbmGoXjoFHCLWXPsHgu/lIFF5DadhyZrsCRcj9Spayuh7prXxeQDIOWBj+U7EzkWMQRL12MMJ3Ed/E4P2BdVazwWSwDR9qKzB+2Nxvoz40z/IuwdIiMXb65+WM= Received: by 10.35.78.13 with SMTP id f13mr169161pyl; Sun, 09 Apr 2006 20:47:09 -0700 (PDT) Received: by 10.35.92.9 with HTTP; Sun, 9 Apr 2006 20:47:09 -0700 (PDT) Message-ID: <60ffc71f0604092047u4abfd62eg24a0af4b4e6a1d7@mail.gmail.com> Date: Mon, 10 Apr 2006 11:47:09 +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: BGP: can't connect to fd 10 : Can't assign requested address 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, 10 Apr 2006 03:47:12 -0000 Hi all, I got four FreeBSD router and two of them using FreeBSD 6.1 Prerelease and quagga 0.99.3 and the other two is using FreeBSD 5.4 with quagga 0.98.5. I try to implement IBGP session in this 4 router and I encounter this problem (in all router) when activate the IBGP; 2 router is distribution and 2 router is core. I think to implement IBGP I need to run bgp daemon in distribution router (please advise). 2006/04/10 11:08:32 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address 2006/04/10 11:10:29 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address 2006/04/10 11:10:31 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address 2006/04/10 11:10:32 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address 2006/04/10 11:12:29 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address 2006/04/10 11:12:31 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address 2006/04/10 11:12:32 BGP: can't connect to xx.xx.xx fd 10 : Can't assign requested address FYI, I try to run IBGP with loopback (lo0), here is my config's file in one of my router; redistribute connected no synchronization bgp log-neighbor-changes bgp dampening ! neighbor OCE-IBGP peer-group neighbor OCE-IBGP remote-as 65478 neighbor OCE-IBGP update-source lo0 neighbor OCE-IBGP next-hop-self neighbor OCE-IBGP soft-reconfiguration inbound neighbor xx.xx.xx.xx peer-group OCE-IBGP neighbor xx.xx.xx.xx peer-group OCE-IBGP neighbor xx.xx.xx.xx peer-group OCE-IBGP ! line vty !