Hi, I have a problem with the package marked “POSTROUTING” for “queue tree”-download, when trying to mark in 5 routers the traffic does not work, in an x86, yes, why?. I tried with "prerouting, forward, POSTROUTING, but it is still not functioning in the mangle POSTROUTING.
In x86.v.3.14, work fine:
add action=mark-connection chain=prerouting comment="Conexiones HTTP-UP " \
disabled=no dst-port=80 new-connection-mark=http-up passthrough=yes \
protocol=tcp src-address=10.1.3.0/24
add action=mark-packet chain=prerouting comment=HTTP-UP-Packet \
connection-mark=http-up disabled=no new-packet-mark=http-up passthrough=\
no
add action=mark-connection chain=postrouting comment=HTTP-Down disabled=no \
dst-address=10.1.3.0/24 new-connection-mark=http-down passthrough=yes \
protocol=tcp src-port=80
add action=mark-packet chain=postrouting comment=HTTP-Down-packet \
connection-mark=http-down disabled=no new-packet-mark=http-down \
passthrough=no
add action=mark-connection chain=prerouting comment=HTTPS-UP disabled=no \
dst-port=443 new-connection-mark=https-up passthrough=yes protocol=tcp \
src-address=10.1.3.0/24
add action=mark-packet chain=prerouting comment=HTTPS-UP connection-mark=\
https-up disabled=no new-packet-mark=https-up passthrough=no
add action=mark-connection chain=postrouting comment=HTTPS-Down disabled=no \
dst-address=10.1.3.0/24 new-connection-mark=https-down passthrough=yes \
protocol=tcp src-port=443
add action=mark-packet chain=postrouting comment=HTTPS-DOWN connection-mark=\
https-down disabled=no new-packet-mark=https-down passthrough=no
########################################################################
My other routers are= 1-x86, 5-rb-333, all with 3.14 version.
Now I do same config for all routers, (change ip add) and don’t work never, sometimes after remove all rules of mangle work postrouting marking all network(chain=postrouting dst-add=10.1.3.0/24 action=mark-packet…) but mangle services(80,443,1863,etc) is to 0 counters!!!
I need resolve it, QoS is very important in my network i have 500 customer wireless.
I hope any advice.