On Sun, Jan 19, 2014 at 5:19 PM, Alijah Ballard <[email protected]> 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 <[email protected]> wrote: >> >> really astounding all the new folk that have shown up of late! >> >> On Sun, Jan 19, 2014 at 2:56 PM, Alijah Ballard <[email protected]> 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 <[email protected]> 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 >> >> [email protected] >> >> 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 _______________________________________________ Cerowrt-devel mailing list [email protected] https://lists.bufferbloat.net/listinfo/cerowrt-devel
