I'am trying to send logs to an external Syslog server via Remote Syslog Settings but i don't have any access to the server how am i gonna check if the logs are actually being sent?
This thread was automatically locked due to age.
I'am trying to send logs to an external Syslog server via Remote Syslog Settings but i don't have any access to the server how am i gonna check if the logs are actually being sent?
Looks ok for me ... if 172.16.1.8 is your "external" Syslog-server.
you may try tcpdump -nei any | grep 172.16.1.8
to see if there are answer-packets too ...
Dirk
Systema Gesellschaft für angewandte Datentechnik mbH // Sophos Platinum Partner
Sophos Solution Partner since 2003
If a post solves your question, click the 'Verify Answer' link at this post.
here is no port limitation ... but you can cascade multiple grep ...
tcpdump -nei any | grep 172.16.1.8 | grep 514
Dirk
Systema Gesellschaft für angewandte Datentechnik mbH // Sophos Platinum Partner
Sophos Solution Partner since 2003
If a post solves your question, click the 'Verify Answer' link at this post.
here is no port limitation ... but you can cascade multiple grep ...
tcpdump -nei any | grep 172.16.1.8 | grep 514
Dirk
Systema Gesellschaft für angewandte Datentechnik mbH // Sophos Platinum Partner
Sophos Solution Partner since 2003
If a post solves your question, click the 'Verify Answer' link at this post.