Users log

How is possible with microtik OS log all web traffic?

Lots ofways to do it. One is…

/ ip firewall filter
add chain=forward protocol=tcp dst-port=80 action=log log-prefix=“WEB -”
comment=“” disabled=no

Will log all web traffic going through the router to and log it to the routers log. Be carefull.. if you have a large network = BIG LOG!!

tiziano,

Well the best way to monitor traffic is with using the built in sniffer and have the MT stream the information to another server that you can build information that you are looking for.
http://www.mikrotik.com/testdocs/ros/2.9/tools/sniffer.php

Or

You can use traffic flow… http://www.mikrotik.com/testdocs/ros/2.9/ip/traffic-flow.php

Matt

tnx for informations,

but MT with packet sniffer not work why ?

MT can forward all the traffic to a packet sniffer if you would like. For information on how to do that goto: http://www.mikrotik.com/testdocs/ros/2.9/tools/sniffer.php

Matt

Yes Matt I have set packet sniffer for forwarding to a MT server to 10.1.1.252 but packet sniffer tool trasmit a packet to port 514 ?