dear all freinds
i need to make the first login to msn wich its port (1863) open without any limit to client , that mean when any client have so much traffic and lods open msn directly thru my reserved bandwidth , so i already made that in mangle 4 ;;; MSN
chain=forward src-address=217.65.150.0/24 protocol=tcp dst-port=1863
action=mark-routing new-routing-mark=main passthrough=yes
5 chain=input src-address=217.65.150.0/24 protocol=tcp src-port=1863
action=mark-routing new-routing-mark=main passthrough=yes
and then i made unlimited rule in simple queue but still not working , imean i made limit and then i tryed to download file and made load but still take 3 or 4m to open so any idea , i also already did that for winbox and it worked fine like this rule
2 ;;; Winbox
chain=input src-address=217.65.150.0/24 protocol=tcp dst-port=8291
action=mark-packet new-packet-mark=Winbox passthrough=yes
3 chain=output src-address=217.65.150.0/24 protocol=tcp src-port=8291
action=mark-packet new-packet-mark=Winbox passthrough=yes
so plz any idea thank u allll freindssssss