Schmidt, Florian schrieb:
> And to configure remote-logging on the working machine I only added on line 
> with "*.* @host" to /etc/syslog.conf.

and with  @1.2.3.4  in your  /etc/syslog.conf ?

*.info;mail.none;authpriv.none;cron.none                /var/log/messages
*.info;mail.none;authpriv.none;cron.none                @172.16.0.200


your log-server has remote logging enabled in  /etc/sysconfig/syslog ?

# -r enables logging from remote machines
# -x disables DNS lookups on messages recieved with -r
# See syslogd(8) for more details
#SYSLOGD_OPTIONS="-m 0"
SYSLOGD_OPTIONS="-r -m 0"

-- 
shrek-m

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to