Remote syslogging with OpenWRT Kamikaze 8.09
For Kamikaze 8.09 (RC1) the documentation on remote syslogging is a bit inaccurate or outdated – but this ticket pointed me in the right direction. Add the following to /etc/config/system: log_ip 10.20.30.40 Reboot your unit and watch the logs roll in. Verify by checking what syslog is up to: root@OpenWRT:~# ps -ef | grep syslog […]