From owner-freebsd-net Tue Jan 30 12: 4:25 2001 Delivered-To: freebsd-net@freebsd.org Received: from amc.isi.edu (amc.isi.edu [128.9.160.102]) by hub.freebsd.org (Postfix) with ESMTP id 75B7937B4EC for ; Tue, 30 Jan 2001 12:04:07 -0800 (PST) Received: from localhost (yushunwa@localhost) by amc.isi.edu (8.11.1/8.11.1) with ESMTP id f0UK47v01406; Tue, 30 Jan 2001 12:04:07 -0800 (PST) (envelope-from yushunwa@amc.isi.edu) Date: Tue, 30 Jan 2001 12:04:06 -0800 (PST) From: Yu-Shun Wang To: Cc: Subject: IPComp question In-Reply-To: <953kce$2q6k$1@igloo.uran.net.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I tried to measure bandwidth with IPComp enabled, but kept getting the error message "no response" from netperf (/usr/ports/benchmark/netperf). For all I could tell from tcpdump, netperf established ctrl channel, and about 5 to 8 packets were sent with IPComp applied, but I never saw any return or ack packets for netperf. Here are the setkey conf files I used. Please let me know if I missed anything. Host1: 10.1.1.102 add 10.1.1.102 10.1.1.75 ipcomp 10001 -C deflate ; add 10.1.1.75 10.1.1.102 ipcomp 10002 -C deflate ; spdadd 10.1.1.102 10.1.1.75 any -P out ipsec ipcomp/transport/10.1.1.102 -10.1.1.75/require ; spdadd 10.1.1.75 10.1.1.102 any -P in ipsec ipcomp/transport/10.1.1.75- 10.1.1.102/require ; Host2: 10.1.1.75 add 10.1.1.102 10.1.1.75 ipcomp 10001 -C deflate ; add 10.1.1.75 10.1.1.102 ipcomp 10002 -C deflate ; spdadd 10.1.1.102 10.1.1.75 any -P in ipsec ipcomp/transport/10.1.1.102 -10.1.1.75/require ; spdadd 10.1.1.75 10.1.1.102 any -P out ipsec ipcomp/transport/10.1.1.75- 10.1.1.102/require ; Thanks, yushun. ____________________________________________________________________________ Yu-Shun Wang Information Sciences Institute University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message