Hi Sanchal, please check your IPTables configuration on the node hosting your Graylog2 server. The packet filter rules are basically applied one after another and evaluation won't continue after the first "hit".
I see in your `iptables` output that you have multiple REDIRECT rules for 514/udp and 514/tcp on eth0. This won't work as intended as only the first matching rule is being used, in your case the redirection to 5514/tcp and 10515/udp. Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
