mmhhh… I am still investigating... it looks like I mistaked the problem, even if a problem there is...
The rule "lan to *" is set up in the firewall as an "interface rule" (not floating)... that rule is assigned to:
"qIN_Navigazione" as queue
"qOut_Navigazion" as ack queue
the matter is that only the "qOut_Navigazion" is filled, the "qIN_Navigazion" is not used at all... so it makes sense that the qOutNavigazion has that amount of traffic...
the only thing I can't understand is why the queue is not used... I have the rule (from rules.debug):
pass in quick on $LAN from 192.168.0.0/24 to any keep state queue (qIN_Navigazione,qOut_Navigazion) label "USER_RULE: Consenti Uscita"
and the queues are:
altq on em2 hfsc bandwidth 2Gb queue { qWan_Local_In, qWan_Local_Out, qWan_Ext_In, qWan_Ext_Out }
queue qWan_Local_In on em2 bandwidth 200Mb
queue qWan_Local_Out on em2 bandwidth 200Mb
queue qWan_Ext_In on em2 bandwidth 20Mb { qIn_Alta, qIn_Bassa, qIn_Altissima, qIN_Navigazione }
queue qIn_Alta on em2 bandwidth 70% hfsc ( default )
queue qIn_Bassa on em2 bandwidth 10%
queue qIn_Altissima on em2 bandwidth 10% hfsc ( realtime 1Mb )
queue qIN_Navigazione on em2 bandwidth 10%
queue qWan_Ext_Out on em2 bandwidth 20Mb { qOut_Alta, qOut_Bassa, qOut_Altissima, qOut_Navigazion }
queue qOut_Alta on em2 bandwidth 70%
queue qOut_Bassa on em2 bandwidth 10%
queue qOut_Altissima on em2 bandwidth 10%
queue qOut_Navigazion on em2 bandwidth 10%
the qOut_Navigazion is used ONLY in the above rule, so if it's used, it should be used the qIn_Navigazione also… don't know...
do you have an answer?
Thanks,
Michele