Linux logging facilities are managed mostly by the syslog Daemon. Syslog uses the configuration file /etc/syslog.conf to know where to log every system message.
If you want to log in a remote host, you would add this line to syslog.conf
auth.*; authpriv.* @192.168.100.7
It is required that the syslog daemon is started in the 192.168.100.7 host and it should also, be listening for messages thay come from the network. It is important that you know that this feature is by default "off". You have to start syslog with a "-r" argument to enable this.
To force syslog to re-read syslog.conf, send a SIGHUP signal to syslog.
Happy logging !











1 comentarios:
Great information thanks i was surching this syslog method. Thanks...
RGD
Charanjit Cheema
Post a Comment