Hi all
I have set and configured web proxy in my Mikrotik and its doing great ,, browsing , downloads and Videos are saved in the server and its all cached ..
I have only one problem ,, vedios in youtube and metacafe not caching .. i'v tried another videos in another web sites and all working very well .. only this youtibe and metacafe not ..
Can any one help in this
in the access list i have tried to add youtube and also tried without add youtube to allow in access list and both cases was same results .
here is my web proxy setting :
[admin@MikroTik] > ip web-proxy
[admin@MikroTik] ip web-proxy> print
enabled: yes
src-address: 0.0.0.0
port: 3128
hostname: "proxy"
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: "ahmed@gccitcom.com"
max-object-size: 400000KiB
cache-drive: system
max-cache-size: unlimited
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 29707264KiB
reserved-for-ram-cache: 2048KiB
[admin@MikroTik] ip web-proxy cache> print
Flags: X - disabled, I - invalid
0 ;;; Allow sado alahe
action=allow
1 url=":cgi-bin \\?" action=deny
2 url="\\.flv$" action=allow
3 url="\\.jpg$" action=allow
4 url="\\.gif$" action=allow
5 url="\\.exe$" action=allow
6 url="\\.zip$" action=allow
7 url="\\.jpg$" action=allow
8 url="\\.mpeg$" action=allow
9 url="\\.mp3$" action=allow
10 url="\\.avi$" action=allow
11 url="\\.pdf$" action=allow
12 url="\\.rar$" action=allow
13 url="\\.mov$" action=allow
14 url="\\.mpg$" action=allow
-- [Q quit|D dump|down]
[admin@MikroTik] ip web-proxy access> print
Flags: X - disabled, I - invalid
0 url="proxy" action=allow
1 src-address=10.5.50.253/32 action=allow
2 src-address=10.5.50.246/32 action=allow
3 src-address=10.5.50.252/32 action=allow
4 src-address=10.5.50.3/32 action=allow
5 url="217.17.233.49" action=allow
6 url="gov.tr" action=allow
7 ;;; block telnet & spam e-mail relaying
dst-port=23-25 action=deny
8 action=deny
Firewall setting :
[admin@MikroTik] ip firewall filter> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward src-address=10.5.50.3 protocol=tcp dst-port=1863 action=accept
1 chain=forward src-address=10.5.50.253 protocol=tcp dst-port=1863 action=accept
2 X chain=forward src-address=10.5.50.0/24 dst-address=0.0.0.0/0 protocol=tcp p2p=all-p2p action=accept
3 chain=forward src-address=10.5.50.0/24 protocol=tcp dst-port=1863 action=reject reject-with=icmp-network-unreachable
[admin@MikroTik] ip firewall filter>
[admin@MikroTik] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat in-interface=ether2 protocol=tcp dst-port=80 action=redirect to-ports=3128
1 ;;; masquerade hotspot network
chain=srcnat action=masquerade
2 chain=dstnat dst-address=192.168.0.55 protocol=tcp dst-port=2007 action=dst-nat to-addresses=10.5.50.3 to-ports=4899