From owner-freebsd-current@FreeBSD.ORG Fri Apr 23 07:07:16 2004 Return-Path: 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 097CE16A4CE for ; Fri, 23 Apr 2004 07:07:16 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B61E43D45 for ; Fri, 23 Apr 2004 07:07:15 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5CF6865414; Fri, 23 Apr 2004 15:07:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53350-03-3; Fri, 23 Apr 2004 15:07:13 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A23DB651EE; Fri, 23 Apr 2004 15:07:12 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id B754560EE; Fri, 23 Apr 2004 15:07:11 +0100 (BST) Date: Fri, 23 Apr 2004 15:07:11 +0100 From: Bruce M Simpson To: Paul Beers Message-ID: <20040423140711.GJ722@empiric.dek.spc.org> Mail-Followup-To: Paul Beers , freebsd-current@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-current@freebsd.org Subject: Re: TCP MD5SUM broken / still not working ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 23 Apr 2004 14:07:16 -0000 On Thu, Apr 22, 2004 at 11:20:09AM -0700, Paul Beers wrote: > I'm trying to setup BGP with TCP_MD5SUM enabled, to secure my BGP > sessions, but i'm not getting it to work, i've enabled FAST_IPSEC, and > device devcrypto, does somebody know if it happens to be broken in > yesterdays cvs, or do i have to add more options to get TCP_MD5SUM working > correctly ? The required kernel options are: options FAST_IPSEC options TCP_SIGNATURE device crypto device cryptodev Regards, BMS