--On Saturday, October 12, 2002 5:45 PM +0200 Peter Wolkerstorfer <[EMAIL PROTECTED]> wrote:

it is for watching the blender-conference on
www.blender3d.com
should be a mpg4-stream i want to access with a qt-player or a
real-player;
You need something like:
(in ipnat.conf):
#
# Map ports 9000-9020 to RealAudio on 192.168.0.2
#
rdr iprb0 0.0.0.0/0 port 9000-9020 -> 192.168.0.2 port 9000 udp

(in ipf.conf):
#
# Allow RealAudio to 192.168.0.2
#
pass in quick on iprb0 proto udp from any to 192.168.0.2/32 port 9000 <> 9020 keep state keep frags

Where iprb0 is your Internet-facing interface.

--
Carson



Reply via email to