[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <trinity-e658ef1e-b2fd-4ed2-8b80-4056c6fb2901-1403252543405@3capp-webde-bs53>
Date: Fri, 20 Jun 2014 10:22:23 +0200
From: "Conchúr Navid" <conchur@....de>
To: netdev@...r.kernel.org
Subject: Aw: IP-Packets over wrong Ethernet device
> 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
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
Powered by blists - more mailing lists