ALTQ - what I am not aware of that causes side effect of cutting the ftp upload? Hi All,
I'm trying to learn ALTQ, but I cannot figure out why it keeps cutting the
ftp upload to an external ftp server - even if I don't add
"queue something" to any of the "pass out on $ext_if..."
and just have:
e.g. a simple example:
altq on $ext_if cbq bandwidth 70Kb queue { net0, net1, net2, net3 }
queue net0 bandwidth 10% cbq(default)
queue net1 bandwidth 30% priority 2 cbq(borrow red)
queue net2 bandwidth 30% priority 2 cbq(borrow red)
queue net3 bandwidth 30% priority 2 cbq(borrow red)
if only these lines are present i.e. as I understand I don't really use
these queues unless I add e.g. "queue net2" at the end of "pass out.."
The download is ok but if I try to upload to an external ftp it cuts the
transfer almost immediately to an impossible value. What did I miss? |