Re: [Networktest-sctp] Question about SCTP
Brought to you by:
fnst-netdev
|
From: Wei Y. <yj...@cn...> - 2011-04-19 00:41:50
|
> On 04/07/2011 11:50 AM, Wei Yongjun wrote: >> >> >>> On 04/07/2011 09:48 AM, Wei Yongjun wrote: >>> >>>> >>>> >>>>> Hi all, >>>>> >>>>> I am doing test with SCTP test suite and I followed the steps on: >>>>> http://networktest.sourceforge.net/usage.html >>>>> >>>>> >>>> Are you using the orig v6eval from tahi.org? >>>> >>>> >>> Yes, I think so. I am using this one: >>> http://www.tahi.org/release/v6eval/v6eval-3.1.0.tar.gz >>> >>> Dose "SCTP test suite" support FreeBSD? >>> I am using a FreeBSD host as TN, and a Linux host as NUT. >>> I want to test SCTP for Linux kernel. >>> >> You can use linux as TN, the orig v6eval does not support SCTP. >> You can need our patch for v6eval to support it. >> > Ok, I have setup the test env with two RHEL6 host. But all test failed during ipv6Ping test, so there is still some configuration issue. > Maybe my linux version differs from yours. Which linux version do you suggest as TN? This may because you IPv6 address is not config correctly. The IP should link this: ________________________________________________ | 3ffe:501:ffff:100:... 3ffe:501:ffff:100:... | ethX | 192.168.0.19 192.168.0.21 | ethX _______|_______ _______|_______ | | | | | TN |--------------ttySx-------------| NUT | |_______________| |_______________| | | ethY | 192.168.1.19 192.168.1.21 | ethY | 3ffe:501:ffff:101:... 3ffe:501:ffff:101:... | |________________________________________________| > > Thanks, > Pengzhen >>> Regards, >>> Pengzhen >>> >>>> >>>> >>>>> But in the last step, when I run "make config" in sctp dir and got the following error: >>>>> ------------------ >>>>> FreeBSD8# pwd >>>>> /usr/local/v6eval/sctp >>>>> FreeBSD8# make config >>>>> Configuring the Testing... >>>>> >>>>> Can't locate SimpleRemote.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.9/BSDPAN /usr/local/lib/perl5/site_perl/5.8.9/mach /usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/5.8.9/mach /usr/local/lib/perl5/5.8.9 .) at ./configure.pl line 39. >>>>> BEGIN failed--compilation aborted at ./configure.pl line 39. >>>>> *** Error code 2 >>>>> >>>>> Stop in /usr/local/v6eval/sctp/config. >>>>> *** Error code 1 >>>>> >>>>> Stop in /usr/local/v6eval/sctp. >>>>> ------------- >>>>> >>>>> It seems that "SimpleRemote.pm" is missing and I search CPAN but still can not find it. >>>>> Can you tell me where to find that file? >>>>> >>>>> Thanks and best resgards, >>>>> Pengzhen Cao >>>>> >>>>> >>>>> >>> >>> > > |