Hello,
I am having a problem that it looks like several other people have had, but
noone has posted any way to fix it.
I have a wireless ethernet card and after I configure it to connect to my
wireless network, I try a "ping xxx.xxx.xxx.xxx".
I get back a "PING: transmit failed, error code 11010" message.

From previous posts, it appears that there might be a SysIntr issue ... but
noone ever posted anything that says they fixed the problem.

If you have fixed this problem and/or know the solution ... please let me
know.

Thank you,
Craig

Re: Ping returns error 11010 by Jeff

Jeff
Thu Mar 03 06:27:10 CST 2005

"CWC" <CWC@discussions.microsoft.com> wrote in message
news:A26F6F26-4149-45A7-9066-BFA3B9C7D3D3@microsoft.com...
>
> Hello,
> I am having a problem that it looks like several other people have had,
> but
> noone has posted any way to fix it.
> I have a wireless ethernet card and after I configure it to connect to my
> wireless network, I try a "ping xxx.xxx.xxx.xxx".
> I get back a "PING: transmit failed, error code 11010" message.
>
> From previous posts, it appears that there might be a SysIntr issue ...
> but
> noone ever posted anything that says they fixed the problem.
>
> If you have fixed this problem and/or know the solution ... please let me
> know.

See
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/b1795425f75eca8d/9fb3a135e74517f2
(mind the wrap); that return value is not a Winsock value but an IP_STATUS
value indicating a timeout. Make sure everyone between you and the ping
target is responding to ICMP requests -- firewalls often block pings.



Re: Ping returns error 11010 by CWC

CWC
Thu Mar 03 12:13:07 CST 2005


Hi Jeff,
Thank you for your reply. I did some checking and it turns out that someone
changed the IP address for our wireless network. Thus my default gateway was
wrong. Now I can ping at will.

Thanks again.
Craig

"Jeff Henkels" wrote:

> "CWC" <CWC@discussions.microsoft.com> wrote in message
> news:A26F6F26-4149-45A7-9066-BFA3B9C7D3D3@microsoft.com...
> >
> > Hello,
> > I am having a problem that it looks like several other people have had,
> > but
> > noone has posted any way to fix it.
> > I have a wireless ethernet card and after I configure it to connect to my
> > wireless network, I try a "ping xxx.xxx.xxx.xxx".
> > I get back a "PING: transmit failed, error code 11010" message.
> >
> > From previous posts, it appears that there might be a SysIntr issue ...
> > but
> > noone ever posted anything that says they fixed the problem.
> >
> > If you have fixed this problem and/or know the solution ... please let me
> > know.
>
> See
> http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/b1795425f75eca8d/9fb3a135e74517f2
> (mind the wrap); that return value is not a Winsock value but an IP_STATUS
> value indicating a timeout. Make sure everyone between you and the ping
> target is responding to ICMP requests -- firewalls often block pings.
>
>
>