1
edit
Changes
→Using syslog to route log files to a remote host
*Still on f16, restart syslog. NOTE: At this point you should use iptables to open up tcp port 514
*Now on vm01 and use the logger command to verify logging messages are getting through to your f16 host. Try this command
logger -p user.warn "Hello World"
*Use the command "tail /var/log/messages" on the f16 host to view the results of the previous step.