Hello, I have configured Syslog UDP Input but this Input is still empty. Traffic to 10514 is allowed and devices are sending syslog messages to this server. Can someone help me? Thanks in advance
# iptables -t nat -L -n -v Chain PREROUTING (policy ACCEPT 2581 packets, 254K bytes) pkts bytes target prot opt in out source destination 17202 7811K REDIRECT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:514 redir ports 10514 #iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:shell ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:cslistener ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:10514 REJECT all -- anywhere anywhere reject-with icmp-host-prohibited Chain FORWARD (policy ACCEPT) target prot opt source destination REJECT all -- anywhere anywhere reject-with icmp-host-prohibited -- 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.
