Ray: Experimental

My Visitor

Like this site!

Wanna help other found this site? +1 us now!

Google +1 Button Privacy Policy

Synology Tags

My WebHost

I recommend hostgator, here is why.

Synology modding series 31 – Capturing Tomato Router Logs using syslog-ng

Since NAS is running 24×7, it is the best device to capture my tomato router logs.

Install and Setup Syslog-ng

Login to NAS using ssh/telnet as root install syslog-ng

#ipkg install syslog-ng

The glib and eventlog packages should be installed by ipkg as well. Backup syslog-ng configuration

#cd /opt/etc/syslog-ng #mv syslog-ng.conf syslog-ng.conf.bak Create configuration [...]