On 20.08.2015 17:31, Paulo Coimbra wrote:
Hi Atanas,
Thanks for your response. I follow some configurations in that link you
send, but nothing had effect. Packets is not going to queues.
br,
Paulo Coimbra
2015-08-20 10:55 GMT-03:00 Atanas Vladimirov <vl...@bsdbg.net>:
On 20.08.2015 16:35, Paulo Coimbra wrote:
Well, considering that only outbound packets can be queued, I've
changed
some rules at pf.conf. Packets that are "outgoing" at $if_Internet,
is
upload. Packets that are "outgoing" at vlan100 is download, all
right? My
changed pf.conf below: (but even with these changes, doesn´t work
for
me, I
getting 300Mb+ each direction.). Am I a dumb? (LMFAO).
#
# [0x01] Macros
#
$if_Internet="em1"
#
# [0x05] Queueing
#
queue Internet on $if_Internet bandwidth 10M
queue vlan100_upload parent Internet bandwidth 5M max 5M default
queue v100 on vlan100 bandwidth 10M
queue vlan100_download parent v100 bandwidth 5M max 5M default
Did you try to set the min bw as well:
#
# [0x05] Queueing
#
queue Internet on $if_Internet bandwidth 10M, min 9M max 10M
queue vlan100_upload parent Internet bandwidth 5M, min 4M max 5M
default
queue v100 on vlan100 bandwidth 10M, min 9M max 10M
queue vlan100_download parent v100 bandwidth 5M, min 4M max 5M default