What line in the system message configuration file will send all system messages to the remote computer?

A remote logging computer with a host name of foobar is being installed on the local network.

What line in the system message configuration file will send all system messages to the remote computer?

A remote logging computer with a host name of foobar is being installed on the local network.

What line in the system message configuration file will send all system messages to the remote computer?

A.
*.* foobar. *

B.
*.* @foobar

C.
*=foobar

D.
* .foobar

E.
=foobar

Explanation:
From the man pages:
Remote Machine This syslogd(8) provides full remote logging, i.e. is able to send messages to a remote host running syslogd(8) and to receive messages from remote hosts. The remote host won’t forward the message again, it will just log them locally. To forward messages to another host, prepend the hostname with the at sign (“@”).



Leave a Reply 0

Your email address will not be published. Required fields are marked *