From owner-freebsd-questions Tue Sep 19 5:14:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rnocserv.urc.ac.ru (rnocserv.urc.ac.ru [193.233.85.2]) by hub.freebsd.org (Postfix) with ESMTP id 7D91737B423 for ; Tue, 19 Sep 2000 05:11:22 -0700 (PDT) Received: from pelennor (pelennor.rnoc.urc.ac.ru [193.233.85.9]) by rnocserv.urc.ac.ru (8.11.0/8.9.3) with SMTP id e8JCA6m67394 for ; Tue, 19 Sep 2000 18:10:06 +0600 (ESS) (envelope-from zelya@urc.ac.ru) Message-ID: <00a501c02232$800b3060$0955e9c1@rnoc.urc.ac.ru> From: "Alex E. Zelenin" To: Subject: IPsec, setkey problem Date: Tue, 19 Sep 2000 18:09:44 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello ! I tried to implement host-to-host encryption on FreeBSD 4.1 release. So, I set options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options IPSEC_DEBUG #debug for IP security in kernel configuration file, compiled and installed new kernel. Then I wrote this script: setkey -d -c <-E <1> <1>simple <1> <1>"mommy000" line 2: Must get supported algorithms list first at [mommy000] parse failed, line 2. I would like to know how could I give to this utility that list? BTW, if I replace option -d with -v or without any options (except -c, of course), I got line 4: syntax error at [E] parse failed, line 4. With best regards, Alexey Zelenin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message