nerdexam
Red_Hat

RH202 · Question #76

There are Mail servers, Web Servers, DNS Servers and Log Server is already configured. You should configure the mail server, web server and dns server to send the logs to log server.

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. @logserverraddress 2. service syslog restart mail is the facility and means the priority. It s

Process and Service Management

Question

There are Mail servers, Web Servers, DNS Servers and Log Server is already configured. You should configure the mail server, web server and dns server to send the logs to log server.

Explanation

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.* @logserverraddress
  2. service syslog restart mail is the facility and * means the priority. It sends logs of mail services into log server.

Topics

#syslog#rsyslog#log forwarding#service configuration

Community Discussion

No community discussion yet for this question.

Full RH202 Practice