Hi Forum
In the company im working we have many mikrotik devices.
The law states that we have to have a keep a tracking/nat/syslog register with the all activity of the network users.
Now, the question is: how can make a tracking/nat logging of the router events?
Thanks to everyone
Add the below rules
/ip firewall filter chain=forward action=log connection-state=new protocol=tcp in-interface=LAN
log=no log-prefix=“”
/ip firewall filter chain=forward action=log connection-state=new protocol=udp in-interface=LAN
log=no log-prefix=“”
if you want to store the usage logs of the customer please install any syslog server in Linux/windows Machine and route the syslogs
Regards,
Rajesh
Add the below rules
/ip firewall filter chain=forward action=log connection-state=new protocol=tcp in-interface=LAN
log=no log-prefix=“”
/ip firewall filter chain=forward action=log connection-state=new protocol=udp in-interface=LAN
log=no log-prefix=“”
if you want to store the usage logs of the customer please install any syslog server in Linux/windows Machine and route the syslogs
Regards,
Rajesh