Hi Prem,
Please confirm your setting of TN.
In /usr/local/v6eval/etc/tn.def
1.check MAC address
"Link0" entry MUST have:
- the EXACT name of Tester Interface.
- a EXACT MAC address.
^^^^^
Please refer INSTALL.ct(3.1.5. /usr/local/v6eval/etc/tn.def (Temporally required)).
2.check "filter ipv6"
If you use IPv4, you should comment out following line.
RemoteLogout 0
RemoteMethod serial
#filter ipv6
^^
Best Regards,
On Mon, 28 Nov 2005 20:42:56 +0900
Hideshi Enokihara <Hideshi.Enokihara@jp.yokogawa.com> wrote:
> Hi Prem,
>
> I think that this is bug of the script.
> Please modify the script like as follow.
>
>
> foreach my $frames (@recv_packets){
> - if ($ret2{recvFrame} eq $frames) {
> + if ($ret2{'recvFrame'} eq $frames) {
> $match++;
> last;
> }
> }
>
> We will fix this bug in next release.
>
> Thanks for your report,
> Best Regards,
>
> On 23 Nov 2005 05:47:57 -0000
> "PRAMENDRA SINGH" <parma_it@rediffmail.com> wrote:
>
> > __> Hi
> >
> > I got an issue regarding DNS Client Test case no. 25
> > As per the above mentioned test case following sequence is followed..
> >
> > 1. The NUT sends a standard query (A.example.com) to DNS Server 1
> > 2. The TN (DNS Server 1)sends back the standard reply for above query.
> > 3. The NUT sends Echo request message to AP Server 1(TN)
> >
> > So whenever we run the test case it asks for following input from NUT
> > ping -c 2 -i 3 A.example.com.
> >
> > The problem comes in step no. 3. It (TN) says could not receive any echo request from NUT, whereas in the NUT I get echo reply from this IP (192.168.1.10)...
> >
> > I traced the script file (CL_RFC1034_5_2_return_answer.seq) for this & found that,
> > after line no. 307 I printed $ret2{'recvCount'} & found its value as 3
> > also I printed $ret2{recvFrame}& $frames, after 310 & found that $ret2{recvFrame} contains nothing & $frames contains 'echo_request_from_nut' ...thats why the match fails...
> > Is it the problem with script...coz again in my NUT I get the echo reply...
> > Please help.....
> >
> > thanks & regards
> > Prem
> >
>
>
> --
> *************************************
> Hideshi Enokihara
> IPv6 Business
> Network & Software Development Dept.
> Yokogawa Electric Corporation
>
--
*************************************
Hideshi Enokihara
IPv6 Business
Network & Software Development Dept.
Yokogawa Electric Corporation