log the traffic

hey all

how do I log all traffic from my tablet and chromecast??

I think you can use a NAT rule:

 /ip firewall nat add chain=srcnat src-address=192.168.10.10 action=log log-prefix=tablet-

 /ip firewall nat add chain=srcnat src-address=192.168.10.11 action=log log-prefix=chromecast-

Remember to change the src-address to your devices IPs. This rules needs to stay above your NAT rule.

I hope that I can help you with this.

Thank you!