Debug logs help identify and resolve issues.
By default, logging on DD-WRT is disabled. To enable it:
- Enable Syslog under the Services tab. If you wish to send logs to a remote system, enter the IP address of that machine, which is also running a syslog utility (it needs an open network socket in order to accept logs being sent by the router).
- To log firewall events, go to the Security tab and enable the appropriate options under Log Management. (Note: this does not function in micro)
That's all there is to it. DD-WRT should now be logging, either locally to /tmp/var/log/messages, or remotely to the IP address you specified earlier.
If none of the above enables logging:
1. Ensure that setting Services > System Log > Syslogd is set to Enabled
2. Add a line that says "verb 5" to the Additional configs section of the OpenVPN client in your router.
To view the log, go to Administration > Commands to run commands. There, you can watch the log file using this command:
cat /var/log/messages
Copy the log file and send it to us for review.