From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adhiraj Subject: arp replies from two adapters of same type in a machine Date: Wed, 22 Feb 2006 21:15:58 +0530 Message-ID: <1140623158.6987.59.camel@triumph> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi all, I have two RTL-8139 network adapters in a machine, they have these IP addresses: eth1: 192.168.20.1 eth2: 192.168.21.1 When I take tcpdump on these interfaces and ping to 192.168.21.1 from 192.168.21.50, I see that both the adapters reply to ARP requst sent by 192.168.21.50 machine: /usr/sbin/tcpdump -i eth1 -vv . . arp reply 192.168.21.1 is-at /usr/sbin/tcpdump -i eth2 -vv . . arp reply 192.168.21.1 is-at Ideally eth1 should not reply to the ARP request. Any idea why this happens? Regards, Adhiraj.