4 WAN + 3 LAN Upload Queue Issues

Good day guys,

I have a question for you because I don’t understand where I am doing wrong in my setup.

During the setup I am trying to limit the upload to one of the LAN connections to 8M but when I am doing the upload tests I am seeing that the traffic is seen on the WAN connection as download not on the LAN connection as upload.

Basically on my CCR1009,

I am having ether1 as WAN1, ether2 as WAN2, ether3 as WAN3 and ether4 as WAN 4 in PCC
Also, ether5 as LAN1, ether6 as LAN2 and ether7 as LAN3

Now,
for upload rules I did

  1. Mark the connection over ether5
add action=mark-connection chain=prerouting comment=ether-5-upload-connection in-interface=pax-ether5 new-connection-mark=ether-5-upload-connection passthrough=yes
  1. Mark the packets for the created connection
add action=mark-packet chain=prerouting comment=ether-5-upload-packet connection-mark=ether-5-upload-connection new-packet-mark=ether-5-upload-packet passthrough=yes
  1. Create a packet mark for upload
add action=mark-packet chain=prerouting comment=ether-5-upload-http new-packet-mark=ether-5-upload-http packet-mark=ether-5-upload-packet passthrough=no
  1. Create a queue tree for Upload as Parent, and then create as http upload child, attached screenshot.

When I am uploading a file, I am seeing the traffic as download as per second attached screenshot. Can someone guide me how to fix it please.
Thanks
Mihail
Screen Shot 2018-01-14 at 00.01.12.png
Screen Shot 2018-01-13 at 23.58.58.png

Hi

“During the setup I am trying to limit the upload to one of the LAN connections to 8M…”
with queuing only the egress traffic (leaving RB) can be controlled. So:
data leaving WAN interface is upload
data leaving LAN interface id download

As I see it your queue naming is reversed: “download-wan-1” should be “upload-wan-1”

Thanks,

That info was really helpful. Now is fixed.

We can close the post.

Cheers