nat log how to?

Hello!
I can log the nat from my client how to connect the internet?
My master router ist mikrotik!
Thank you for your advance?
I have Nice day!
:astonished:
I can search the forum and have no post!
:cry:

To log data from NAT table, or to log specific data from NAT table.
Use action=log before NAT rule (log-prefix to assign prefix for the log info).
E.g.
‘ip firewall nat add chain=srcnat action=log src-address=x.x.x.x/xx
ip firewall nat add chain=srcnat action=masquerade src-address=x.x.x.x/xx’

Sergejs!
The example workt!
I can download the logfile the log downloader? :question:

I don’t understand you correctly.
But here is Syslog daemon for Windows, that will help you to handle your logs.

I put down!
I tested in the nigth!
Thank you!

Revitalizing this old question: is this still the way to do it? Using a RB5009 with 7.16.2, I’m not getting consistent results. It does log /some/ new outgoing connections, but only some, and some not… What is the current and preferred method of logging new outgoing NATted connections?