From owner-freebsd-current@FreeBSD.ORG Mon Apr 3 09:11:16 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 C7C9F16A400 for ; Mon, 3 Apr 2006 09:11:16 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.17.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C6043D46 for ; Mon, 3 Apr 2006 09:11:15 +0000 (GMT) (envelope-from freebsdlists@bsdunix.ch) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id 60A7A62B9; Mon, 3 Apr 2006 11:11:05 +0200 (CEST) Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 76771-03-5; Mon, 3 Apr 2006 11:11:04 +0200 (CEST) Received: from bert.mlan.solnet.ch (bert.mlan.solnet.ch [212.101.1.83]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id 7391062A3; Mon, 3 Apr 2006 11:11:04 +0200 (CEST) From: Thomas To: Nik In-Reply-To: <60ffc71f0604030126w60070561i9781729205d3790d@mail.gmail.com> References: <60ffc71f0604030126w60070561i9781729205d3790d@mail.gmail.com> Content-Type: text/plain Date: Mon, 03 Apr 2006 11:11:08 +0200 Message-Id: <1144055468.15377.12.camel@bert.mlan.solnet.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 SolNet.ch ISP Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Cc: current@freebsd.org Subject: Re: BGP: can't set sockopt TCP_MD5SIG 0 to socket 16 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, 03 Apr 2006 09:11:16 -0000 Am Montag, den 03.04.2006, 16:26 +0800 schrieb Nik: > 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 > when activate the IBGP; > > Info: > 1) Two router is a Core - each has different version of OS and Quagga > 2) Two router is a Distribution -each has different version of OS and Quagga > > BGP: can't set sockopt TCP_MD5SIG 0 to socket 16 > BGP: can't set sockopt TCP_MD5SIG 0 to socket 15 > BGP: can't set sockopt TCP_MD5SIG 0 to socket 18 > > FYI, I've already compile quagga with MD5 patch for BGP. Thanks a lot. Use this kernel options: # quagga needs this for MD5 passwords on BGP sessions options TCP_SIGNATURE options FAST_IPSEC device crypto device cryptodev Regards, Thomas PS: This is a question for freebsd-net@ rather than current@ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"