cannot DTNping when use static routing
hello,
i try to add route2, but still got the same message when i try to dtnping "timeout"
and the notice (log when start the ibrdtn) keep repeated : bundle received-deleted-queued
how can i fix this ?
Hi.
You have disabled dynamic routing completely on nodeA. Thus, even direct delivery is not performed in this case. Without any additional static route nodeA does not know how to route bundles for nodeB.
I assume dtnping is working if you ping from nodeA to nodeC, right?
To allow nodeA to ping even nodeB, you need to add an additional route to the configuration of nodeA.
route2 = dtn://nodeB.dtn/* dtn://nodeB.dtn
Alternatively, you can define one route to send all traffic through nodeB.
route1 = dtn://* dtn://nodeB.dtn
If you set all nodes to "routing = default". Does dtnping then work?
Am 06.06.2014 13:17, schrieb magda lena:
i try to add route2, but still got the same message when i try to dtnping "timeout"
and the notice (log when start the ibrdtn) keep repeated : bundle received-deleted-queued
how can i fix this ?
Hello, yes when i set all nodes to routing=default, it can dtnping each other. but when i try to use static routing (like we discuss before) it did not work.
and when i look into the storage_path, in my case /home/trie/ibrdtn/bundles the bundle file keep appear and disappear when the notice keep repeating : bundle received-deleted-queued
thank you.
If you set all nodes to "routing = default". Does dtnping then work?
participants (2)
-
Johannes Morgenroth
-
magda lena