Android iptables NFLOG log file location?

A

AC Question

Hello,

In a emulator a created the following rules:
iptables -I OUTPUT -j NFLOG --nflog-prefix TEST
iptables -I INPUT -j NFLOG --nflog-prefix TEST

Where is the log file that shows the network traffic of that rules?
Thanks in advance
 

JohnSilva9

New member
Jun 9, 2016
1
0
0
Visit site
Hello,
I just created this account because with the other profile i couldn't answer.
I think you're right the first part isn't clear :)
I created a android virtual device and through adb shell i created those rules in iptables. I would like to know how can i where can i see/read the log created.
Thanks in advance :)
Best Regards