Use https://seceonhelp.freshdesk.com/support/login to access updated Knowledge Base Articles, Submit Technical Support Tickets and Review Status of submitted support tickets.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

To verify logs are arriving at the CCE host:

  • Run: “tail -f /var/log/messages” command on the CCE host
StepsProcess

Configure /etc/hosts on DNS server

  • Open /etc/hosts file

  • Add IP-Address                hostname on this file

      Example: 192.168.19.48               hostname

Configure /etc/hosts on the CCE Host machine

  • Open /etc/hosts file on host machine
  • Add IP-Address of DNS Server and hostname of DNS Server on this file

      Example: 192.168.19.192            dns-server

Configure Syslog on DNS Server

  • Login at DNS server
  • Add rule in /etc/rsyslog.conf file to send logs to the CCE host machine.
  • Open /etc/rsyslog.conf file
  • Go to

      #### begin forwarding rule ### and add

      *. * @IP-Address:514

      #### end of the forwarding rule ###

      Example: - *. * @192.168.19.48:514 to send log by UDP

  • Restart rsyslog daemon using command “service rsyslog restart”;


Now to verify that the logs are arriving at the CCE Host

  • Run: “tail -f /var/log/messages” command on the CCE host
  • No labels