Hi,
I’m from Indonesia, and I need help on my v2.8.27 Mikrotik.
Basically, the majority of my clients (private IP addresses only) are un-track-able.
I use Mangle and queue to track their connection and to shape their bandwidth. Somehow, both the Mangle and Queue doesn’t seem to work. Internet connection is OK, though.
When I test downloading from a client (which had this problem), the UP mangle and queue seem to show some traffic, but the DOWN mangle and queue are empty. Nothing at all.
I have some 200 client addresses, and this problem only affect private IP clients. Moreover, not all private clients have this problem. Only around 80% of my total private client had this problem.
Is there anyone there who can help me?
My config is somewhat below. It’s not the complete config, of course.
Interface:
NAME TYPE RX-RATE TX-RATE MTU
0 R Public ether 0 0 1500
3 R LBJ ether 0 0 1500
IP Addresses:
0 ;;; Telkom
192.168.32.86/30 192.168.32.84 192.168.32.87 Public
2 10.10.101.1/24 10.10.101.0 10.10.101.255 LBJ
Firewall:
0 ;;; Baloi
src-address=10.10.101.0/24 action=nat to-src-address=203.130.193.193
Mangle:
0 dst-address=10.10.101.24/32 action=passthrough mark-flow=101.24dn
1 src-address=10.10.101.24/32 action=passthrough mark-flow=101.24up
Queue:
0 name=“S-101-01-DN” parent=LBJ flow=S-101-DN limit-at=256000
queue=sfq_queue priority=8 max-limit=256000 burst-limit=0
burst-threshold=0 burst-time=0
1 name=“S-101-01-UP” parent=Public flow=S-101-UP limit-at=256000
queue=sfq_queue priority=8 max-limit=256000 burst-limit=0
burst-threshold=0 burst-time=0
2 name=“101.24dn - Falconer” parent=S-101-01-DN flow=101.24dn
limit-at=28000 queue=sfq_queue priority=8 max-limit=256000
burst-limit=0 burst-threshold=0 burst-time=0
3 name=“101.24up - Falconer” parent=S-101-01-UP flow=101.24up
limit-at=28000 queue=sfq_queue priority=8 max-limit=256000
burst-limit=0 burst-threshold=0 burst-time=0
Regards,
:rherry