On Sat, Jun 21, 2003 at 01:20:26PM -0400, Jody Grafals wrote: > /var/log/messages Jun 21 10:52:29 cyberflunky kernel: martian source > 192.168.0.1 from 10.0.0.250, on dev ipsec0 > I did a grep of the "/etc/firestarter/firestarter.sh" and can only find > options on logging
this message is produced by the kernel, if the log_martians sysctl variable is set to non null: > egrep . /proc/sys/net/ipv4/conf/*/log_martians /proc/sys/net/ipv4/conf/all/log_martians:2 /proc/sys/net/ipv4/conf/default/log_martians:0 /proc/sys/net/ipv4/conf/eth0/log_martians:0 /proc/sys/net/ipv4/conf/lo/log_martians:0 the logging is produced for martian packages, which are packages received on an interface where they do not belong. The kernel notice this, by examining the routing table. You can turn that off with "echo 0 > /proc/sys/net/ipv4/conf/all/log_martians" but this does not change the problem. You have eighter a wrong routing configuration or somebody is using the wrong ip. Greetings Bernd -- (OO) -- [EMAIL PROTECTED] -- ( .. ) [EMAIL PROTECTED],linux.de,debian.org} http://home.pages.de/~eckes/ o--o *plush* 2048/93600EFD [EMAIL PROTECTED] +497257930613 BE5-RIPE (O____O) When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!

