Index: sample/testdht/DHTTest.cpp
===================================================================
--- sample/testdht/DHTTest.cpp	(revision 6760)
+++ sample/testdht/DHTTest.cpp	(revision 6786)
@@ -69,5 +69,5 @@
 	// bind communication and node listener
 	node->bind( this );                              /*NodeListener*/
-	//node->bind( this, DHTTest::DHTTEST_SERVICEID); /*CommunicationListener*/
+	node->bind( this, DHTTest::DHTTEST_SERVICEID); /*CommunicationListener*/
 
 	// start node module
Index: sample/testdht/conf/settings_node1.cnf
===================================================================
--- sample/testdht/conf/settings_node1.cnf	(revision 6786)
+++ sample/testdht/conf/settings_node1.cnf	(revision 6786)
@@ -0,0 +1,6 @@
+node.name = nodeone
+ariba.endpoints = tcp{5003}
+ariba.bootstrap. hints=dhttest{ip{127.0.0.1};tcp{5001}}
+
+dhttest.name = nodeone
+
Index: sample/testdht/conf/settings_node2.cnf
===================================================================
--- sample/testdht/conf/settings_node2.cnf	(revision 6786)
+++ sample/testdht/conf/settings_node2.cnf	(revision 6786)
@@ -0,0 +1,4 @@
+node.name = nodetwo
+ariba.endpoints = tcp{5003}
+ariba.bootstrap.hints=dhttest{ip{127.0.0.1};tcp{5003}}
+dhttest.name = nodetwo
Index: sample/testdht/conf/settings_node3.cnf
===================================================================
--- sample/testdht/conf/settings_node3.cnf	(revision 6786)
+++ sample/testdht/conf/settings_node3.cnf	(revision 6786)
@@ -0,0 +1,6 @@
+node.name = nodethree
+ariba.endpoints = tcp{5005}
+ariba.bootstrap.hints=dhttest{ip{127.0.0.1};tcp{5006}}
+
+dhttest.name = nodethree
+
Index: sample/testdht/conf/settings_node4.cnf
===================================================================
--- sample/testdht/conf/settings_node4.cnf	(revision 6786)
+++ sample/testdht/conf/settings_node4.cnf	(revision 6786)
@@ -0,0 +1,5 @@
+node.name = nodefour
+ariba.endpoints = tcp{5006}
+ariba.bootstrap.hints=dhttest{ip{127.0.0.1};tcp{5007}}
+
+dhttest.name = nodefour
Index: sample/testdht/conf/settings_node5.cnf
===================================================================
--- sample/testdht/conf/settings_node5.cnf	(revision 6786)
+++ sample/testdht/conf/settings_node5.cnf	(revision 6786)
@@ -0,0 +1,7 @@
+node.name = nodefive
+ariba.endpoints = tcp{5007}
+ariba.bootstrap.hints=dhttest{ip{127.0.0.1};tcp{5006}}
+
+dhttest.name=nodefive
+
+
Index: sample/testdht/conf/settings_poolpc.cnf
===================================================================
--- sample/testdht/conf/settings_poolpc.cnf	(revision 6786)
+++ sample/testdht/conf/settings_poolpc.cnf	(revision 6786)
@@ -0,0 +1,6 @@
+node.name = poolpc
+ariba.endpoints = tcp{5003}
+ariba.bootstrap.hints=dhttest{ip{141.3.161.109};tcp{5003}}
+
+dhttest.name = poolpc
+
Index: sample/testdht/conf/settings_slon.cnf
===================================================================
--- sample/testdht/conf/settings_slon.cnf	(revision 6786)
+++ sample/testdht/conf/settings_slon.cnf	(revision 6786)
@@ -0,0 +1,7 @@
+node.name = slon
+ariba.endpoints = tcp{5001}
+ariba.bootstrap.hints=dhttest{ip{127.0.0.1};tcp{5003}}
+
+dhttest.name = slon
+dhttest.key = pie
+dhttest.data = Pie is a very nutritious food.
