where is my problem?

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

0 chain=srcnat out-interface=public action=masquerade

I think you need to make this your last rule.

i moved it and still not working

Do you have a DNS server at 192.168.0.1?

If yes this should work.

0 chain=dstnat protocol=udp dst-port=53 action=dst-nat
to-addresses=192.168.0.1 to-ports=53

1 chain=dstnat in-interface=local1 protocol=tcp dst-port=80 action=redirect
to-ports=8080

2 chain=srcnat out-interface=public action=masquerade

hi again

i am using only pppoe with no ips at all.

does pppoe need any different configuration for the cache to work?

10x again