From owner-freebsd-net@FreeBSD.ORG Thu May 26 16:22:54 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0756516A430 for ; Thu, 26 May 2005 16:22:53 +0000 (GMT) (envelope-from lee@wildcard.net.uk) Received: from ded.office.wildcard.net.uk (gw.office.wildcard.net.uk [82.138.232.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EA543D8C for ; Thu, 26 May 2005 16:22:47 +0000 (GMT) (envelope-from lee@wildcard.net.uk) Received: from gate.wildcard.net.uk (gate.internal.office.wildcard.net.uk [192.168.15.3]) by ded.office.wildcard.net.uk (8.12.11/8.12.11) with ESMTP id j4QGMjAL007771 for ; Thu, 26 May 2005 17:22:45 +0100 (BST) (envelope-from lee@wildcard.net.uk) Message-Id: <6.1.0.6.0.20050526171734.01a4a908@mail.wildcardinternet.co.uk> X-Sender: ljohns@mail.wildcardinternet.co.uk X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Thu, 26 May 2005 17:22:47 +0100 To: freebsd-net@freebsd.org From: Lee Johnston Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: FreeBSD 5.4 - TCP MD5 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 16:22:54 -0000 Hi, I'm trying to configure a 5.4 box with Quagga to support TCP MD5 Passwords. I've achieved this previously with 4.10, but when I try to add the following kernel options, 5.4 doesn't like it: options FAST_IPSEC options crypto options TCP_MD5 config gives: VENUS: unknown option "TCP_MD5" I have this in /etc/ipsec.conf add 192.168.1.1 192.168.1.2 tcp 0x1000 -A tcp-md5 "[password]"; setkey -f /etc/ipsec.conf gives: pfkey_open: Protocol not supported What is the correct way for enabling TCP MD5 signatures on 5.4? Thanks, Regards, Lee.