* [Cerowrt-devel] DirecTV Video-on-demand broken
@ 2014-07-01 14:03 Jim Reisert AD1C
2014-07-01 15:37 ` R.
0 siblings, 1 reply; 4+ messages in thread
From: Jim Reisert AD1C @ 2014-07-01 14:03 UTC (permalink / raw)
To: cerowrt-devel
I've been trying to debug why VoD on DirecTV has stopped working with
many of the recent CeroWRT releases. I am not sure at this point that
it ever worked. As an experiment, I just put a Linksys DIR-655
Wireless N Gigabit Router (factory firmware 1.37) after the cable
modem and VoD is working fine, so I've ruled out the HR-44 box from
DirecTV. From what I've read, I need to forward Port 1701:
http://forums.comcast.com/t5/Home-Networking-Router-WiFi/opening-port-1701-LT2P-on-a-Netgear-router/td-p/1382983
Here is how I have set it up in CeroWRT but it doesn't seem to be working:
Network | Firewall | Port Forwards
Port Forwards:
Name: GenieGO
Match: IPv4-UDP
From any host in wan
Via any router IP at port 1701
Forward to: IP 172.30.43.20, port 1701 in guest
Enable: checked
172.30.43.20 is the IP address of my -guest network (to be compatible
with Sony Blu-ray players)
When I attempt to watch/record VoD, DirecTV says there is a problem
with the Internet connection, and eventually throws away the request.
What am I doing wrong? Did I set the "Internal zone" (as guest)
incorrectly? Should I have set it to LAN instead?
--
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] DirecTV Video-on-demand broken
2014-07-01 14:03 [Cerowrt-devel] DirecTV Video-on-demand broken Jim Reisert AD1C
@ 2014-07-01 15:37 ` R.
2014-07-02 16:39 ` Jim Reisert AD1C
0 siblings, 1 reply; 4+ messages in thread
From: R. @ 2014-07-01 15:37 UTC (permalink / raw)
To: Jim Reisert AD1C; +Cc: cerowrt-devel
Hi Jim,
I had trouble with an ATA device not always finding the right path to
the net, and after much head-scratching it turns out that issuing this
command on boot-up (in rc.local) fixed my issue:
/etc/init.d/firewall restart;
Give that a shot?
On Tue, Jul 1, 2014 at 10:03 AM, Jim Reisert AD1C
<jjreisert@alum.mit.edu> wrote:
> I've been trying to debug why VoD on DirecTV has stopped working with
> many of the recent CeroWRT releases. I am not sure at this point that
> it ever worked. As an experiment, I just put a Linksys DIR-655
> Wireless N Gigabit Router (factory firmware 1.37) after the cable
> modem and VoD is working fine, so I've ruled out the HR-44 box from
> DirecTV. From what I've read, I need to forward Port 1701:
>
> http://forums.comcast.com/t5/Home-Networking-Router-WiFi/opening-port-1701-LT2P-on-a-Netgear-router/td-p/1382983
>
> Here is how I have set it up in CeroWRT but it doesn't seem to be working:
>
> Network | Firewall | Port Forwards
>
> Port Forwards:
>
> Name: GenieGO
>
> Match: IPv4-UDP
> From any host in wan
> Via any router IP at port 1701
>
> Forward to: IP 172.30.43.20, port 1701 in guest
>
> Enable: checked
>
> 172.30.43.20 is the IP address of my -guest network (to be compatible
> with Sony Blu-ray players)
>
> When I attempt to watch/record VoD, DirecTV says there is a problem
> with the Internet connection, and eventually throws away the request.
>
> What am I doing wrong? Did I set the "Internal zone" (as guest)
> incorrectly? Should I have set it to LAN instead?
>
> --
> Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] DirecTV Video-on-demand broken
2014-07-01 15:37 ` R.
@ 2014-07-02 16:39 ` Jim Reisert AD1C
[not found] ` <CABsdH_EQqk6gidfKNoyY1AfYcQufWUf9x23mdpe8aKBtgYipAA@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Jim Reisert AD1C @ 2014-07-02 16:39 UTC (permalink / raw)
To: R.; +Cc: cerowrt-devel
On Tue, Jul 1, 2014 at 9:37 AM, R. <redag2@gmail.com> wrote:
> I had trouble with an ATA device not always finding the right path to
> the net, and after much head-scratching it turns out that issuing this
> command on boot-up (in rc.local) fixed my issue:
>
> /etc/init.d/firewall restart;
>
> Give that a shot?
I tried it at the command line, it didn't make a difference.
--
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] DirecTV Video-on-demand broken
[not found] ` <CABsdH_EQqk6gidfKNoyY1AfYcQufWUf9x23mdpe8aKBtgYipAA@mail.gmail.com>
@ 2014-07-05 15:51 ` Jim Reisert AD1C
0 siblings, 0 replies; 4+ messages in thread
From: Jim Reisert AD1C @ 2014-07-05 15:51 UTC (permalink / raw)
To: Dane Medic; +Cc: cerowrt-devel
On Wed, Jul 2, 2014 at 1:07 PM, Dane Medic wrote:
> I have also experienced some difficulties with port forwarding via luci in
> the past. What I did then was add these lines in the /etc/rc.local:
>
> iptables -A INPUT -p tcp --dport 17825 -j ACCEPT
> iptables -A INPUT -p udp --dport 17825 -j ACCEPT
> iptables -A FORWARD -i ge00 -p tcp --dport 17825 -j ACCEPT
> iptables -A FORWARD -i ge00 -p udp --dport 17825 -j ACCEPT
> iptables -t nat -A PREROUTING -i ge00 -p tcp -d $PUBLIC_IP --dport 17825 -j
> DNAT --to 172.20.0.80:17825
> iptables -t nat -A PREROUTING -i ge00 -p udp -d $PUBLIC_IP --dport 17825 -j
> DNAT --to 172.20.0.80:17825
I could not get this to work in CeroWRT - it didn't recognize --dport
This is what I have at the end of /etc/config/firewall:
config redirect
option target 'ACCEPT'
option src 'wan'
option src_dport '1701'
option dest_ip '172.30.43.20'
option dest_port '1701'
option name 'DirecTV'
option proto 'tcp udp'
option dest '*'
Is this correct? It still doesn't seem that port forwarding is
working. Unless this isn't the *only* problem.
--
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-05 15:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-01 14:03 [Cerowrt-devel] DirecTV Video-on-demand broken Jim Reisert AD1C
2014-07-01 15:37 ` R.
2014-07-02 16:39 ` Jim Reisert AD1C
[not found] ` <CABsdH_EQqk6gidfKNoyY1AfYcQufWUf9x23mdpe8aKBtgYipAA@mail.gmail.com>
2014-07-05 15:51 ` Jim Reisert AD1C
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox