* [Cerowrt-users] Chromecast on cerowrt @ 2013-08-30 15:30 Christopher Robin [not found] ` <67D417E9-ED85-40BC-A7A8-FFCAFD2FBAC9@imap.cc> 0 siblings, 1 reply; 7+ messages in thread From: Christopher Robin @ 2013-08-30 15:30 UTC (permalink / raw) To: cerowrt-users [-- Attachment #1: Type: text/plain, Size: 429 bytes --] Anyone know how to get chromecast talking between the lan, 5ghz, and 2.4ghz networks on the the same vlan? I'm trying to figure it out but I'm not having much luck. I think it has to do with multicast being forward between the subnets, but I'm not sure how to set up pimd. And I could be completely wrong. ^-^ I've got pretty much everything stock - cerowrt Modena 3.7.5-2 on Netgear WNDR3800. Any help would be great. Thanks. [-- Attachment #2: Type: text/html, Size: 885 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <67D417E9-ED85-40BC-A7A8-FFCAFD2FBAC9@imap.cc>]
* Re: [Cerowrt-users] [Cerowrt-devel] Chromecast on cerowrt [not found] ` <67D417E9-ED85-40BC-A7A8-FFCAFD2FBAC9@imap.cc> @ 2013-08-30 16:29 ` Christopher Robin 2013-08-30 18:08 ` Stephen Hemminger 0 siblings, 1 reply; 7+ messages in thread From: Christopher Robin @ 2013-08-30 16:29 UTC (permalink / raw) To: cerowrt-users [-- Attachment #1: Type: text/plain, Size: 1653 bytes --] Ah, let me explain the problem better. The chromecast connects just fine via 2.4 ghz. It's unable to connect via 5ghz or ethernet. But to stream to the chromecast you have to be connected to the router via 2.4ghz as well. If you're connected via ethernet or 5ghz you can't see the chromecast to stream to it. I've tried several devices (ipad, android phone, desktop) and they all come back with the same result. If you connect to the network via 2.4ghz the chromecast works fine. If you connect any other way, you can't talk to the chromecast. I've verified that the networks I'm connecting to are all on the same vlan. On Fri, Aug 30, 2013 at 12:12 PM, Fred Stratton <fredstratton@imap.cc>wrote: > AFAIK It does not work on 5ghz. Low cost product == low cost chipset. > > > On 30 Aug 2013, at 16:30, Christopher Robin <pheoni@gmail.com> wrote: > > Anyone know how to get chromecast talking between the lan, 5ghz, and > 2.4ghz networks on the the same vlan? > > I'm trying to figure it out but I'm not having much luck. I think it has > to do with multicast being forward between the subnets, but I'm not sure > how to set up pimd. And I could be completely wrong. ^-^ > > I've got pretty much everything stock - cerowrt Modena 3.7.5-2 on Netgear > WNDR3800. Any help would be great. Thanks. > _______________________________________________ > Cerowrt-users mailing list > Cerowrt-users@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-users > > > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel > > [-- Attachment #2: Type: text/html, Size: 3072 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Cerowrt-users] [Cerowrt-devel] Chromecast on cerowrt 2013-08-30 16:29 ` [Cerowrt-users] [Cerowrt-devel] " Christopher Robin @ 2013-08-30 18:08 ` Stephen Hemminger 2013-08-30 23:15 ` Dave Taht 0 siblings, 1 reply; 7+ messages in thread From: Stephen Hemminger @ 2013-08-30 18:08 UTC (permalink / raw) To: Christopher Robin; +Cc: cerowrt-users On Fri, 30 Aug 2013 12:29:30 -0400 Christopher Robin <pheoni@gmail.com> wrote: > Ah, let me explain the problem better. > > The chromecast connects just fine via 2.4 ghz. It's unable to connect via > 5ghz or ethernet. But to stream to the chromecast you have to be connected > to the router via 2.4ghz as well. If you're connected via ethernet or 5ghz > you can't see the chromecast to stream to it. > > I've tried several devices (ipad, android phone, desktop) and they all come > back with the same result. If you connect to the network via 2.4ghz the > chromecast works fine. If you connect any other way, you can't talk to the > chromecast. > > I've verified that the networks I'm connecting to are all on the same vlan. > On Cerowrt the 2.4 and 5 Ghz are separate IP networks (not bridged). Chromecast uses some form of network local communication (Multicast?) that is not forwarded. For normal users this is a security feature. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Cerowrt-users] [Cerowrt-devel] Chromecast on cerowrt 2013-08-30 18:08 ` Stephen Hemminger @ 2013-08-30 23:15 ` Dave Taht 2013-09-01 13:40 ` Christopher Robin 0 siblings, 1 reply; 7+ messages in thread From: Dave Taht @ 2013-08-30 23:15 UTC (permalink / raw) To: Stephen Hemminger; +Cc: cerowrt-users [-- Attachment #1: Type: text/plain, Size: 1402 bytes --] In my all too brief test of chromecast I had to set it up on the same 2.4ghz interface. After it was setup I could get to it via 5 or 2 or wired interfaces. On Aug 30, 2013 11:08 AM, "Stephen Hemminger" <stephen@networkplumber.org> wrote: > On Fri, 30 Aug 2013 12:29:30 -0400 > Christopher Robin <pheoni@gmail.com> wrote: > > > Ah, let me explain the problem better. > > > > The chromecast connects just fine via 2.4 ghz. It's unable to connect via > > 5ghz or ethernet. But to stream to the chromecast you have to be > connected > > to the router via 2.4ghz as well. If you're connected via ethernet or > 5ghz > > you can't see the chromecast to stream to it. > > > > I've tried several devices (ipad, android phone, desktop) and they all > come > > back with the same result. If you connect to the network via 2.4ghz the > > chromecast works fine. If you connect any other way, you can't talk to > the > > chromecast. > > > > I've verified that the networks I'm connecting to are all on the same > vlan. > > > > On Cerowrt the 2.4 and 5 Ghz are separate IP networks (not bridged). > Chromecast uses some form of network local communication (Multicast?) > that is not forwarded. For normal users this is a security feature. > _______________________________________________ > Cerowrt-users mailing list > Cerowrt-users@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-users > [-- Attachment #2: Type: text/html, Size: 2009 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Cerowrt-users] [Cerowrt-devel] Chromecast on cerowrt 2013-08-30 23:15 ` Dave Taht @ 2013-09-01 13:40 ` Christopher Robin 2013-09-01 16:39 ` Dave Taht 0 siblings, 1 reply; 7+ messages in thread From: Christopher Robin @ 2013-09-01 13:40 UTC (permalink / raw) To: Dave Taht; +Cc: cerowrt-users [-- Attachment #1: Type: text/plain, Size: 1695 bytes --] I have the chromecast fully set up. But I'm still unable to stream from other interfaces. What build were you on at the time? Perhaps I need to update to a newer build. On Fri, Aug 30, 2013 at 7:15 PM, Dave Taht <dave.taht@gmail.com> wrote: > In my all too brief test of chromecast > > I had to set it up on the same 2.4ghz interface. > > After it was setup I could get to it via 5 or 2 or wired interfaces. > On Aug 30, 2013 11:08 AM, "Stephen Hemminger" <stephen@networkplumber.org> > wrote: > >> On Fri, 30 Aug 2013 12:29:30 -0400 >> Christopher Robin <pheoni@gmail.com> wrote: >> >> > Ah, let me explain the problem better. >> > >> > The chromecast connects just fine via 2.4 ghz. It's unable to connect >> via >> > 5ghz or ethernet. But to stream to the chromecast you have to be >> connected >> > to the router via 2.4ghz as well. If you're connected via ethernet or >> 5ghz >> > you can't see the chromecast to stream to it. >> > >> > I've tried several devices (ipad, android phone, desktop) and they all >> come >> > back with the same result. If you connect to the network via 2.4ghz the >> > chromecast works fine. If you connect any other way, you can't talk to >> the >> > chromecast. >> > >> > I've verified that the networks I'm connecting to are all on the same >> vlan. >> > >> >> On Cerowrt the 2.4 and 5 Ghz are separate IP networks (not bridged). >> Chromecast uses some form of network local communication (Multicast?) >> that is not forwarded. For normal users this is a security feature. >> _______________________________________________ >> Cerowrt-users mailing list >> Cerowrt-users@lists.bufferbloat.net >> https://lists.bufferbloat.net/listinfo/cerowrt-users >> > [-- Attachment #2: Type: text/html, Size: 2696 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Cerowrt-users] [Cerowrt-devel] Chromecast on cerowrt 2013-09-01 13:40 ` Christopher Robin @ 2013-09-01 16:39 ` Dave Taht 2013-09-03 16:06 ` Stephen Hemminger 0 siblings, 1 reply; 7+ messages in thread From: Dave Taht @ 2013-09-01 16:39 UTC (permalink / raw) To: Christopher Robin; +Cc: cerowrt-users [-- Attachment #1: Type: text/plain, Size: 2299 bytes --] I set it up again and found four things 1) I CAN reach google play (music) from any interface on the cero box. 2) I cannot reach youtube from any but the interface it is on 3) I cannot reach either service from any other hop on my network. 4) youtube HD pounds my already overburdened 2.4ghz network flat On Sun, Sep 1, 2013 at 6:40 AM, Christopher Robin <pheoni@gmail.com> wrote: > I have the chromecast fully set up. But I'm still unable to stream from > other interfaces. What build were you on at the time? Perhaps I need to > update to a newer build. > > > On Fri, Aug 30, 2013 at 7:15 PM, Dave Taht <dave.taht@gmail.com> wrote: > >> In my all too brief test of chromecast >> >> I had to set it up on the same 2.4ghz interface. >> >> After it was setup I could get to it via 5 or 2 or wired interfaces. >> On Aug 30, 2013 11:08 AM, "Stephen Hemminger" <stephen@networkplumber.org> >> wrote: >> >>> On Fri, 30 Aug 2013 12:29:30 -0400 >>> Christopher Robin <pheoni@gmail.com> wrote: >>> >>> > Ah, let me explain the problem better. >>> > >>> > The chromecast connects just fine via 2.4 ghz. It's unable to connect >>> via >>> > 5ghz or ethernet. But to stream to the chromecast you have to be >>> connected >>> > to the router via 2.4ghz as well. If you're connected via ethernet or >>> 5ghz >>> > you can't see the chromecast to stream to it. >>> > >>> > I've tried several devices (ipad, android phone, desktop) and they all >>> come >>> > back with the same result. If you connect to the network via 2.4ghz the >>> > chromecast works fine. If you connect any other way, you can't talk to >>> the >>> > chromecast. >>> > >>> > I've verified that the networks I'm connecting to are all on the same >>> vlan. >>> > >>> >>> On Cerowrt the 2.4 and 5 Ghz are separate IP networks (not bridged). >>> Chromecast uses some form of network local communication (Multicast?) >>> that is not forwarded. For normal users this is a security feature. >>> _______________________________________________ >>> Cerowrt-users mailing list >>> Cerowrt-users@lists.bufferbloat.net >>> https://lists.bufferbloat.net/listinfo/cerowrt-users >>> >> > -- Dave Täht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html [-- Attachment #2: Type: text/html, Size: 3668 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Cerowrt-users] [Cerowrt-devel] Chromecast on cerowrt 2013-09-01 16:39 ` Dave Taht @ 2013-09-03 16:06 ` Stephen Hemminger 0 siblings, 0 replies; 7+ messages in thread From: Stephen Hemminger @ 2013-09-03 16:06 UTC (permalink / raw) To: Dave Taht; +Cc: cerowrt-users It appears Chromecast uses UPnP to do discovery. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-09-03 16:06 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2013-08-30 15:30 [Cerowrt-users] Chromecast on cerowrt Christopher Robin [not found] ` <67D417E9-ED85-40BC-A7A8-FFCAFD2FBAC9@imap.cc> 2013-08-30 16:29 ` [Cerowrt-users] [Cerowrt-devel] " Christopher Robin 2013-08-30 18:08 ` Stephen Hemminger 2013-08-30 23:15 ` Dave Taht 2013-09-01 13:40 ` Christopher Robin 2013-09-01 16:39 ` Dave Taht 2013-09-03 16:06 ` Stephen Hemminger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox