User Tools

Site Tools


remote_syslog

This is an old revision of the document!


Remote Syslog

Introduction

Setting up up syslog remote logging server is good for fault finding.

When logging connect your gargoyle router to the logging server with an Ethernet cable for more reliable results

Client

Setup your gargoyle router as a syslog client by making a SSH connection to the router and then run the following commands.

NOTE: Change the IP address to your syslog server

Set IP server address

<shell>

  uci set system.@system[0].log_ip=192.168.254.1
  uci commit
  reboot

</shell>

If the setting are “log_ip” then all syslog messages get sent to that IP address (where a syslog server should be running).

Increase logging Level

Increase the type of message which are sent to the syslog server

<shell> uci set system.@system[0].conloglevel=7 uci commit reboot </shell>

This will make it show everything except debugging messages.

Server

Windows logging server http://www.kiwisyslog.com/

Free Kiwi Syslog Server (download the free version with limited features)

Download and install that's about it

remote_syslog.1369152234.txt.gz · Last modified: 2013/05/21 16:03 by eric