Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read

ARCHIVES - Network/Internet Questions regarding network or Internet configuration and use in SUSE Linux

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 16-Sep-2006, 09:43
Bambino
Guest
 
Posts: n/a
Default

Hello,

yesterday have found out that file messages is full of notifications as:
linux kernel: martian source 255.255.255.255 from 192.168.0.1, on dev eth0
linux kernel: ll header: ff:ff:ff:ff:ff:ff:00:11:2f:ce:d4:f9:08:00
linux kernel: martian source 255.255.255.255 from 84.52.19.91, on dev eth0
linux kernel: ll header: ff:ff:ff:ff:ff:ff:00:11:2f:ce:d4:f9:08:00

What already have tried:
Code:
1. echo "0" > /proc/sys/net/ipv4/conf/all/log_martians - doesn't work
2. have added in /etc/sysctl.conf string
net.ipv4.conf.all.log_martians = 0 - doesn't work too
After rebooting value of log_martians remain equal to "1", although system in boot.msg reports:
Code:
Setting current sysctl status from /etc/sysctl.conf
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.all.log_martians = 0
done
Who knows, how really to disable "martian source" messages?

Thanks.
  #2 (permalink)  
Old 16-Sep-2006, 10:29
harryc
Guest
 
Posts: n/a
Default

See if this helps;
http://archive.cert.uni-stuttgart.de/archi...8/msg00009.html
  #3 (permalink)  
Old 17-Sep-2006, 00:37
Bambino
Guest
 
Posts: n/a
Default

Thank you, but no result...
  #4 (permalink)  
Old 19-Mar-2008, 08:40
Irfan SURAL
Guest
 
Posts: n/a
Default

I have OpenSuse 10.2 which configured on virtual server. So many ip adress are assigned to the same IP interface.

I have the same problem and after a little search I have solved it.

First edit to /etc/sysctl.conf and
Add
net.ipv4.conf.eth0.log_martians = 0
Make sure your NIC is eth0 or change to appropriate one (see your nic from ifconfig command)
then start sysctl ;

$: /etc/rc.d/boot.sysctl start

To add sysctl in boot use

$: chkconfig boot.sysctl on

Further inf;
https://secure-support.novell.com/Ka...AL_Public.html

I hope it helps
Irfan
  #5 (permalink)  
Old 20-Mar-2008, 07:17
JoopB
Guest
 
Posts: n/a
Default

Just out of curiosity, what does your routing table look like, and do you have a default gateway set?
Usually, these "martian sources" go away if your network is properly configured and the kernel knows how to reach the right networks. What is your network layout like?
  #6 (permalink)  
Old 28-Apr-2008, 11:45
Irfan SURAL
Guest
 
Posts: n/a
Default

it starts agian to log these messages I do not know why.

i have stopped but now it is agin logging these martians
 


Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2