I feed a remote shoutcast server from my win2k machine here at home on a
cable modem. It's streaming out at a total of around 135Kb and my cable
upstream is 256Kb. What I am attempting to do is have pf ensure the audio
stream always gets to eat its bandwidth prior to anything else, an ftp
upload perhaps... everything should be second to this stream. My current
and non-functioning configuration is this:

altq on $ext_if cbq bandwidth 240Kb queue { std_out, audio }
queue std_out cbq(default)
queue audio bandwidth 135Kb cbq

pass out on $ext_if inet proto tcp from $ext_if to any flags S/SA keep /
state queue(std_out)

pass out on $ext_if inet proto tcp from 10.0.0.10/32 to 1.2.3.4/32 port /
5310 flags S/SA keep state queue(audio)

Any ideas where I may be mucking things up?

Thanks,

-t

+----------- --  -  - -
| Anthony M. Faoro II
: CIO, Adtaq Internet
. tmf at adtaq dot com
  425.444.8787 VOICE
. 800.861.1834 FAX

Reply via email to