Hello.
I am trying to set up a simple network using static routes.
I want to have three nodes A,B and C. When I send a bundle from A to C I want it to pass trough B and not directly to C.
Is is possible ? I tried setting up the conf file to do this but the bundle is sent to B and C directly from A.
On node A I have this configuration
routing=default
route1= dtn://drivein254.dtn dtn://drivein253.dtn //on static routing rules
static1_address = 20.0.0.253 # the node has the address 10.0.0.5 static1_port = 4556 # accept bundles on port 4556 static1_uri = dtn://drivein253.dtn # eid of the node is "dtn://node-five.dtn" static1_proto = tcp # reachable over TCP static1_immediately = yes # connect immediately to this node
Thank you
Regards,
Bruno Tavares