Gentoo Archives: gentoo-user

From: "Sergey A. Kobzar" <sergey.kobzar@××××.ru>
To: gentoo-user@l.g.o
Subject: Re[3]: [gentoo-user] MAC addresses
Date: Fri, 08 May 2009 12:22:45
Message-Id: 533234192.20090508152223@mail.ru
In Reply to: Re[2]: [gentoo-user] MAC addresses by "Sergey A. Kobzar"
1 Thursday, April 30, 2009, 10:48:06 PM, Sergey wrote:
2
3 > Thursday, April 30, 2009, 10:34:28 PM, Daniel wrote:
4
5 >> On Thu, 2009-04-30 at 18:09 +0300, Sergey A. Kobzar wrote:
6 >>> Hello.
7 >>>
8 >>> I have Gentoo server Linux 2.6.27-gentoo-r8 x86_64 connected to
9 >>> LinkSys switch. It has 2 NICs onboard:
10 >>>
11 >>> eth0 Link encap:Ethernet HWaddr 00:15:17:1a:6e:6c
12 >>> eth1 Link encap:Ethernet HWaddr 00:15:17:1a:6e:6d
13 >>>
14 >>> 2nd NIC is connected to LinkSys switch, but the switch shows that
15 >>> device connected to the port has other MAC address:
16 >>>
17 >>> VLAN ID VLAN 3
18 >>> MAC 00:15:17:1a:6e:6f
19 >>> Port g31
20 >>>
21 >>> The difference in last symbol.
22 >>>
23 >>> How is it possible?
24
25 >> I suggest, to first check which device/OS is telling the truth. Use
26 >> wireshark to capture and review some traffic. Maybe this helps analyse
27 >> the situation.
28
29
30 > I've started this thread because connection to the server is unstable
31 > and I see such reports from other servers:
32
33 > +arp: 10.11.1.203 moved from 00:15:17:1a:6e:6f to 00:15:17:1a:6e:6d on em1
34 > +arp: 10.11.1.203 moved from 00:15:17:1a:6e:6d to 00:15:17:1a:6e:6f on em1
35 > +arp: 10.11.1.203 moved from 00:15:17:1a:6e:6f to 00:15:17:1a:6e:6d on em1
36 > +arp: 10.11.1.203 moved from 00:15:17:1a:6e:6d to 00:15:17:1a:6e:6f on em1
37 > +arp: 10.11.1.203 moved from 00:15:17:1a:6e:6f to 00:15:17:1a:6e:6d on em1
38
39 > BIOS tells that NIC1 has 00:15:17:1a:6e:6c MAC and NIC2 has
40 > 00:15:17:1a:6e:6d. It's strange that 00:15:17:1a:6e:6d MAC is common
41 > for both NICs.
42
43
44 I think this happens because Intel NIC Teaming is enabled for the NIC.
45 Is it possible check this using Linux and disable teaming if needed?
46
47
48 --
49 Sergey