Page 1 of 1
How to create a log that show web hits on mikrotik proxy
Posted: Thu May 14, 2009 6:01 am
by ssffzzxx
Dear All,
I have Mikrotik RB450 with ROuterOS 3.22 installed.
I also configure proxy on my mikrotik.
Could anyone help me to make my mikrotik have a log that can show me what web page accessed by my user? It is like web hits.
your help will be so appreciated.
Best Regards
Re: How to create a log that show web hits on mikrotik proxy
Posted: Thu May 14, 2009 9:18 am
by mrz
Re: How to create a log that show web hits on mikrotik proxy
Posted: Thu May 14, 2009 11:38 am
by ssffzzxx
Dear Mrz,
Thanks for your help. But are there other option that i can use for this. if i take Proxylizer as a solution, in my opinion it is to complicated as i have to prepare one more machine, and install all required application. I just want to see what web site that is accessed by my user.
Anyway thanks a lot. I will think about it.
Rgds
Re: How to create a log that show web hits on mikrotik proxy
Posted: Thu May 14, 2009 11:57 am
by mrz
you can simply set webproxy logging
/system logging add topics=web-proxy
Re: How to create a log that show web hits on mikrotik proxy
Posted: Fri May 15, 2009 6:17 am
by ssffzzxx
Dear Mrz,
Thanks again for your help.
I can set the web proxy log now, it seem mikrotik only generate the ip address in the log.
one more question, how to print web proxy log only? as i found that when i use log print command i get all log from mikrotik.
Best Regards
Re: How to create a log that show web hits on mikrotik proxy
Posted: Fri May 15, 2009 8:36 am
by mrz
/system logging action add name=proxy
/system logging add action=proxy topic=web-proxy
Now you can print only proxy buffer.
/log print where buffer="proxy"
Re: How to create a log that show web hits on mikrotik proxy
Posted: Fri May 15, 2009 12:05 pm
by ssffzzxx
Hi Mrz,
Thanks for your prompt reply.
It works perfectly..
Best Regards