Fwd: static routing and how to see bundle at receiver
hello, I'm doing research for my thesis about ibr-dtn routing. i have several questions about routing on ibr-dtn.
1. 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 ?
2. how can i see(check) that bundle sent to node B from A and sent again to node C ?
thank you so much. hope that you can help fix my problem :)
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
participants (2)
-
magda lena
-
Stephan Rottmann