Hi,

My situation is that I would like to connect a RTAI + rtnet box with a vxworks 
controller. I have a cross cable joining the two boxes and another ethernet 
in the rtai box to have a connexion to our non-rt normal network.

I'm new in this of rtnet and after compiled, configured an interface and 
running an example with success I have a problem trying to connect to the 
vxworks. Normally to try to check if a network works I usually make a ping. 
With rtnet I have my ethernet configured  as 192.168.1.3 and the vxworks with 
192.168.1.4. I can do a rtping to my card:

./rtping 192.168.1.3
Real-time PING 192.168.1.3 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 time=23.8 us
64 bytes from 127.0.0.1: icmp_seq=2 time=14.0 us
.....

but when I do it to the other network I have:
 
./rtping 192.168.1.4
Real-time PING 192.168.1.4 56(84) bytes of data.
ioctl: No route to host

my rtroute says:
./rtroute
Host Routing Table
Hash    Destination     HW Address              Device
01      127.0.0.1       00:00:00:00:00:00       rtlo
03      192.168.1.3     00:00:00:00:00:00       rtlo
3F      192.168.1.255   FF:FF:FF:FF:FF:FF       rteth0

I'm sure that I'm doing something stupid but I'm really lost. Someone could 
light me in the dark path of the realtime and the network? ;-)

Regards,

Leo
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to