Red_Hat
RH202 · Question #46
54: There are Mail servers, Web Servers, DNS Servers and Log Server. Log Server is already configured. You should configure the mail server, web server and dns server to send the logs to log server.
Answers: According to question, log server is already configured. We have to configure the mail,web and dns server for log redirection. In mail, web and dns server: 1. vi /etc/syslog.conf mail. @logserveraddress 2. service syslog restart mail is the facility and means the priorit
Process and Service Management
Question
54: There are Mail servers, Web Servers, DNS Servers and Log Server. Log Server is already configured. You should configure the mail server, web server and dns server to send the logs to log server.
Explanation
Answers: According to question, log server is already configured. We have to configure the mail,web and dns server for log redirection. In mail, web and dns server:
- vi /etc/syslog.conf mail.* @logserveraddress
- service syslog restart mail is the facility and * means the priority. It sends logs of mail services into log server.
Topics
#syslog#remote logging#rsyslog#log forwarding
Community Discussion
No community discussion yet for this question.