LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Logs full of hits to 255.255.255.255; how to stop logging? (https://www.linuxquestions.org/questions/mandriva-30/logs-full-of-hits-to-255-255-255-255%3B-how-to-stop-logging-148943/)

mac_phil 02-21-2004 08:01 PM

Logs full of hits to 255.255.255.255; how to stop logging?
 
I am using Mandrake 9.2 with the Firestarter firewall.

Every few seconds I get a hit with destination 255.255.255.255 from the same computer. It isn't on my subnet, but it is on my larger network. (We share the first two digits of our IP addresses.)

How can I stop logging this? In Firestarter I chose to ignore this host, but it didn't help.

My logs are overflowing with this. Thanks.

mac_phil 02-23-2004 10:01 AM

bump

Dewar 02-23-2004 10:25 AM

You could manualy add an entry to the iptables that drops the packet before it gets to the log line that firestarter puts in there. You'll have to run the following line at startup after firestarter is running.

iptables -I INPUT -d 255.255.255.255 -j DROP

That's kind of bypassing firestarter, but it should work. There's probably a way to turn down the logging in firestarter as well, but I've never used it, so I dunno.

-Dewar


All times are GMT -5. The time now is 05:56 AM.