7 Mar
2014
7 Mar
'14
10:41 a.m.
Am 07.03.2014 10:31, schrieb Maƫl Auzias:
Have a nice day!
Thanks!
If the daemon is installed using the Debain packages a configuration file is located in /etc/ibrdtn/ibrdtnd.conf. This is very common for packages which install some kind of server / service. Take a look at the configuration file. It is commented and need some changes to listen to the right network interfaces.
By default, the daemon does not listen to any interface!
To listen on wlan0 at least this configuration is required...
net_interfaces = wifi net_wifi_type = tcp net_wifi_interface = wlan0 net_wifi_port = 4556
Then the "-i wlan0" option is no longer necessary.
Kind regards, Johannes Morgenroth