* yahoo webcam
@ 2004-11-22 21:19 Sandy T. Santos
2004-11-22 9:25 ` Feizhou
2004-11-22 17:38 ` Askar
0 siblings, 2 replies; 3+ messages in thread
From: Sandy T. Santos @ 2004-11-22 21:19 UTC (permalink / raw)
To: netfilter
i have a problem enabling yahoo webcam on a NAT'ed
drop-all-unless-specified firewalled box. currently the ym clients (all on
win32's) can only access yahoo messenger via squid transparent proxy but
this does not allow webcam to work. the requirements for yahoo webcam is
that you have to open up TCP port 5100, i have done that but i still can't
established a connection with the ym server. i was wondering if anyone here
knows the complete rule for making this work.
thanks.
``
Sandy T. Santos
Provincial Information Technology Office
Provincial Government of Bulacan | http://www.bulacan.gov.ph
Malolos, Bulacan
Registered Linux User #345287
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: yahoo webcam
2004-11-22 21:19 yahoo webcam Sandy T. Santos
@ 2004-11-22 9:25 ` Feizhou
2004-11-22 17:38 ` Askar
1 sibling, 0 replies; 3+ messages in thread
From: Feizhou @ 2004-11-22 9:25 UTC (permalink / raw)
To: Sandy T. Santos; +Cc: netfilter
Sandy T. Santos wrote:
> i have a problem enabling yahoo webcam on a NAT'ed
> drop-all-unless-specified firewalled box. currently the ym clients (all on
> win32's) can only access yahoo messenger via squid transparent proxy but
> this does not allow webcam to work. the requirements for yahoo webcam is
> that you have to open up TCP port 5100, i have done that but i still can't
> established a connection with the ym server. i was wondering if anyone here
> knows the complete rule for making this work.
ito.
iptables -t nat -A PREROUTING -p tcp --dport 5000:5010 -j --to-dest (ip
of machine that will use yahoo message video/audio)
>
> thanks.
>
> ``
> Sandy T. Santos
> Provincial Information Technology Office
> Provincial Government of Bulacan | http://www.bulacan.gov.ph
> Malolos, Bulacan
> Registered Linux User #345287
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: yahoo webcam
2004-11-22 21:19 yahoo webcam Sandy T. Santos
2004-11-22 9:25 ` Feizhou
@ 2004-11-22 17:38 ` Askar
1 sibling, 0 replies; 3+ messages in thread
From: Askar @ 2004-11-22 17:38 UTC (permalink / raw)
To: Sandy T. Santos; +Cc: netfilter
try this rule
$iptables -A FORWARD -o ppp0 -p tcp -m multiport --dport
5000,5001,5100,5050,11999 -m state --state NEW -j ACCEPT
its for yahoo yahoo service chat, cam, voice, games
regards
On Tue, 23 Nov 2004 05:19:57 +0800, Sandy T. Santos
<sandy@bulacan.gov.ph> wrote:
> i have a problem enabling yahoo webcam on a NAT'ed
> drop-all-unless-specified firewalled box. currently the ym clients (all on
> win32's) can only access yahoo messenger via squid transparent proxy but
> this does not allow webcam to work. the requirements for yahoo webcam is
> that you have to open up TCP port 5100, i have done that but i still can't
> established a connection with the ym server. i was wondering if anyone here
> knows the complete rule for making this work.
>
> thanks.
>
> ``
> Sandy T. Santos
> Provincial Information Technology Office
> Provincial Government of Bulacan | http://www.bulacan.gov.ph
> Malolos, Bulacan
> Registered Linux User #345287
>
>
--
(after bouncing head on desk for days trying to get mine working, I'll make
your life a little easier)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-22 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22 21:19 yahoo webcam Sandy T. Santos
2004-11-22 9:25 ` Feizhou
2004-11-22 17:38 ` Askar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.