1 Aug
2011
1 Aug
'11
7:19 p.m.
On Thu, 2011-07-21 at 13:58 +0200, Josu Lazkano wrote:
Hello again.
I had my syslog server configured and running. All servers has public IP but they are on the same LAN. Now I want to get all logs from a remote server.
I configured the remote server same as LAN servers but there is no logs from WAN.
How could I check if it is sending data to my syslog server?
Well, the easiest would be to confirm that there are indeed network packets, coming from the WAN to your server. You could do that with tcpdump, wireshark or something similar.
Maybe I must configure filters to do that?
No, filters() are meant to sort messages into different destinations, _iff_ they arrived. As it seems you have a network connection issue. -- Bazsi