Troubleshooting

From Braindisconnect
Jump to navigationJump to search

Check if your server is receiving syslog messages:

tcpdump -nn -l -A -i any host <ip address> and port 514 | head -n 50
tcpdump -nn -l -A -i any port 514 -v | head -n 50