Hi y'all!
Aiming to use broadcast for the discovery, the dtn daemon log:
Wed Jan 27 14:51:55 2016 DEBUG.5 IPNDAgent: can not send message to [10.0.0.255]:4551 via [10.0.0.12]:4551 (universe)/eth0; socket exception: 13: Permission denied
but I can find where does the permission is denied from. The daemon is run as root.
Any suggestion or idea on how to work around this?
Is there a way to perform a static discovery (for test purposes)?
Have a nice day!
Best regards, --- Auzias Maël auzias.net https://www.auzias.net/en/ - vcard https://www.auzias.net/auzias.vcf - thesis http://people.irisa.fr/Mael.Auzias/ *GSM: 0033 695 118 774*
Hi,
this morning you posted an interesting mail about running IBRDTN in a docker container. Is this in docker, too, or is it running on an ordinary Linux box?
Best regards, Stephan
It's in Docker too, run with the flag `--privileged` for the sys_call of `tshark` (for the RAW socket).
(Thanks for the "interesting" ! )
Best regards, --- Auzias Maël auzias.net https://www.auzias.net/en/ - vcard https://www.auzias.net/auzias.vcf - thesis http://people.irisa.fr/Mael.Auzias/ *GSM: 0033 695 118 774*
On Wed, Jan 27, 2016 at 4:00 PM, Stephan Rottmann rottmann@ibr.cs.tu-bs.de wrote:
Hi,
this morning you posted an interesting mail about running IBRDTN in a docker container. Is this in docker, too, or is it running on an ordinary Linux box?
Best regards, Stephan
Hello,
as far as I know Docker does not support multicast/broadcast using the standard networking [1]. There exist a networking mode with direct access to the host interfaces. Maybe that is a way to get it working. I never tried that.
[1] https://github.com/docker/docker/issues/3043
Kind regards,
Johannes Morgenroth
Von: Ibr-dtn [mailto:ibr-dtn-bounces@ibr.cs.tu-bs.de] Im Auftrag von Maël Auzias Gesendet: Mittwoch, 27. Januar 2016 16:41 An: Stephan Rottmann rottmann@ibr.cs.tu-bs.de Cc: Ibr-dtn@ibr.cs.tu-bs.de Betreff: Re: [ibr-dtn] Discovery via broadcast
It's in Docker too, run with the flag `--privileged` for the sys_call of `tshark` (for the RAW socket).
(Thanks for the "interesting" ! )
Best regards, ---
Auzias Maël auzias.net https://www.auzias.net/en/ - vcard https://www.auzias.net/auzias.vcf - thesis http://people.irisa.fr/Mael.Auzias/
GSM: 0033 695 118 774
On Wed, Jan 27, 2016 at 4:00 PM, Stephan Rottmann <rottmann@ibr.cs.tu-bs.de mailto:rottmann@ibr.cs.tu-bs.de > wrote:
Hi,
this morning you posted an interesting mail about running IBRDTN in a docker container. Is this in docker, too, or is it running on an ordinary Linux box?
Best regards, Stephan
participants (3)
-
Maël Auzias
-
morgenroth@ibr.cs.tu-bs.de
-
Stephan Rottmann