dear all
i wanted to make the cache working but no luck.
here is my settings:
[admin@MikroTik] > ip firewall nat
[admin@MikroTik] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat out-interface=public action=masquerade
1 chain=dstnat in-interface=local1 protocol=tcp dst-port=80 action=redirect
to-ports=8080
2 chain=dstnat protocol=udp dst-port=53 action=dst-nat
to-addresses=192.168.0.1 to-ports=53
[admin@MikroTik] > ip web
[admin@MikroTik] ip web-proxy> print
enabled: yes
src-address: 0.0.0.0
port: 8080
hostname: “proxy”
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: “webmaster”
max-object-size: 4096KiB
cache-drive: system
max-cache-size: unlimited
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 56876032KiB
reserved-for-ram-cache: 2048KiB
can anyone tell me where my problem is?
10x in advance