I need some Help regarding QUEUES. Mikrotik have 3 LAN.
LAN - PPPoE Server 10.0.0.1
DMZ - 172.16.0.1
WAN - DSL Router 192.168.0.1
Freeradius Server is in place for billing/accounting. When user connects, Dynamic queue is created and comes on top of other static queues. My problem is FTP (ftp ip 172.16.0.2) is behind MT DMZ , and its download also gets restricted by Dynamic Queues , but I don’t want to restrict FTP data for LAN users,
How can I allow unlimited bandwidth for FTP download ? Any examples would be highly appreciable.
Queue trees attached to global-in and global-out fire before simple queues, and the simple queues get ignored. Make mangle rules that mark packets to/from the FTP server, and install queue trees at line speed for those marks.