Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Alexander Aring
Hi, On Mon, May 09, 2016 at 06:20:48PM +0200, Baptiste Clenet wrote: > 2016-05-09 16:44 GMT+02:00 Alexander Aring : > > On Mon, May 09, 2016 at 04:24:34PM +0200, Baptiste Clenet wrote: > >> Hi Martine, > >> Thank you for the answer. > >> Ok ff04::1 is also a multicast address so I add it to every

Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Alexander Aring
On Mon, May 09, 2016 at 06:20:48PM +0200, Baptiste Clenet wrote: > 2016-05-09 16:44 GMT+02:00 Alexander Aring : > > On Mon, May 09, 2016 at 04:24:34PM +0200, Baptiste Clenet wrote: > >> Hi Martine, > >> Thank you for the answer. > >> Ok ff04::1 is also a multicast address so I add it to every board

Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Baptiste Clenet
Martine, I added ifconfig 7 add ff04::1 to board B and I couldn't ping f04::1 from Linux. Any other solution? 2016-05-09 18:20 GMT+02:00 Baptiste Clenet : > 2016-05-09 16:44 GMT+02:00 Alexander Aring : >> On Mon, May 09, 2016 at 04:24:34PM +0200, Baptiste Clenet wrote: >>> Hi Martine, >>> Thank yo

Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Baptiste Clenet
2016-05-09 16:44 GMT+02:00 Alexander Aring : > On Mon, May 09, 2016 at 04:24:34PM +0200, Baptiste Clenet wrote: >> Hi Martine, >> Thank you for the answer. >> Ok ff04::1 is also a multicast address so I add it to every board with >> gnrc_networking and I should be able to ping them with this multic

Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Alexander Aring
On Mon, May 09, 2016 at 04:24:34PM +0200, Baptiste Clenet wrote: > Hi Martine, > Thank you for the answer. > Ok ff04::1 is also a multicast address so I add it to every board with > gnrc_networking and I should be able to ping them with this multicast > address. > Shouldn't I use: > ifconfig 7 add

Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Baptiste Clenet
Hi Martine, Thank you for the answer. Ok ff04::1 is also a multicast address so I add it to every board with gnrc_networking and I should be able to ping them with this multicast address. Shouldn't I use: ifconfig 7 add multicast ff04::1 ? I'm missing something here, could give me an explanation p

Re: [riot-devel] Border-router and multicast

2016-05-09 Thread Martine Lenders
Hi Baptiste, are you sending from your Linux host or your border router? Because `ff02::1` is link-local and should not be forwarded by a border router. Try set-up a multicast address with a broader scope than link-local at your nodes, e.g. ifconfig 7 add ff04::1 And try if that works. Cheers, M

[riot-devel] Border-router and multicast

2016-05-09 Thread Baptiste Clenet
Hi, My set up: Linux -> board A (border router) board B (gnrc_networking) I've set up the border router, I can ping board B by changing fe80 by 2001:db8:: inside Linux, but I used the multicast address ff02::1 to send frames to all my nodes and this does not work. How can I do that with t