If you are having issues with Kiwi Syslog Server not receiving and displaying messages, then you can use a packet capture program such as Ethereal, http://www.ethereal.com.
This program provides the ability to capture packets as they are sent to your Network Interface Card (NIC). By filtering for and analyzing this traffic, you will be able to determine if your network devices are actually sending the expected information to your system.
To set up Ethereal… Download and install the program from http://www.ethereal.com
Use the Capture menu to open the Capture Options form.
Select your NIC and define a capture filter that will look for all packets sent to UDP port 514 (the default syslog port).
Press the Start button, and you should see packets being as in the image below.
Stop the capture and view the data. It should show packets with the protocol being syslog.
This confirms that your system is currently receiving syslog messages, as expected. |




