From: Jim Reisert AD1C <jjreisert@alum.mit.edu>
To: Dane Medic <dm70dm@gmail.com>
Cc: "cerowrt-devel@lists.bufferbloat.net"
<cerowrt-devel@lists.bufferbloat.net>
Subject: Re: [Cerowrt-devel] DirecTV Video-on-demand broken
Date: Sat, 5 Jul 2014 09:51:16 -0600 [thread overview]
Message-ID: <CAK-n8j7Nw+iJ=qkzC0r04+uof+KS_g+DxeN+-x2jMmp4GJXP_Q@mail.gmail.com> (raw)
In-Reply-To: <CABsdH_EQqk6gidfKNoyY1AfYcQufWUf9x23mdpe8aKBtgYipAA@mail.gmail.com>
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
prev parent reply other threads:[~2014-07-05 15:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 14:03 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 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='CAK-n8j7Nw+iJ=qkzC0r04+uof+KS_g+DxeN+-x2jMmp4GJXP_Q@mail.gmail.com' \
--to=jjreisert@alum.mit.edu \
--cc=cerowrt-devel@lists.bufferbloat.net \
--cc=dm70dm@gmail.com \
/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