On Thu, Aug 8, 2019 at 2:03 PM Carlos E. R. <robin.listas@telefonica.net> wrote:
Isengard:~ # sysctl net.ipv4.conf.wlan0.log_martians=0 net.ipv4.conf.wlan0.log_martians = 0 Isengard:~ # sysctl -a| grep martians net.ipv4.conf.all.log_martians = 1 net.ipv4.conf.default.log_martians = 1 net.ipv4.conf.eth0.log_martians = 1 net.ipv4.conf.lo.log_martians = 1 net.ipv4.conf.wlan0.log_martians = 0 Isengard:~ #
Still remains the question of why am I getting IPv4 martians on an interface without IPv4 address...
Exactly because interface does not have IPv4 address so any IP packet on this interface is impossible.
Huh. Does not work, they keep coming.
--><-- log_martians for the interface will be enabled if at least one of conf/{all,interface}/log_martians is set to TRUE, --><-- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org