Re: problem with NDIS test
- From: "ning" <ning@xxxxxxxxxxxxxxxx>
- Date: Tue, 17 Jan 2006 14:23:51 -0500
Thanks for the info. It is very helpful. It appears that the test client and
server uses UDP port 25000 to coordinate startup and shutdown. They use IP
multicast address 234.13.X.X to talk to each other. However, both the client
and server has multiple network interfaces and there is not a route for this
address. Furthermore, the default gateway may change during WHQL tests since
drivers and loaded/unloaded. As a result, these packets sometimes go out of
the "wrong" interface and never reach the other party. The solution is to
manually add a persistent route on client and server for the above address
that routes these packets through the "messaging" interface.
"Stephan Wolf [MVP]" <stewo68@xxxxxxxxxxx> wrote in message
news:1137423225.156271.305280@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Yes, I seem to remember we had the same problem years ago, i.e.
> NDISTest claims to complete immediately.
>
> Check the test log file(s). There should be some hints.
>
> Also check the debug output with a tool like DebugView, see my 2003
> article on NDISTest:
>
> "Testing Network Drivers with NDIS the Test Tool"
> http://www.wd-3.com/archive/NDISTest.htm
> (Some links are broken, but it's still worth reading I guess.)
>
> See also:
>
> "Using NDISTest During Driver Development"
> http://www.microsoft.com/whdc/DevTools/tools/NDIStest.mspx
>
> Stephan
> ---
> ning wrote:
>> Hi,
>>
>> I posted this message on the winlogo news group but that group seems to
>> have little activity. I have a strange problem with NdisTest. The
>> problem is that when I click start, the Test GUI does not show any
>> process
>> (Loading scripts, etc) and it displays "Test complete" after about 10
>> seconds. No logs are generated. It only occurs with
>> two machine setup. The problem sometimes goes away if I reboot the
>> switch/test machines. But then it can only be fixed by
>> uninstall/reinstall
>> HCT.
>>
>> Client and server are both directly plugged into one NetGear Hub. The
>> support card on the server is plugged into another hub. Client test
>> adapter
>> access the support adapter through VPN software.
>>
>> It appears that the test server (or client) would ignore the UDP packet
>> send
>> from the
>> client during initial test start. It is almost like that the server keeps
>> the client information in some file or registry and doesn't clean them
>> up.
>> But deleting NDTEST related registry key does not help.
>>
>> I wonder if anyone has seen this before and could offer some suggestions.
>>
>> Thank you,
>>
>> Ning
>
.
- References:
- problem with NDIS test
- From: ning
- Re: problem with NDIS test
- From: Stephan Wolf [MVP]
- problem with NDIS test
- Prev by Date: Re: kernel space pageable components
- Next by Date: Re: Unloading driver after DriverEntry fails
- Previous by thread: Re: problem with NDIS test
- Next by thread: Re: problem with NDIS test
- Index(es):
Relevant Pages
|