Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 11:44:12 -0600 (MDT)
From:      Jason Seidel <jseidel@kodiak.sdsmt.edu>
To:        freebsd-ipfw@freebsd.org
Subject:   RE: RTP, RTSP and ipfw
Message-ID:  <Pine.BSF.4.10.9907211135440.28002-100000@kodiak.sdsmt.edu>

next in thread | raw e-mail | index | archive | help
i'm not exactly sure the best was to do this? But this is how i did it.
the first 10 rules apply to the specific ports specifies in the
rmserver.cfg file for monitoring etc.

the last one is also a range for how the clients connect... i believe its
for the older pns or whatever its called.

you can specify the port the rtsp connects to..for example the rm file
could say:
rtsp://host.anywhere.com:554/filename.rm

sorry thats also what the rules 7004 & 7005 are for

add 7000 allow tcp from any to 151.159.69.102/32 7070 via de0
add 7001 allow tcp from 151.159.69.102/32 7070 to any via de0
add 7002 allow tcp from any 4040 to 151.159.69.102/32 via de0
add 7003 allow tcp from 151.159.69.102/32 to any 4040 via de0
add 7004 allow tcp from any to 151.159.69.102/32 554 via de0
add 7005 allow tcp from 151.159.69.102/32 554 to any via de0
add 7006 allow tcp from any to 151.159.69.102/32 8080 via de0
add 7007 allow tcp from 151.159.69.102/32 8080 to any via de0
add 7008 allow udp from any to 151.159.69.102/32 8080 via de0
add 7009 allow udp from 151.159.69.102/32 8080 to any via de0
add 7010 allow udp from any to 151.159.69.102/32 6770-7170 in via de0

>What is the best way to enable rtp, or rtsp streams
>using ipfw? I tried a few things using ports 554, but
>no success. Everything else is working fine.
>
>
>--- C ---

Jason Seidel
Systems Administrator
South Dakota School of Mines and Technology
jseidel@kodiak.sdsmt.edu

 "The dumber people think you are, the more surprised 
   they'll be when you kill them."



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9907211135440.28002-100000>