Date: Tue, 30 Jan 2001 12:04:06 -0800 (PST) From: Yu-Shun Wang <yushunwa@isi.edu> To: <freebsd-net@freebsd.org> Cc: <yushunwa@isi.edu> Subject: IPComp question Message-ID: <Pine.BSF.4.31.0101301149060.1149-100000@amc.isi.edu> In-Reply-To: <953kce$2q6k$1@igloo.uran.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <yushunwa@isi.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0101301149060.1149-100000>