View previous topic :: View next topic |
Author |
Message |
new_nOOb Apprentice
Joined: 05 Mar 2004 Posts: 280
|
Posted: Fri Jul 04, 2008 8:48 am Post subject: Redirect from about ignored. Advised path |
|
|
Hallo, meine log´s und dmesg laufen über mit folgenden meldung
Redirect from xx.xxx.xx.xx on eth1 about xxx.xxx.xxx.x ignored.
Advised path = xx -> xx
so wie ich das verstehe sind die meldungen bzw was da abläuft nicht wirklich wichtig. nur wie kann ich diese meldungen unterdrücken? |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Fri Jul 04, 2008 9:20 am Post subject: |
|
|
Hast du log_martians aktiv?
Code: | cat /proc/sys/net/ipv4/conf/default/log_martians |
Wenn das deaktiviert ist (0) sollten die fehlerhaften redirects nicht mehr im kernel log auftauchen. _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
Back to top |
|
|
new_nOOb Apprentice
Joined: 05 Mar 2004 Posts: 280
|
Posted: Fri Jul 04, 2008 9:46 am Post subject: |
|
|
ah ja danke das war an. wie kann ich die Option dauerhaft deaktivieren ohne die Option immer setzen zu müssen? |
|
Back to top |
|
|
bbgermany Veteran
Joined: 21 Feb 2005 Posts: 1844 Location: Oranienburg/Germany
|
Posted: Fri Jul 04, 2008 9:49 am Post subject: |
|
|
Hi,
das sollte in /etc/sysctl.conf gehen. Wie die genau Zeile lauten soll, kann ich dir aber leider nicht sagen.
MfG. Stefan _________________ Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Fri Jul 04, 2008 9:51 am Post subject: |
|
|
new_nOOb wrote: | ah ja danke das war an. wie kann ich die Option dauerhaft deaktivieren ohne die Option immer setzen zu müssen? |
i.d.R. in deiner Firewall-Konfiguration. Bei shorewall z.B. in der interfaces config.
Man kann es auch in /etc/sysctl.conf setzen, aber nachdem der default iirc eh 0 ist...
Code: | net.ipv4.conf.default.log_martians = 0 |
_________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
Back to top |
|
|
new_nOOb Apprentice
Joined: 05 Mar 2004 Posts: 280
|
Posted: Fri Jul 04, 2008 9:53 am Post subject: |
|
|
hab in der /etc/sysctl.conf schon folgende sachen stehn ohne erfolg
net.ipv4.conf.all.log_martians = 0
net.ipv4.conf.default.log_martians = 0
net.ipv4.conf.lo.log_martians = 0
net.ipv4.conf.eth1.log_martians = 0
net.ipv4.conf.eth4.log_martians = 0
net.ipv4.conf.eth5.log_martians = 0
net.ipv4.conf.irda0.log_martians = 0 |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Fri Jul 04, 2008 10:05 am Post subject: |
|
|
Beim booten werden die Werte aus sysctl.conf sehr früh gesetzt, noch vorm logger, und vor net.
Daher wird wohl dein Firewall/iptables startscript/config dies wieder überschreiben. Siehe oben. _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
Back to top |
|
|
|