Teacher
•
2 Messages
iPad app behind my router
Has anyone to get the iPad app to work with their own router? I'm forced to use my own wireless router due to the 2wire being placed in my basement and not having enough coverage to reach my upper floors. It looks like the app is using multicast to connect to the stb. Has anyone tried to configure igmp/pim to get the iPad app to work from a network other than thr RG?
JefferMC
ACE - Expert
•
36.9K Messages
13 years ago
You could try turning your router into an access point by connecting it using a LAN port instead of the WAN port and turning off DHCP. You'd need to disconnect and reconnect all your devices to they'd get a new IP address from the RG.
I'm not sure this would work, but it should.
*I am not a DIRECTV employee, and the views and opinions expressed on this forum are purely my own. Any product claim, statistic, quote, or other representation about a product or service should be verified with the manufacturer, provider, or party.
0
0
drfalkn
Adventurer
•
7 Messages
13 years ago
I have my Linksys router set up as an access point, using DHCP from the RG, and the iPad app still can't see the receivers when connected to the Linksys. The ony way I have been able to get the iPad app to work is to set up a second wireless network using the RG, then connect the iPad to the new network. So I have 2 wireless networks, and move the iPad back and forth as needed.
0
0
JefferMC
ACE - Expert
•
36.9K Messages
13 years ago
I don't know what protocol(s) the Uverse Connected Apps use to locate the STB's. It may be that they either multicast IP or some sort of non-IP 802.11 protocol.
*I am not a DIRECTV employee, and the views and opinions expressed on this forum are purely my own. Any product claim, statistic, quote, or other representation about a product or service should be verified with the manufacturer, provider, or party.
0
0
scootermini
Contributor
•
2 Messages
13 years ago
I was just able to get this working behind a Cisco PIX firewall (probably more advanced then you need, I keep it between my home wireless and the ATT LAN & reciever). Yes this can work, but you need a device either supports multicast (udp on address 239.255.255.250 port 1900) or specifically supports the SSDP protocol. I'm not sure how or how well consumer devices support SSDP but hopfully this helps.
0
0
mwseifert
Tutor
•
3 Messages
13 years ago
Can you post the configuration details on this? My LAN sits behind a Cisco ASA 5505. If you got it working with your PIX, I imagine I might be able to do the same.
0
0
chkptco
Teacher
•
2 Messages
13 years ago
scootermini....any chance you can share your running config on the PIX?
I have a couple of "non-consumer" routers/firewall i'd like to get this working with.
0
0
eboettn
Tutor
•
4 Messages
13 years ago
0
0
mwseifert
Tutor
•
3 Messages
13 years ago
After much messing around, I actually have a working configuration for the iPad app with my Cisco ASA 5505 (the next-gen PIX). I'll post the config lines I added. I must admit that in my messing around, I haven't had to time to determine which of these lines are crucial, and which ones might be unnecessary. Nevertheless, without further ado....
Notes:
1) The U-verse RG is 192.168.1.254 on its inside network.
2) The Cisco ASA is configured for DMZPlus mode in the U-verse RG firewall. Given that, the IP address of the Cisco's outside interface is actually the public IP, even though the RG's internal network is routable from behind the Cisco.
3) My Internet network (and wi-fi AP, and iPad) is behind the Cisco. The U-verse STB's are out on the RG's 192.168.1.0/24 network and directly connected to the RG's switch.
4) On my Cisco ASA, I named the list "acl_out". If you already have a different access-list assigned to the outside interface, you can use that instead.
Here are the config lines. Feel free to update my config if you find a better one:
multicast-routing
access-list acl_out extended permit ip any host 239.255.255.250
(* note, I've wondered if I should instead change "any" to "192.168.1.0 255.255.255.0" because I'm running DMZplus...not sure)
access-group acl_out in interface outside
mroute 192.168.1.0 255.255.255.0 outside
pim rp-address 192.168.1.254 bidir
(* note, if this command it necessary, the "bidir" seemed to be the key to making it work)
For those on other routers, what I'm telling the Cisco ASA is to turn on multicast routing, allow access from the outside to the multicast IP 239.255.255.250, route multicast requests to/from 192.168.1.0 via the outside interface, and set up the RG as a "Protocol Independent Multicast" routing neighbor to the Cisco. Curiously if I do a "show pim neighbor" it doesn't show any on the ASA, but otherwise, this config seemed to make the whole thing work.
You'll know it's working in the iPad app if when you go to settings and tap "Receivers", it prompts you to tune your STB's to channel 9301 for setup. You'll need to do this with each STB that you want the iPad to connect to. A couple of my STB's needed reboots due to provisioning errors, but afterwards I got everything set up and I have to say, it's kinda neat. Happy trails!
0
mwseifert
Tutor
•
3 Messages
13 years ago
UPDATE:
I updated my access-list line to:
access-list acl_out extended permit ip 192.168.1.0 255.255.255.0 host 239.255.255.250
...and it still seems to work fine, and may be more secure if you're running your router under DMZPlus mode.
0
0
spd2demun
Expert
•
242 Messages
13 years ago
Thanks for posting your solution to help others.
0
0
dougbee
Tutor
•
3 Messages
13 years ago
Any thoughts on doing this with a consumer router (Cisco e4200) running alternate firmware (TomatoUSB 1.28.0500.5MIPSR2Toastman-RT-N-Ext) - it does support Wireless Multicast Forwarding.
My config is similar:
RG on 172.16.0.1
Cisco e4200 connected to RG in DMZPlus mode, on 172.16.0.2
Though my receivers (2 by coax, 1 directly via Ethernet to the RG) get addresses from the RG on 172.16.1.x, even though they are configured to be part of the "Private 172.16.0.0" pool)
Any starting points to investiagate would be great.
0
0
btorrenga
Tutor
•
4 Messages
13 years ago
Can someone help me set this up under suse linux? I have never had to route multicast packets before.
0
0
oz_1
Master
•
85 Messages
13 years ago
What exactly are you wanting to do ? Are you using the RG or another router
I use Ubuntu 12.04 there is no need to change anything to allow access to the web other than the usual correct encryption and password for wireless.
0
0
btorrenga
Tutor
•
4 Messages
13 years ago
I want to use the iPad app on the subnet controlled by my suse router which has its ip served from the RG in DMZ+ mode. To do so, I must enable multicast routing between the suse router and the RG. Otherwise the app cannot locate the STB. I do not know how to enable multicast routing in suse. Does anyone know how to do so, similar to the above post, but under suse?
0
0
JefferMC
ACE - Expert
•
36.9K Messages
13 years ago
I do not believe that the mulitcast routing has anything to do with the iPad's communications with the STB.
The problem is that when you've got your own router serving your Wireless network via the DMZplus configuration, routing into the IPTV 192.168.1.0/24 subnet isn't happening. I'm not sure that you can configure the RG to route traffic from the DMZplus into the rest of your network (or vice versa).
*I am not a DIRECTV employee, and the views and opinions expressed on this forum are purely my own. Any product claim, statistic, quote, or other representation about a product or service should be verified with the manufacturer, provider, or party.
0
0