Web Statitics

Dear I am New to Mikrotik. and have some questions
how can i track users web statitics in mikrotik . I mean that Can i see the websites visited by users. which user visited which website at which time its a challenge to me kindly help ,

Hi sir

interesting statistics could be collected activating NetFlow on mikrotik rouetboard side and the collect the flows on a server using for example nfdump and Nfsen amazing tools.

For nfdump take a look to
http://nfdump.sourceforge.net/

While on how to enable NetFlow on RouterOS side, pleaser efere to faboulous mikrotik wikis :


http://wiki.mikrotik.com/wiki/Manual:IP/Traffic_Flow

Hoping this will help you
Have a nice day

Dear Sir Thank you very Much For that nice info. Can i use this feature without any external or extra pc , I mean that same thing with monitoring on mikrotik rb ? Regards

An external Netflow capable host is needed .
On the other hand you can browse accounting information that is generated on the mikrotik under /ip accounting and enabled web access under /ip accounting web-access. Of course you will find just textual information like the following :

[admin@MikroTik] ip accounting snapshot> print
 # SRC-ADDRESS     DST-ADDRESS     PACKETS    BYTES      SRC-USER    DST-USER
 0 192.168.0.2     159.148.172.197 474        19130
 1 192.168.0.2     10.0.0.4        3          120
 2 192.168.0.2     192.150.20.254  32         3142
 3 192.150.20.254  192.168.0.2     26         2857
 4 10.0.0.4        192.168.0.2     2          117
 5 159.148.147.196 192.168.0.2     2          136
 6 192.168.0.2     159.148.147.196 1          40
 7 159.148.172.197 192.168.0.2     835        1192962

For further reading please refer to http://www.mikrotik.com/testdocs/ros/3.0/aaa/accounting.php

Hoping this will help you
have a nice day

thank you Dear.