Community discussions

MikroTik App
 
wilepro
just joined
Topic Author
Posts: 18
Joined: Wed Jun 09, 2010 3:44 pm

problem web proxy and cache

Thu Jan 09, 2014 12:49 pm

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
 
User avatar
zap71
Frequent Visitor
Frequent Visitor
Posts: 83
Joined: Fri Sep 27, 2013 11:10 am
Location: Berlin, Germany
Contact:

Re: problem web proxy and cache

Thu Jan 09, 2014 12:54 pm

How much traffic does the proxy have to handle when you enable it?
What does the CPU usage show when it's enabled?

Zap.
 
wilepro
just joined
Topic Author
Posts: 18
Joined: Wed Jun 09, 2010 3:44 pm

Re: problem web proxy and cache

Thu Jan 09, 2014 1:31 pm

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
 
User avatar
zap71
Frequent Visitor
Frequent Visitor
Posts: 83
Joined: Fri Sep 27, 2013 11:10 am
Location: Berlin, Germany
Contact:

Re: problem web proxy and cache

Fri Jan 10, 2014 10:07 am

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.