[RTnet-developers] Rtnet can not ping
Brought to you by:
bet-frogger,
kiszka
|
From: <238...@qq...> - 2018-04-25 09:47:55
|
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 |