hi all,

i would like to watch
rtsp://195.169.149.131/blender.sdp 
this through my ipfilter running on fbsd 4.5;

client: qt-player 6 or realplayer on the .22 machine in the internal
network;
problem:
can't get stream :...-(

here my rulesets:

ipnat:
#rl1 is world

# i added this for streaming and actually dont know what it should help
map rl1 192.168.0.0/16 -> 0.0.0.0/32 proxy port ftp ftp/tcp
map rl1 192.168.0.0/16 -> 0.0.0.0/32 proxy port 7070 raudio/tcp
map rl1 192.168.0.0/16 -> 0.0.0.0/32 portmap tcp/udp 10000:65000
map rl1 192.168.0.0/16 -> 0.0.0.0/32

# this is for normal my only line in here
#map rl1 192.168.0.0/16 -> 0/32

# this is what i added in the hope of getting streaming to work
# the 192.168.0.22 machine is where i want to watch the streams
rdr rl1 0.0.0.0/0 port 554 -> 192.168.0.22 port 554 tcp
rdr rl1 0.0.0.0/0 port 6970 -> 192.168.0.22 port 6970 udp
rdr rl1 0.0.0.0/0 port 6972 -> 192.168.0.22 port 6972 udp
rdr rl1 0.0.0.0/0 port 7070 -> 192.168.0.22 port 7070 udp

#should ra player feed with stuff
rdr rl1 0.0.0.0/0 port 9000-9090 -> 192.168.0.22 port 9000 udp


ipfilter:
#rl1 is world interface

#this should bring streaming to the .22 machine
pass in quick on rl1 proto udp from any to 192.168.0.22 port 6970 <>
7080 keep s
tate keep frags
pass in quick on rl1 proto tcp from any to 192.168.0.22 port 554 <> 554
keep sta
te

#this should bring real player some audio
pass in quick on rl1 proto udp from any to 192.168.0.2/32 port 9000 <>
9020 keep state keep frags

# fuck the rest from here to make it work - if this is not in there,
even ra-
# player won't get ANY data - see below
pass in quick all
pass out quick all

#let internal traffic go out stateful
pass out quick on rl1 proto tcp  from any to any flags S/SA     keep
state
pass out quick on rl1 proto icmp from any to any                keep
state
pass out quick on rl1 proto udp  from any to any                keep
state

#let ssh in
pass in quick on rl1 proto tcp from any to any port = 22 flags S keep
state

# block all the rest
block in log on rl1 all



it really sucks: qt-player says connection fault and ra-player just
gives some noise but no pictures (with the passin all, pass out all
rules; without them it gives also an error) - but i can think of being
some data somewhere in the player of the kind of noise sounds like
"sick" audio-stream;

is there ONE PERSON who can WATCH rtsp/qt4-streams over ipfiler?

still in search for a working ruleset!

THX in advance
peter "wolki" wolkerstorfer

Reply via email to