Hello,
I have 3 nodes A, B and C and I would like a route from A->B->C (A and C should not exchange data). I have tried to set up the static routes using previous answers in the forum but have been unable to do so.
In the configuration file, I see these lines:
#list pattern ^dtn://[[:alpha:]].moon.dtn/[[:alpha:]] #option destination dtn://host7
May I know how to edit these parameters to establish the routes?
Thanks!
Regards, Sandra
Hello Sandra,
to enforce no direct delivery from A to C, you have to disable the routing algorithms on node A by setting "routing" to "none" and set-up this static route:
config 'static-route' list pattern ^dtn://* option destination dtn://B
Kind regards, Johannes
Am 02.04.2014 18:26, schrieb Sandra Siby:
I have 3 nodes A, B and C and I would like a route from A->B->C (A and C should not exchange data). I have tried to set up the static routes using previous answers in the forum but have been unable to do so.
In the configuration file, I see these lines:
#list pattern ^dtn://[[:alpha:]].moon.dtn/[[:alpha:]] #option destination dtn://host7
participants (2)
-
Johannes Morgenroth
-
Sandra Siby