ubuntu - Logstash and iptables -


i've installed logstash on ubuntu server according this tutorial i've iptables allowed 80 , 22 ports only. when logstash started following iptables error in logs.

enter image description here

what 224.2.2.4 address , what's should need prevent error?

you should check iptables rules (mostly filter table) see if there rule prevents transfer: thigs u should check:

  • source ip
  • destination ip
  • packet type (tcp/udp)
  • network interface further more may check source-ip , destination-ip well

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -