Hi
I recently using xenomai3 for UDP communication, but meet some problems when 
using Rtnet.
I can use:
sudo rmmod e1000e
sudo ./rtnet start
sudo ./rtifconfig rteth0 down
(without this line  the ./rtroute solicit ... command will fail, but the vnic0 
also disappears)
sudo ./rtifconfig rteth0 up 192.168.1.19 netmask 255.255.255.0
sudo ./rtroute solicit 192.168.1.10 dev rteth0  (or any other outside address)


Then I can only connect the outside address using rtping, but I can not
connect the outside address with ping or other method, such as connect().
sendto() or recvfrom(). I really don't know why.


Then I tried:
ifconfig rteth0 up 192.168.1.19 netmask 255.255.255.0,  but has no effect.
I also tried to add the route table with no effect.
And what is the relationship between the rteth0 and vnic0?


Hopes for your reply!
regards
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
RTnet-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rtnet-developers

Reply via email to