I want to transfer all system logs to a remote machine's port.
RHEL version :
Red Hat Enterprise Linux Server release 5.11
The performed actions:
Adding below line to /etc/syslog.conf
*.* @10.100.7.2:6680
Then restart syslog daemon:
service syslog stop
service syslog start
But I cannot see the logs in the remote machine. IP is pingable. There is no rsyslog installed in the os environment. Do you think any additional modification needed?