Because some routers have very limited storage space; security logs are disabled in the micro version of dd-wrt. Is it possible to export the (iptables) logs to an external storage?
Asked
Active
Viewed 300 times
1 Answers
0
Yes you can log to a remote syslog daemon. The default program will truncate long messages. If you have memory your can use syslog-ng. Installation should be similar to my installation of Syslog-ng on openWrt.

BillThor
- 27,737
- 3
- 37
- 69
-
-
In that case, you should be able to specify the IP address of a server running a syslog daemon. You will need to configure it to listen for network messages. Then configure the router to log to that IP address. – BillThor Jul 03 '13 at 11:34