respected Seniors.
i have configured mikrotik router os with hotspot. and i setup my ftp server behind mikrotik router os. by giving below rules.
mikrotik server
—————-
Enterface1= WAN (192.168.11.8/24)
Enterface2=LAN (192.168.200.1/24) Hotspot and DHCP
Enterface3=Ftp (192.168.250.1/24)
FTP server
———
Enterface1=
ip address=192.168.250.2
subnetmask=255.255.255.0
prefered DNS=192.168.250.1
/ip firewall mangle add chain=prerouting src-address=192.168.200.1/24 dst-address=192.168.250.0/24 action=mark-packet new-packet-mark=ftp-up
/ip firewall mangle add chain=postrouting dst-address=192.168.200.1/24 src-address=192.168.250.0/24 action=mark-packet new-packet-mark=ftp-down
/queue type add name=ftp-exempt kind=sfq
/queue tree add name=ftp-up parent=global-in packet-mark=ftp-up queue=ftp-exempt max-limit=1G
/queue tree add name=ftp-down parent=global-out packet-mark=ftp-down queue=ftp-exempt max-limit=1G
i have tried this with hotspot. but its not working well. hotspot users getting same speed limit as define in profile.
hotspot is working fine. and giving the speed limit as defined inside profile speed limit on internet trafic. after adding ftp server. i have aded above mangle and quee rules. but i m getting these 2 errors.
1= when i try to open \\server its not respond and when i type \\192.168.250.2 then ftp server goes open. why its not opening with name of the computer instead of the ip?
2= rate limit as defined in hotspot profile is still applying on the ftp trafic. even i have aded the quee rulles as you mentioned above.. but still the same.
Kindly trouble shoot about this scenario