lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 03 Jul 2014 13:39:39 +0800
From:	zhuyj <zyjzyj2000@...il.com>
To:	Conchúr Navid <conchur@....de>,
	netdev@...r.kernel.org
Subject: Re: Aw: IP-Packets over wrong Ethernet device

On 06/20/2014 04:22 PM, "Conchúr Navid" wrote:
>> A dump on the management network ethernet interface (192.168.1.x/24) shows me that there was really an ARP request of the sender for 192.168.200.x/24 on this interface which was replied by the receiver on that interface. Is there a way to disable this reply on the "wrong" interface without using ARP-tables?
> This is done by setting arp_ignore to 2 in sysctl (for the correct interfaces):
>
> sysctl -a|grep arp_ignore
> sysctl -w net.ipv4.conf.eth5.arp_ignore=2
This is explained in Linux Network Internal, 28.5.2.2. ARP_IGNORE

2  Like 1, but the source IP (sender's address) must belong to the same 
subnet as the target IP.

Zhu Yanjun
> Thanks
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ