Hello Experts
need guidance to my desired setup.
2 interface:
- Wan
- Hotspot
2 ip pools
A. 10.10.10.11-10.10.10.60
B. 10.10.10.101-10.10.10.200
Pool A is used by Trial user
Pool B is used by authenticated users by userman
Pool A has limited bandwidth of 5M
add max-limit=5M/5M name="Trial User Pool" queue=\
pcq-upload-default/pcq-download-default target=10.10.10.0/26
Pool B has dynamic bandwidth managed by userman
I want Pool A / Trial User To.
A. Disable torrent
B. Drop connection if the user exceed 50MB of download file.
add action=drop chain=forward comment="TORRENT block outgoing DHT Trial User" \
content=d1:ad2:id20: dst-port=1025-65535 packet-size=95-190 protocol=udp \
src-address=10.10.10.0/26
add action=drop chain=forward comment="Drop Download Free Hotspot User @
connection-bytes=52428800-0 protocol=tcp src-address=10.10.10.0/26
Problem is my filter A and B doesn’t work as it should be.
@ picture 1.png trial user ip was change to 10.10.10.13 from 10.10.10.181 as i wanted

@picture 2.png original ip of 10.10.10.181 is still there.

@picture 3.png upon checking on torch while downloading a file over 50mb, its actually using 10.10.10.181 not 10.10.10.13.as you can see also,my 5mb limit is working that was set on simple queue .why the 2 filter ain’t work?
