On Tue, Oct 29, 2002 at 07:29:43PM -0600, Brandon Chisham wrote:
> Oct 28 02:26:29 mh333001 kernel: martian source 255.255.255.255 from 127.0.0.1, on 
>dev eth0

You shouldn't be accepting any packets on eth0 from 127.x.x.x.

If you use iptables, you might include the next rule in your
firewall.

 iptables -I INPUT -j DROP -s 127.0.0.0/8 -i eth0

-- 
Don Bindner <[EMAIL PROTECTED]>

-----------------------------------------------------------------
To get off this list, send email to [EMAIL PROTECTED]
with Subject: unsubscribe
-----------------------------------------------------------------

Reply via email to