apacher server near mikrotik server

hello guys
i have mikrotikOS and i have used pppoe server in it
what i do now is apache server on linux system and take ip from mikrotik to it
and i made sharing programs and videos on apache
now when i open the site for ex from 1mb pppoe account the download limit is 1mb and when i open it from 128kb pppoe account the download limit is 128kb
so it take the limit of the pppoe account iam using to open my server website
what i need is to dont take the limit of pppoe i need the download to be with out limit so what i must do in mikrotik to make that server open through pppoe accounts with out limitation ???
:frowning: :frowning: :frowning:

please help !! :confused:

PPPoE with rate limits uses dynamic simple queues, right?
If yes, this is for Hotspots, it should still apply: http://wiki.mikrotik.com/wiki/PCQ_and_Hotspots,_and_exempting_upstream_resources_from_rate_limit

thx dude and yea it is but i didnt use hotspots and i dont want to use it its just pppoe server

If PPPoE rate limits use dynamic simple queues (I think they do) that article applies as is, even if you don’t use Hotspots.

yes PPPoE rate limits use dynamic simple queues
but when i download from at site from pppoe account 128kb its is 16kb/sec
but i do from 2mb pppoe account so it is 256kb/sec
u understand me dude ??

I do understand. The article I posted shows how to exempt certain destinations from dynamic simple queues by using queue trees. Did you read it?

didnt success man
i need the rule to make the ip of the appache server to download with out limitation
it is local ya man

As you can see the configuration requires specifying IP addresses. Obviously I don’t know your server IP address because you didn’t post it.

/ip firewall mangle
add chain=prerouting dst-address=10.0.0.0/24 action=mark-packet new-packet-mark=exempt-up
add chain=postrouting src-address=10.0.0.0/24 action=mark-packet new-packet-mark=exempt-down
/queue type
add name=exempt type=sfq
/queue tree
add name=exempt-up parent=global-in packet-mark=exempt-up queue=exempt max-limit=1G
add name=exempt-down parent=global-out packet-mark=exempt-down queue=exempt max-limit=1G

Replace 10.0.0.0/24 with the IP address of the server.

i have pool for pppoe
172.20.30.10-172.20.30.254
so i create ip address for mikrotik 172.20.30.2
and give the apache linux server 172.20.30.3

now i put in ur rule the ip 172.20.30.0/24
is that right ??
but it didnt success
the same thing man

Then I can’t help you.

okay sorry man :frowning: