By default, system accept the logs only generated from local host. To accept the Log from other host configure: vi /etc/sysconfig/syslog SYSLOGD_OPTIONS="-m 0 -r" Where -m 0 disables 'MARK' messages. -r enables logging from remote machines -x disables DNS lookups on messages received with -r service syslog restart