Dear Mohammad,

It isn't clear whether you have 3 different configuration files or not, so let's make sure you have them.
You didn't give info on node 3 either.

Node 1 should have a conf file with :
#Connected to node 2
static1_address = 192.168.10.12
static1_uri = dtn://dtn-node2.dtn

static1_proto = tcp

Node 2 should have a conf file with :
#Connected to Node 1
static1_address = 192.168.10.11
static1_uri = dtn://dtn-node1.dtn

static1_proto = tcp
# Connected to Node 3
static2_address = 192.168.10.13
static2_uri = dtn://dtn-node3.dtn

static2_proto = tcp

Node 3 should have a conf file with :
#Connected to node 2
static1_address = 192.168.10.12
static1_uri = dtn://dtn-node2.dtn

static1_proto = tcp

2015-12-17 11:12 GMT+01:00 Mohammad Rifqi <rifqi15dn@gmail.com>:
dear johannes morgenroth,

thank you for your correction. i've try as your correction, but still the node can not forward the bundle.

#node 2
static1_address = 192.168.10.12
static1_uri = dtn://dtn-node2.dtn
static1_proto = tcp
#node 1
static2_address = 192.168.10.11
static2_uri = dtn://dtn-node1.dtn
static2_proto = tcp

is there another solution for my problem?
thanks, rifqi

2015-12-17 16:52 GMT+07:00 Johannes Morgenroth <jm@m-network.de>:
Hello Rifqi,

you have a typo in your configuration. The last line of the quoted part below should be "static2_proto = tcp" instead of "static1_proto = tcp".

Am 16.12.2015 um 14:51 schrieb Mohammad Rifqi:
#node 2
static1_address = 192.168.10.12
static1_uri = dtn://dtn-node2.dtn
static1_proto = tcp
#node 1
static2_address = 192.168.10.11
static2_uri = dtn://dtn-node1.dtn
static1_proto = tcp

Kind regards,
Johannes


--
!! This message is brought to you via the `ibr-dtn' mailing list.
!! Please do not reply to this message to unsubscribe. To unsubscribe or adjust
!! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de>
!! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn.