WEP-PROXY SETTINGS [IMPORTANT]

i tired to edit settings of my web-proxy and not work…

i configer my web-proxy to cache sites and files to speed up my browsing of my network but it’s slow it

when i blocked or redirect any url it’s work fine
when i see cache contents i found all my files
but when i try to download any file from cache it’s so so slow

what is the right settings to do this with PPPoE


thank you

what did you do to make cached files download faster?

do you limit your bandwidth by PPPoE Profile settings?

if i limit or not my ADSL Line speed is 4 Mbit/s
my download speed 500 KB/s
when i download files from cache it’s download by line speed 500 KB/s

when i download it again and again it’s dowload by max 400 to 500 KB/s

and when i limit it by PPPoE to 30 KB/s
it’s donload any files in cache in 30 KB/s

i want if i limit account or not download any files from chache with line speed 100 Mbit/s

and i don’t why this is not working

I think what Chupaka means to say is: If you limit your client’s download (with PPoE interface) ALL traffic has to obey. The interface doesn’t know if a file comes from the internet or from proxy…

I don’t have so much experiance with web-proxy and PPoE but I presume that if you want content from the proxy to download with the full network speed to the customer while his internet access is limited you have to put the proxy inside the LAN network. So client downloads from router with full speed and only if proxy can’t fulfill demand and needs new (updated) file from internet THAT connection is made to the internet, where you want that that client is limited.
I don’t think that is possible within one router. The PPoe interface is last what download traffic ´sees´ from router, and it is limited there…

Chupaka, correct me if I’m wrong. I jumped in to see if my line of thinking is right in this…

i need advice.
i am running router OS on pc, processor speed is 2.8, memory=512, hard disk=40gig , i use hotspot running on the lan with maximum of 40 clients running at once. i want to use transparent web proxy and dns cache. (please advice).

TheProgrammer, you need to pick cached files out, by DSCP field value (see Cache Hit DSCP in WebProxy settings) and send them to another queue (for example, mark-packet for appropriate DSCP, and then create another simple queue with packet-mark=your_hit_mark and high limits, then place it on top of all simple queues)

collins465, doesn’t Hotspot use WebProxy by default? there’s a ‘Transparent Proxy’ checkbox in Hotspot User Profile

doesn’t Hotspot use WebProxy by default? there’s a ‘Transparent Proxy’ checkbox in Hotspot User Profile

That means i don’t need to go and enable /ip webproxy ?

That means i don’t need to go and enable /ip webproxy ?

yes, i figured it out my self.

ok can you give me terminal code for all settings or be more easy man i’m not expert

something like
/ip fi man add chain=output dscp=4 action=mark-packet new-packet-mark=HIT
/queue simple add name=HITS packet-mark=HIT max-limit=10M/10M place-before=0

Just wanted to find out if the solution posted by chupaka worked as I am planning to have the same issue

This is the idea: http://wiki.mikrotik.com/wiki/Queue_with_Masquerading_and_Internal_Web-Proxy
When you get how this works, you could apply it to any situation.