From owner-freebsd-net@freebsd.org Wed Jul 6 13:47:55 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92F09B7588A for ; Wed, 6 Jul 2016 13:47:55 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8569B13AB for ; Wed, 6 Jul 2016 13:47:54 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from mr185083 (mr185083.univ-rennes1.fr [129.20.185.83]) by mx.zohomail.com with SMTPS id 1467812831920731.1540503196479; Wed, 6 Jul 2016 06:47:11 -0700 (PDT) Date: Wed, 6 Jul 2016 15:47:06 +0200 From: Patrick Lamaiziere To: Melissa Jenkins Cc: freebsd-net@freebsd.org Subject: Re: 10/STABLE BGP daemon with TCP MD5 signature Message-ID: <20160706154706.2d73a4b8@mr185083> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 13:47:55 -0000 Le Tue, 5 Jul 2016 15:00:50 +0100, Melissa Jenkins a écrit : Hello, > > On 5 Jul 2016, at 13:00, freebsd-net-request@freebsd.org wrote: > > > > Is there anyone using openbgpd with BGP password with success? > > Yes, we have this working on 10.2, with openbgpd > > Using the set key and kernel parameters you have indicated. You do > not need to specify the tcp md5sig in the bgpd.conf file. > > I haven't confirmed if the BGP establishment is one way as the peer > in question does not allow us to attach outbound. Yes it works when openbgpd does not initiate the connection. But here, I have to connect to BGP peers. bird (ipv4) and bird6 (ipv6) work fine with tcp signature. Thank you all, regards.