* Re: [Cerowrt-devel] Multicast forwarding
[not found] <CAFjk_J91RxqtvUQKFQQc0P_udVMWhLGr4Eq4ezSrN7+HU9ZbCw@mail.gmail.com>
@ 2014-09-28 15:01 ` Dave Taht
2014-09-28 16:52 ` Kail
2014-09-29 18:11 ` Maciej Soltysiak
0 siblings, 2 replies; 4+ messages in thread
From: Dave Taht @ 2014-09-28 15:01 UTC (permalink / raw)
To: Kail, cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]
The right list for this question is cerowrt-devel
What guide?
On Sep 28, 2014 1:23 AM, "Kail" <kaildio@gmail.com> wrote:
> Hi all,
>
> I'm trying to enable DLNA across wifi and wired on 3.10.
>
> PIM is already there is seems to be configured correctly (but for RP
> address, but should not need this).
>
> I added a rule on mangle PREROUTING for incresing the TTL by one for
> 224.../4
>
> I've 3 devices that serves as media servers but only those on sw00 see
> each others.
>
> root@cerowrt:~# ip mroute show
> (172.30.42.72, 239.255.255.250) Iif: sw00 Oifs: se00 sw10
> (172.30.42.21, 239.255.255.250) Iif: se00 Oifs: sw10 sw00
> (172.30.42.73, 239.255.255.250) Iif: sw00 Oifs: se00 sw10
>
> Following hints from the guide [1] I tried pinging 225.1.2.3 from
> 172.30.42.21. This resulted in
> (172.30.42.21, 225.1.2.3) Iif: unresolved
>
> and 'pimd -r' shows no sign of this group.
>
> No icmp or igmp packets are sent on sw+ for this multicast pings.
>
> Do you have any suggestion on what and where to look. I don't like the
> idea of bridging the internal lans.
>
> Thanks,
> Kail
>
>
> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat
>
>
[-- Attachment #2: Type: text/html, Size: 2013 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] Multicast forwarding
2014-09-28 15:01 ` [Cerowrt-devel] Multicast forwarding Dave Taht
@ 2014-09-28 16:52 ` Kail
2014-09-29 18:11 ` Maciej Soltysiak
1 sibling, 0 replies; 4+ messages in thread
From: Kail @ 2014-09-28 16:52 UTC (permalink / raw)
To: Dave Taht; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 1752 bytes --]
Hi Dave,
thanks for forwarding to the right list.
Forgot this line
[1] http://troglobit.com/multicast-howto.html
Thanks,
Kail
On Sun, Sep 28, 2014 at 5:01 PM, Dave Taht <dave.taht@gmail.com> wrote:
> The right list for this question is cerowrt-devel
>
> What guide?
> On Sep 28, 2014 1:23 AM, "Kail" <kaildio@gmail.com> wrote:
>
>> Hi all,
>>
>> I'm trying to enable DLNA across wifi and wired on 3.10.
>>
>> PIM is already there is seems to be configured correctly (but for RP
>> address, but should not need this).
>>
>> I added a rule on mangle PREROUTING for incresing the TTL by one for
>> 224.../4
>>
>> I've 3 devices that serves as media servers but only those on sw00 see
>> each others.
>>
>> root@cerowrt:~# ip mroute show
>> (172.30.42.72, 239.255.255.250) Iif: sw00 Oifs: se00 sw10
>> (172.30.42.21, 239.255.255.250) Iif: se00 Oifs: sw10 sw00
>> (172.30.42.73, 239.255.255.250) Iif: sw00 Oifs: se00 sw10
>>
>> Following hints from the guide [1] I tried pinging 225.1.2.3 from
>> 172.30.42.21. This resulted in
>> (172.30.42.21, 225.1.2.3) Iif: unresolved
>>
>> and 'pimd -r' shows no sign of this group.
>>
>> No icmp or igmp packets are sent on sw+ for this multicast pings.
>>
>> Do you have any suggestion on what and where to look. I don't like the
>> idea of bridging the internal lans.
>>
>> Thanks,
>> Kail
>>
>>
>> _______________________________________________
>> Bloat mailing list
>> Bloat@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/bloat
>>
>>
--
"Our souls that God has given us... our spirit. Is not our body an
existence all too small and weak for our spirits which found a way to swim
through the vast network and live in the infinity of space?"
-= Cowboy Bebop =-
[-- Attachment #2: Type: text/html, Size: 3039 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] Multicast forwarding
2014-09-28 15:01 ` [Cerowrt-devel] Multicast forwarding Dave Taht
2014-09-28 16:52 ` Kail
@ 2014-09-29 18:11 ` Maciej Soltysiak
2014-09-29 18:47 ` Kail
1 sibling, 1 reply; 4+ messages in thread
From: Maciej Soltysiak @ 2014-09-29 18:11 UTC (permalink / raw)
To: Dave Taht; +Cc: Kail, cerowrt-devel
> On Sep 28, 2014 1:23 AM, "Kail" <kaildio@gmail.com> wrote:
>> I'm trying to enable DLNA across wifi and wired on 3.10.
>>
>> PIM is already there is seems to be configured correctly (but for RP
>> address, but should not need this).
Ever since this stopped working for me I just gave up and thought it
must be my devices and/or software. ENOTIME.
>> I've 3 devices that serves as media servers but only those on sw00 see
>> each others.
Interesting... Although it doesn't work for me atm, I think I've seen
the exact behavior in the past.
Are you on 3.10.50-1?
Regards,
Maciej
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] Multicast forwarding
2014-09-29 18:11 ` Maciej Soltysiak
@ 2014-09-29 18:47 ` Kail
0 siblings, 0 replies; 4+ messages in thread
From: Kail @ 2014-09-29 18:47 UTC (permalink / raw)
To: Maciej Soltysiak; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]
Hi Maciej
On Mon, Sep 29, 2014 at 8:11 PM, Maciej Soltysiak <maciej@soltysiak.com>
wrote:
> > On Sep 28, 2014 1:23 AM, "Kail" <kaildio@gmail.com> wrote:
> >> I'm trying to enable DLNA across wifi and wired on 3.10.
> >>
> >> PIM is already there is seems to be configured correctly (but for RP
> >> address, but should not need this).
> Ever since this stopped working for me I just gave up and thought it
> must be my devices and/or software. ENOTIME.
>
>
It could, maybe are devices that multicast dlna but they serve only on the
same network, for some unknown reason. But I don't know how to debug that.
I'd be happy enough to see the multicast ping work or some other test that
validate the network config before moving into devices.
Anything I can try comes to your mind. I've some time for this atm, don't
know how long it will last.
> >> I've 3 devices that serves as media servers but only those on sw00 see
> >> each others.
> Interesting... Although it doesn't work for me atm, I think I've seen
> the exact behavior in the past.
>
> Are you on 3.10.50-1?
>
Yes.
>
> Regards,
> Maciej
>
Regards,
Kail
[-- Attachment #2: Type: text/html, Size: 2042 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-29 18:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <CAFjk_J91RxqtvUQKFQQc0P_udVMWhLGr4Eq4ezSrN7+HU9ZbCw@mail.gmail.com>
2014-09-28 15:01 ` [Cerowrt-devel] Multicast forwarding Dave Taht
2014-09-28 16:52 ` Kail
2014-09-29 18:11 ` Maciej Soltysiak
2014-09-29 18:47 ` Kail
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox