View Single Post
  #2   (View Single Post)  
Old 10th January 2009
maurobottone maurobottone is offline
Real Name: Mauro Bottone
Port Guard
 
Join Date: May 2008
Location: Aversa, IT
Posts: 24
Default

Oh...The problem seems to be in altq on internal interfaces ($int_if and $dmz_if) because if I comment these altq rules and all rules for bandwidth management on these nets, transfer rate is owkee...I also tried to change:

pass out on $int_if proto { tcp udp } from any to $host_usr1 queue dn_host1

to:

pass out on $int_if proto { tcp udp } from ($ext_if) to $host_usr1 queue dn_host1

(for all download rules), but not any good changes...
__________________
"Non ex regula ius sumatur, sed ex iure quod est regula fiat."
Reply With Quote