28 May
2014
28 May
'14
9:33 a.m.
Hi,
- how can i configure ibrdtn.conf file to if i want to :
send data from node A to node C, but it goes through node B first before reach node C ?
In the config file, set routing to "none". This means that no bundles will be delivered to anyone... ...but then you have to add a static route which says that bundles to C will be sent via B. This will happen even with routing = none. Regarding the syntax, there is an example in the default config.
- how can i see(check) that bundle sent to node B from A and sent
again to node C ?
Start the daemons with -v. Then you will see the output in the log files which say that bundles would be forwarded. Otherwise, you can use `wireshark` or `tcpdump`.
Stephan