A Dimarts 13 Març 2007 14:58, Emanuele Clerici va escriure:
> I suppose tha the matter is that in your routing table remote host record
> is not present
> for example
> 01      192.168.3.1     00:00:00:00:00:00       rtlo
> 01      127.0.0.1       00:00:00:00:00:00       rtlo
> 02      192.168.3.2     00:48:54:6D:73:51       rteth0   (this one is
> missing)
> 3F      192.168.3.255   FF:FF:FF:FF:FF:FF       rteth0
>
> you should add it with
> rtroute add 192.168.3.2  HWaddr dev rteth0
> replacing  HWaddr with the right value of remote net card

yes!!!!

thank's 

only adding a route to the other box.
rtroute add 192.168.3.2 dd:dd:dd:xX ..... dev rteth0

and it wortks.

Thanks,

Best regards,

Leo

> Emanuele
>
> On 3/13/07, Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > first of all I'm sorry if I post this message in the wrong list, but the
> > rtnet-users list is a bit dead and probably someone here could help me in
> > this.
> >
> > 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
>
> _______________________________________________
>
> > RTAI mailing list
> > [EMAIL PROTECTED]
> > https://mail.rtai.org/cgi-bin/mailman/listinfo/rtai

-------------------------------------------------------------------------
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