From owner-freebsd-net@freebsd.org Tue Jul 5 14:36:08 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 22504B7395A for ; Tue, 5 Jul 2016 14:36:08 +0000 (UTC) (envelope-from melissa-freebsd@littlebluecar.co.uk) Received: from filter.blacknosugar.com (filter.blacknosugar.com [212.13.204.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDBB81DFB for ; Tue, 5 Jul 2016 14:36:05 +0000 (UTC) (envelope-from melissa-freebsd@littlebluecar.co.uk) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=littlebluecar.co.uk; s=dkim; h=Subject:To:References:Message-Id: Content-Transfer-Encoding:Date:In-Reply-To:From:Mime-Version:Content-Type: Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=JY2FTkjPU4vIMP+5B0/eo5R+JX67AgqKtwVc2CvLTN0=; b=Yv+DcA/gnfgoDoGth7XpZvWgUz 7pSdyPTQeh46xuqjjfJOno4cC/BQQaR5Dceviom6IfZDjunjJeXuWRJBdzeyLhMEVwKW5Sn/HlFAJ AQX4Yjm2hb9QHgQP904buZMw8; Received: from [212.250.79.109] (helo=[192.168.6.32]) by filter.blacknosugar.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bKQuG-000Fv4-O8 for freebsd-net@freebsd.org; Tue, 05 Jul 2016 15:00:57 +0100 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: Melissa Jenkins In-Reply-To: Date: Tue, 5 Jul 2016 15:00:50 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: freebsd-net@freebsd.org X-Mailer: Apple Mail (2.3124) X-SA-Exim-Connect-IP: 212.250.79.109 X-SA-Exim-Mail-From: melissa-freebsd@littlebluecar.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on filter.blacknosugar.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: 10/STABLE BGP daemon with TCP MD5 signature X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on filter.blacknosugar.com) X-Testing: Hello! X-Testing: Hello! X-Testing: Hello! 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: Tue, 05 Jul 2016 14:36:08 -0000 > On 5 Jul 2016, at 13:00, freebsd-net-request@freebsd.org wrote: >=20 > 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. Mel