Hi,

I am trying to find out the logged messages in the Gem5 kernel. I have
installed iptables in the linux kernel and have a default rule which should
log all the packets.
iptables -A FORWARD -s 0/0 -i eth0 -d 0/0 -o eth1  -j LOG
But I am not able to figure out where the packets are getting logged.

/var/log does not have any files. Does anyone know where the log messages
are stored?

Thanks,
Pritha
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to