To configure syslog logging on a Linux system:
1. Install rsyslog with "sudo apt-get install rsyslog", then update and upgrade packages.
2. Edit rsyslog configuration file "/etc/rsyslog.conf" to send logs to remote syslog server at 10.200.2.132 port 514.
3. Restart rsyslog service and test configuration by sending a test log message with "logger".
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views
Sudo Apt-Get Install Rsyslog
To configure syslog logging on a Linux system:
1. Install rsyslog with "sudo apt-get install rsyslog", then update and upgrade packages.
2. Edit rsyslog configuration file "/etc/rsyslog.conf" to send logs to remote syslog server at 10.200.2.132 port 514.
3. Restart rsyslog service and test configuration by sending a test log message with "logger".