Freman
March 31, 2006, 4:32am
1
G’day folks
I’m running Mikrotik 2.9.18 and I’m trying to get /ip proxy to log
I’ve done /system logging add topics=web-proxy action=memory for testing
but the /ip proxy doesn’t show anything up.
If I disable /ip proxy and enable /ip web-proxy (I have them both on the same port) the logs work fine.
I don’t want to use web-proxy because the router is running off a CF card so I don’t want any caching.
Does anyone know how to make /ip proxy log?
i think you can add a filter rule as follows :
ip firewall filter> add chain=forward protocol=tcp dst-port=8080 action=log log-prefix=ip-proxy_log comment=“ip proxy logging”
So,
There are 2 proxies:
one in the test package “/ip proxy”
other in the normal package “/ip web-proxy”
when web-proxy-test package is enabled logging works fine to me!
yup.
And u can go to this link http://forum.mikrotik.com//viewtopic.php?t=7672 where u can find a conversation between me and other guy.There i posted a question for the purpose of making things clearer as for “ip proxy” and “ip web proxy”
Freman
April 9, 2006, 10:43pm
5
I don’t want to log the packet, I want to log the request
And I still don’t want caching, full stop.
If you want it to log web-proxy requests with cache,
/ip proxy set max-disk-cache-size=none
/ip proxy set enabled=yes