Hi,
I am trying to make a ftp server which is accessible for local network (only from my users, 192.168.0.0/16). I don’t want to my users to use the isp bandwidth suppose, 64kbps/64kbps which is defined in the queue list. I want my users to use this 64k/64k bandwidth and ftp download simultaneously.
example:
Local ftp 1mbps
Internet 64kbps
sorry but i don’t quite understand your problem is…
the ftp server you’re planning to build, is it in the local network or at DMZ network ?
i guess this is the topology : user — Mikrotik – switch – WAN
…|
…|
…FTP Server
suppose it’s in the DMZ network, than you don’t have to be worried that when user accessing the FTP Server they will not be using your internet bandwidth…
user -------------- switch —MT ---- NET
192.168.10.0/24 |
ftp _______________ |
192.168.100.250/24
example :
user A-Subnetwork 192.168.10.0/24 is browsing
user B-Subnetwork 192.168.100.0/24 is Downloading Local FTP
user C-Subnetwork 192.168.110.0/24 is browsing & Downloading Local FTP
for all of them have 64k/64k simple queue.
Now, i want to use USER A 64kbps, USER B 1MB, USER C 64k + 1MB
how can i define the queue list??
Please Help.