From: Max Headroom <maxheadroom2323@yahoo.com>
To: Bob Sully <rcs@malibyte.net>
Cc: netfilter@lists.samba.org
Subject: Re: Real Player Helper in 2.4
Date: Tue, 11 Jun 2002 09:59:02 -0700 (PDT) [thread overview]
Message-ID: <20020611165902.83784.qmail@web10606.mail.yahoo.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0206101844280.19464-100000@firefox.malibyte.net>
Bob,
Thanks. But, TCP doesn't need a NAT helper
because only UDP uses an anonymous port
that the server needs to connect back to
the client on. The argument is that UDP
give better performace which is why
I am trying to get a 2.4 NAT helper for
Real Player. Anyone know of anyone else
working on the problem? ICQ would is another
helper I am looking for. Anyone working on
that?
MH
--- Bob Sully <rcs@malibyte.net> wrote:
>
> Max (that's great, nearly forgot about that
> commercial!)
>
> I use this in my script to allow the RealVideo
> client; the RealAudio
> just seems to work without any special rules:
>
> if [ $RV_CLIENT -gt 0 ]; then
> iptables -A OUTPUT -o $EXTERNAL_INTERFACE -p TCP
> --sport \
> $UNPRIVPORTS --dport 554 -s $EXTERNAL_IP -d
> $ANYWHERE -j ACCEPT
>
> iptables -A INPUT -i $EXTERNAL_INTERFACE -p TCP
> --sport 554 \
> -s $ANYWHERE -d $EXTERNAL_IP -j ACCEPT
>
> if [ $MASQUERADING -gt 0 ]; then
> iptables -A FORWARD -p TCP -s
> $INTERNAL_NETWORK --sport \
> $UNPRIVPORTS --dport 544 -j ACCEPT
> iptables -A FORWARD -m state --state
> ESTABLISHED,RELATED \
> -p TCP -d $INTERNAL_NETWORK --sport 544
> --dport $UNPRIVPORTS \
> -j ACCEPT
> fi
> if [ $VERBOSE -gt 0 ]; then
> echo "firewall: Real Video client enabled"
> fi
> fi
>
> HTH -- Bob
>
> On Mon, 10 Jun 2002, Max Headroom wrote:
>
> > I am interested in getting information about
> > the NAT helper for Real Player in the 2.4
> > kernel. There is a NAT helper in the 2.2 kernel
> > but no one seems to be working on it.
> > Does anyone know where I could get information
> > about the Real Play NAT helper support
> > in the 2.4 kernel? Who is working on it?
> >
> > MH
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! - Official partner of 2002 FIFA World Cup
> > http://fifaworldcup.yahoo.com
> >
>
> --
> ________________________________________
> Bob Sully - Simi Valley, California, USA
> http://www.malibyte.net
>
> "The weather is here - wish you were beautiful." -
> J. Buffett
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
next prev parent reply other threads:[~2002-06-11 16:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-11 0:48 Real Player Helper in 2.4 Max Headroom
2002-06-11 1:49 ` Bob Sully
2002-06-11 16:59 ` Max Headroom [this message]
2002-06-11 23:09 ` Adam Young
2002-06-12 13:48 ` AIM/ICQ proxy (was: `Real Player Helper in 2.4') Jeff Bonner
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020611165902.83784.qmail@web10606.mail.yahoo.com \
--to=maxheadroom2323@yahoo.com \
--cc=netfilter@lists.samba.org \
--cc=rcs@malibyte.net \
/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