folks how would I record the logs of the NAT translation logs using NETMAP and send this to a dedicated syslog? I already do this with Cisco I’m trying to do with mikrotik too because here it is obliged to keep the logs for those who use CGNAT or NETMAP. I use the following rule: /ip firewall nat
add action=netmap chain=srcnat src-address=100.64.64.0/20 to-addresses=
138.xxx.xxx.0/24 =public block
Set log=yes for that NAT rule and set up logging in /system logging menu to send all firewall logs to remote syslog server.