Hi,
Kapil Bedarkar schrieb:
Both the linux systems can run syslogd. I had gone through the man
pages for syslogd. But i couldn't find exact HOWTO step to do this.
Can someone please help me?
As Michael said: Pretty off-topic, but the hint can be found in the
syslogd man-page (version 1.4.1, Debian package sysklogd):
on the remote side start syslogd with -r
locally use something like this in /etc/syslogd.conf:
# Sample syslogd configuration file to
# messages to a remote host forward all.
*.* @hostname
Or just search for
SUPPORT FOR REMOTE LOGGING
in the man page
HTH
Carsten