Page 1 of 1

problem web proxy and cache

Posted: Thu Jan 09, 2014 12:49 pm
by wilepro
Hello to you
I'd like to know why when I activate my web proxy on my RB1100 AH2 response time (ping) become very long and very slow connection

[admin@MikroTik] ip proxy> set enabled=yes port=8080 src-address=195.10.10.1

[admin@MikroTik] ip proxy> print
enabled: yes
src-address: 195.10.10.1
port: 8080
parent-proxy: 0.0.0.0:0
cache-drive: system
cache-administrator: "admin@mikrotik.com"
max-disk-cache-size: none
max-ram-cache-size: 100000KiB
cache-only-on-disk: yes
maximal-client-connections: 1000
maximal-server-connections: 1000
max-fresh-time: 3d

[admin@MikroTik] ip firewall nat> add chain=dstnat protocol=tcp src-address=192.168.1.0/24 \
dst-port=80 action=redirect to-ports=8080

Thank you

Re: problem web proxy and cache

Posted: Thu Jan 09, 2014 12:54 pm
by zap71
How much traffic does the proxy have to handle when you enable it?
What does the CPU usage show when it's enabled?

Zap.

Re: problem web proxy and cache

Posted: Thu Jan 09, 2014 1:31 pm
by wilepro
Hi I do not know how or traffic
the CPU is 2 percent I have a 11000 RB AH
send to client 49 972 KiB
recieve server 51 813 KiB

Re: problem web proxy and cache

Posted: Fri Jan 10, 2014 10:07 am
by zap71
You write that "my web proxy ... response time (ping)" get very slow.

What exactly do you mean by that? Does websurfing get slow for the clients or do ping responses to the router go up?
Your "ping" confuses me somehow.

Zap.