Hey All,
I Found Layar7 In wiki.Mikrotik, And Use Http layer 7 Then Bulid A Mangle To Identify HTTP Packets
Then Bulide A Mangle 4 TCP 80 , !http(layaer7)
chain=prerouting action=mark-packet new-packet-mark=!WWW passthrough=no protocol=tcp layer7-protocol=!http dst-port=80
Then Run A Simple Queue For An IP With Packet mark !WWW, But it Dosent Work!
I Want To Limit All TCP 80, Packets.But Unlimited HTTP Browsing
there are no browsing there is only downloading of larger and smaller fails. that either can be recognised by special program and interpreted to show graphical information instead of text or binary code of some files that are downloaded.
Let’s assume that to open a web page you will download 512KB, so when you mangle traffic use connection-bytes=1-512000 for WEB, and for the downloads connection-bytes=512000-0, this is just an example the bytes you can divide as you wish.