Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
From: Dave Taht <dave.taht@gmail.com>
To: Alijah Ballard <alijahb@gmail.com>
Cc: "cerowrt-devel@lists.bufferbloat.net"
	<cerowrt-devel@lists.bufferbloat.net>
Subject: Re: [Cerowrt-devel] going down the todo list
Date: Sun, 19 Jan 2014 17:25:58 -0500	[thread overview]
Message-ID: <CAA93jw4VTq1B-RRfwvpPUQ9UA2w6QSveZhj_teAXVgwU3_Fh-A@mail.gmail.com> (raw)
In-Reply-To: <CAOGcCtC5Hs1BmS5rqvfmcK6eYBdLZW1ouR6ND00foAbVN-CPOw@mail.gmail.com>

On Sun, Jan 19, 2014 at 5:19 PM, Alijah Ballard <alijahb@gmail.com> wrote:
> okay,
> Now I'm glad to see pimd.

Well it's kind of obsolete and undermaintained code...
>
> But,
> root@cerowrt:~# pimd
> pimd: 16:15:53.610 warning - ignoring gw01, has invalid address
> (172.30.42.224) and/or mask (255.255.255.255)
> pimd: 16:15:53.612 warning - ignoring gw11, has invalid address
> (172.30.42.224) and/or mask (255.255.255.255)

these are correct warnings for the mesh interfaces

> pimd: 16:15:53.614 Another multicast routing application is already running.

you installed igmpproxy which stomps on pimd?

>
> ip -s mroute reports nothing.

root@cerowrt:~# ip mroute
(172.30.42.97, 239.255.255.250)  Iif: sw10       Oifs: se00 sw00
(172.30.42.65, 239.255.255.250)  Iif: sw00       Oifs: se00 sw10
(172.30.42.1, 239.255.255.250)   Iif: se00       Oifs: sw10 sw00

then -s reports nothing

root@cerowrt:~# ip mroute
(172.30.42.1, 239.255.255.250)   Iif: unresolved
(172.30.42.65, 239.255.255.250)  Iif: unresolved
(172.30.42.97, 239.255.255.250)  Iif: unresolved
root@cerowrt:~# ip -s mroute
(172.30.42.1, 239.255.255.250)   Iif: unresolved
(172.30.42.65, 239.255.255.250)  Iif: unresolved
(172.30.42.97, 239.255.255.250)  Iif: unresolved
root@cerowrt:~# ip -s mroute
root@cerowrt:~#

> What is the command(s) to identify what process is routing multicast?
>
> Thanks
> Alijah
>
>
>
> On Sun, Jan 19, 2014 at 2:26 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> really astounding all the new folk that have shown up of late!
>>
>> On Sun, Jan 19, 2014 at 2:56 PM, Alijah Ballard <alijahb@gmail.com> wrote:
>> > UPNP works for port/router setting. But upnp/dlna does not work between
>> > subnets. IE media server on lan, xbox360 on wlan24, network extender on
>> > wlan5 with another xbox360. I currently use a couple raspi/xbmc to make
>> > the
>> > media server work. I have tried to configure igmpproxy, but not having
>> > any
>> > luck.
>>
>> well there is pimd running by default. or it should be....
>>
>>
>> >
>> > Alijah
>> >
>> >
>> > On Sun, Jan 19, 2014 at 6:51 AM, Dave Taht <dave.taht@gmail.com> wrote:
>> >>
>> >> I am going to try to knock out a new release by tomorrow...
>> >>
>> >> -1) has minidnssd and upnp been working for others correctly?
>> >>
>> >> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
>> >> don't! install that unless you merely want to look at the gui). I have
>> >> no opinion on graphical matters, yours solicited.
>> >>
>> >> 1) I have found that sqm does not always start correctly on boot. There
>> >> is
>> >> some
>> >> dependency on something firing to get it to start.
>> >>
>> >> 2) dnsmasq's dnssec support isn't quite baked enough to think about
>> >> putting into a "stabler" release.
>> >>
>> >> 3) I updated most of the onboard doc, still have to finish the credits
>> >> file
>> >>
>> >> 4) bcp38 turns out to be hard to do correctly in our commonly
>> >> double-natted universe. I think I will try to make the facility
>> >> available but only enable it partially by default.
>> >>
>> >> 5) David personette fixed https support for the gui so we will switch
>> >> to https for the next round
>> >>
>> >> 6) squash incoming diffserv bits. I think perhaps wireshark is
>> >> grabbing the packets before iptables thus I don't see them squashed
>> >>
>> >> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
>> >> full solution is gated on steven barth. The massive rework of the
>> >> routing infrastructure he put in friday needs to be tested too,
>> >> though.
>> >>
>> >> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
>> >>
>> >> 8) src/dst routing test of babels - needs work
>> >>
>> >> 9) updated shaperprobe, uftp4, and ditg - no progress
>> >>
>> >> 10) iwl related crash and unaligned instructions - I have some data on
>> >> when and how much they happen now, still no insight as to why
>> >>
>> >> --
>> >> Dave Täht
>> >>
>> >> Fixing bufferbloat with cerowrt:
>> >> http://www.teklibre.com/cerowrt/subscribe.html
>> >> _______________________________________________
>> >> Cerowrt-devel mailing list
>> >> Cerowrt-devel@lists.bufferbloat.net
>> >> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>> >
>> >
>>
>>
>>
>> --
>> Dave Täht
>>
>> Fixing bufferbloat with cerowrt:
>> http://www.teklibre.com/cerowrt/subscribe.html
>
>



-- 
Dave Täht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

      reply	other threads:[~2014-01-19 22:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-19 12:51 Dave Taht
2014-01-19 13:03 ` Maciej Soltysiak
2014-01-19 13:33 ` Richard O
2014-01-19 14:13 ` Sebastian Moeller
2014-01-19 16:11 ` Fred Stratton
2014-01-22  2:07   ` [Cerowrt-devel] going down the todo list/New GUI Rich Brown
2014-01-19 19:56 ` [Cerowrt-devel] going down the todo list Alijah Ballard
2014-01-19 20:26   ` Dave Taht
2014-01-19 22:19     ` Alijah Ballard
2014-01-19 22:25       ` Dave Taht [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/cerowrt-devel.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAA93jw4VTq1B-RRfwvpPUQ9UA2w6QSveZhj_teAXVgwU3_Fh-A@mail.gmail.com \
    --to=dave.taht@gmail.com \
    --cc=alijahb@gmail.com \
    --cc=cerowrt-devel@lists.bufferbloat.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox