Ok I get the point, I need 2 MT for that
looking from hire
http://forum.mikrotik.com/t/cache-all-http-downloads/2764/1
this is the setup and pls corect me if I m wrong (never tryed)
-----------GW MT Router IP:192.168.1.1
/ ip firewall dst-nat
chain=dstnat in-interface=wlan dst-address=!192.168.1.1 protocol=tcp
dst-port=80 action=redirect to-ports=3128
/ ip web-proxy
set enabled=yes src-address=0.0.0.0 port=3128 hostname=“proxy” transparent-proxy=yes
parent-proxy=192.168.1.2:3128 cache-administrator=“webmaster” max-object-size=“0 kB” \
/ ip web-proxy access
blabla
/ ip web-proxy cache
add url=“cgi-bin \?” action=deny comment=“don’t cache dynamic http pages” disabled=no
-----MT proxy router IP:192.168.1.2
Hire shuld I put something in Ip firewall nat?
/ ip web-proxy
set enabled=yes src-address=0.0.0.0 port=3128 hostname=“192.168.1.2” transparent-proxy=no
parent-proxy=0.0.0.0:0 cache-administrator=“email adress” max-object-size=“200000 kB”
/ ip web-proxy access
add dst-port=!443 method=connect action=deny comment=“allow
blabla
/ ip web-proxy cache
add url=“cgi-bin \?” action=deny comment=”" disabled=no
add url=“\.exe$” action=allow comment=“” disabled=no
add url=“\.zip$” action=allow comment=“” disabled=no
add url=“\.mpeg$” action=allow comment=“” disabled=no
add url=“\.mp3$” action=allow comment=“” disabled=no
add url=“\.avi$” action=allow comment=“” disabled=no
add url=“\.pdf$” action=allow comment=“” disabled=no
add url=“\.rar$” action=allow comment=“” disabled=no
add url=“\.mov$” action=allow comment=“” disabled=no
add url=“\.mpg$” action=allow comment=“” disabled=no
add url=“\.dat$” action=allow comment=“” disabled=no
add action=deny comment=“” disabled=no