Can anybody Help ... ?

Hi guys !

Can anybody help me with the senario … MT is working fine as pppoe concentrator and webproxy is also working great. The only thing is that webproxy is caching our local hosted movies server. How should i exempt that local website (ip: 10.10.10.2) from cache, so that the server do not cache that website and its contents.

Quick response will be highly appriciable.

Good day what movie server are you using?

How many ethernet ports do you have?

Exactly as you said, change the webproxy redirect firewall rule NOT to redirect the video server’s IP or add a rule to forward that IP directly.
(you can set an IP and check the small box in front of it in Winbox which means NOT)

Hello
You can use /ip proxy cache and add a rule with deny action.example:

/ip proxy cache add dst-address=10.0.0.2 action=deny
/ip proxy cache add dst-host=www.yahoo.com action=deny

We are using simple windows 2003 with IIS configured over it to host a local website with FLASH Embeded movies on it. When user click on the Movie title a FLASH player opens and start playing the movie.

Many thanks