Hi,
I just want to build queue tree and was stopped on the beggining when I just want to mangle whole upload download traffic on my PPPoE interface (DSL bridge modem)
on the ETH1 I have PPPoE (WAN) and use this mangle rules
but when I'm looking to firewall/connections I see only #upload marks but only few download marks
It has been see in the counter of market packets
When I made basic queue tree rules for global upload/download I see most of data traffic (when I start speedtest) in upload queue
[img]https://i.postimg.cc/Z53XkbpL/Sn-mek-ob ... 2.png/[img]
I just want to build queue tree and was stopped on the beggining when I just want to mangle whole upload download traffic on my PPPoE interface (DSL bridge modem)
on the ETH1 I have PPPoE (WAN) and use this mangle rules
Code:
Flags: X - disabled, I - invalid; D - dynamic 0 D ;;; special dummy rule to show fasttrack counters chain=prerouting action=passthrough 1 D ;;; special dummy rule to show fasttrack counters chain=forward action=passthrough 2 D ;;; special dummy rule to show fasttrack counters chain=postrouting action=passthrough 3 ;;; All Download chain=prerouting action=mark-connection new-connection-mark=Download passthrough=yes connection-mark=no-mark in-interface=pppoe-out1 log=no log-prefix="" 4 chain=prerouting action=mark-packet new-packet-mark=Download passthrough=no connection-mark=Download log=no log-prefix="" 5 ;;; All Upload chain=postrouting action=mark-connection new-connection-mark=Upload passthrough=yes connection-mark=no-mark out-interface=pppoe-out1 log=no log-prefix="" 6 chain=postrouting action=mark-packet new-packet-mark=Upload passthrough=no connection-mark=Upload log=no log-prefix=""
but when I'm looking to firewall/connections I see only #upload marks but only few download marks
It has been see in the counter of market packets
When I made basic queue tree rules for global upload/download I see most of data traffic (when I start speedtest) in upload queue
Code:
Flags: X - disabled, I - invalid 0 name="download" parent=global packet-mark=Download limit-at=1G queue=pcq-download-default priority=8 max-limit=1G burst-limit=0 burst-threshold=0 burst-time=0s bucket-size=0.1 1 name="upload" parent=global packet-mark=Upload limit-at=1G queue=pcq-upload-default priority=8 max-limit=1G burst-limit=0 burst-threshold=0 burst-time=0s bucket-size=0.1
Statistics: Posted by kowalski78 — Fri Feb 28, 2025 12:25 pm