Posts

Showing posts from February, 2025

syslog message troubleshooting using tcpdump

 Super short post today. To troubleshoot syslog message you can use tcpdump. You will need to use -A option so that you can view the message # tcpdump -A -i eth0 port 601