Here are the steps which i have tried, however no success.
1: No the server machine installed the rsyslog packages using yum install -y rsyslog
2: opened the vi /etc/rsyslog.conf uncommented 15,16,19,20 line "ModLoad imudp, intcp"
3: Saved the file
4: restarted & enabled the service using the systemctl on the server machine.
5: reloaded the firewall on the server machine using firewall-cmd --permanent --add-port=514/udp
firewall-cmd --reload
Now on the Client machine
1: opened the vi /etc/rsyslog.conf
2: on the last lineadded the server ip
# ### end of the forwarding rule ###
cron.* @192.168.server ip
mail.* @192.168.server ip
*.* @192.168.server ip
4: restarted & enabled the service using the systemctl on the client machine.
5: However i don't see any info on the server machine.
Dont understand where i am going wrong.