Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ping problem in new vxWorks 6.6

1,345 views
Skip to first unread message

vadik

unread,
Mar 3, 2009, 5:28:26 AM3/3/09
to
Hello all,
I have a fresh vxWorks 6.6 image .
I have ethernet interface configured and I receive from ifconfig the
following:
lo0 Link type:Local loopback Queue:none
...
lltemac0 Link type:Ethernet HWaddr 06:05:04:03:02:01
Queue:none
inet 150.60.8.8 mask 255.255.0.0 broadcast 150.60.255.255
inet 224.0.0.1 mask 240.0.0.0
UP RUNNING SIMPLEX BROADCAST MULTICAST
MTU:1500 metric:1 VR:0 ifindex:2
RX packets:0 mcast:0 errors:0 dropped:0
TX packets:8 mcast:0 errors:0
collisions:0 unsupported proto:0
RX bytes:0 TX bytes:336
from hostShow :
hostname inet address aliases
-------- ------------ -------
localhost 127.0.0.1
vxTarget 150.60.8.8
host 150.60.8.9
But when I try to ping :
ping "150.60.8.9"

Pinging host (150.60.8.9) with 64 bytes of data:
Request timed out: Operation would block (70).
Request timed out: Operation would block (70).
Request timed out: Operation would block (70).
Host unreachable received from 150.60.8.8

--- host ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 4000 ms
value = -1 = 0xffffffff

What am missing here ?

gvar...@hotmail.com

unread,
Mar 3, 2009, 7:21:12 PM3/3/09
to

Wow, I fought this problem for a long time with 6.6 on the ads8572.
Debugged way down into the stack code and never figured it out.
Then moved to vxWorks 6.7 and it magically worked.
If you can upgrade, try that.

HTH
GV

vadik

unread,
Mar 4, 2009, 3:47:11 AM3/4/09
to

Thank you for the suggestion, meanwhile I figured it out.
lltemac defaulted to 1000 Mbps while my connection was only 100 Mbps,
once I configured lltemac to work with 100 Mbps it is working .

gvar...@hotmail.com

unread,
Mar 4, 2009, 10:02:25 AM3/4/09
to

Thanks for sharing the solution.
It may be my problem was the same cause.
I think this is the sort of thing auto-negotiation is supposed to sort
out -- right? ;-)

GV

kailash

unread,
Mar 5, 2009, 4:14:59 AM3/5/09
to gvar...@hotmail.com

Hi,

Even I am facing a similar issue with VxWorks 6.5 with the the Network
Stack 6.6 Backported. Can you give me a little more details as to how
you narrowed down to the problem being that of the Ethernet Speed and
how you got around the same.

Thanks and Regards,
Kailash

pappuda

unread,
Mar 15, 2009, 11:18:26 AM3/15/09
to

Hi,

Though you would have got ur answer but i thought to share this info
as it cud b useful to others if not u.
u were trying to ping the host IP addr from the target/host shell.
All u need to do is to include the below components in the kernel:
(a) INCLUDE_PING
(b) network show routines (must) and all other show routines like
ICMP, TCP, UDP (depends)
(c) INCLUDE_ROUTEC
Execute the commands in the order:
(a) ifconfig
(b) ifShow
(c) routec("add -net host ipaddr target ipaddr");
(d) ping "host ipaddr",4

Hope its useful. Incase u need the exact commands, let me know.

Regards,
Swaroop

A.S.

unread,
May 12, 2009, 11:21:16 AM5/12/09
to

On 6.5, I can ping (ICMPv4) the host but ping6 returns the same error
messages:

Pinging 2002:1:2:3::2 (2002:1:2:3::2) with 64 bytes of data:


Request timed out: Operation would block (70).

Direct cable (also tried crossover) to a Windows XP host.

Any suggestions appreciated.

lipe...@gmail.com

unread,
Jan 7, 2016, 4:33:43 AM1/7/16
to
在 2009年3月3日星期二 UTC+8下午6:28:26,vadik写道:
Has the problem been solved?

abhi.b...@gmail.com

unread,
Jan 20, 2016, 10:29:04 PM1/20/16
to
hello vadik,

use the class for giving IP address.
if you are using ethernet cable use 169.254.245.102 this class for host and target as well.

if you are using with internet use 192.168.0.102.
Thanks

alung...@gmail.com

unread,
Jul 24, 2018, 10:05:02 AM7/24/18
to
Did You find the solutio
0 new messages