免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 13397 | 回复: 4
打印 上一主题 下一主题

[网络管理] Intel Corporation 82571EB Gigabit Ethernet Controller 两张网卡MAC地址为什么一样 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-03-17 18:14 |只看该作者 |倒序浏览
我发现一个问题。
[root@amd-8356-128-1 ~]# ifconfig -a
eth2      Link encap:Ethernet  HWaddr 00:15:17:AE:65:7A
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::215:17ff:feae:657a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23452 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5493 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2380175 (2.2 MiB)  TX bytes:547347 (534.5 KiB)
          Interrupt:16 Memory:e1f20000-e1f40000

eth3      Link encap:Ethernet  HWaddr 00:15:17:AE:65:7A  
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::215:17ff:feae:657a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21122 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4348 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1991357 (1.8 MiB)  TX bytes:397305 (387.9 KiB)
          Interrupt:16 Memory:e1f60000-e1f80000

eth2 和eth3的MAC地址为什么会一样呢?
经验证,eth2 和eth3都可以工作,
另一台机器上的arp信息:
[root@amd-8356-128-3 ~]# arp
Address                  HWtype  HWaddress           Flags Mask            Iface
corerouter.nay.redhat.c  ether   EC:30:91:E2:4B:00   C                     rhevm
192.168.1.3              ether   00:15:17:AE:65:7A   C                     rhevm
192.168.1.2              ether   00:15:17:AE:65:7A   C                     rhevm

关于网卡的pci信息
  1. 41:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
  2.         Subsystem: Intel Corporation PRO/1000 PT Dual Port Server Adapter
  3.         Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
  4.         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <;PERR- INTx-
  5.         Latency: 0, Cache Line Size: 64 bytes
  6.         Interrupt: pin A routed to IRQ 44
  7.         Region 0: Memory at e1f20000 (32-bit, non-prefetchable) [size=128K]
  8.         Region 1: Memory at e1f40000 (32-bit, non-prefetchable) [size=128K]
  9.         Region 2: I/O ports at 8000 [size=32]
  10.         [virtual] Expansion ROM at e1f00000 [disabled] [size=128K]
  11.         Capabilities: [c8] Power Management version 2
  12.                 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
  13.                 Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
  14.         Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
  15.                 Address: 00000000fee00000  Data: 407d
  16.         Capabilities: [e0] Express (v1) Endpoint, MSI 00
  17.                 DevCap:        MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
  18.                         ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
  19.                 DevCtl:        Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
  20.                         RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
  21.                         MaxPayload 256 bytes, MaxReadReq 4096 bytes
  22.                 DevSta:        CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
  23.                 LnkCap:        Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
  24.                         ClockPM- Surprise- LLActRep- BwNot-
  25.                 LnkCtl:        ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
  26.                         ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
  27.                 LnkSta:        Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
  28.         Capabilities: [100] Advanced Error Reporting
  29.                 UESta:        DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
  30.                 UEMsk:        DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
  31.                 UESvrt:        DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
  32.                 CESta:        RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
  33.                 CEMsk:        RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
  34.                 AERCap:        First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
  35.         Capabilities: [140] Device Serial Number [color=Red]00-15-17-ff-ff-ae-65-7a[/color]
  36.         Kernel driver in use: e1000e
  37.         Kernel modules: e1000e

  38. 41:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
  39.         Subsystem: Intel Corporation PRO/1000 PT Dual Port Server Adapter
  40.         Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
  41.         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <;PERR- INTx-
  42.         Latency: 0, Cache Line Size: 64 bytes
  43.         Interrupt: pin B routed to IRQ 45
  44.         Region 0: Memory at e1f60000 (32-bit, non-prefetchable) [size=128K]
  45.         Region 1: Memory at e1f80000 (32-bit, non-prefetchable) [size=128K]
  46.         Region 2: I/O ports at 8420 [size=32]
  47.         Capabilities: [c8] Power Management version 2
  48.                 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
  49.                 Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
  50.         Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
  51.                 Address: 00000000fee00000  Data: 406d
  52.         Capabilities: [e0] Express (v1) Endpoint, MSI 00
  53.                 DevCap:        MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
  54.                         ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
  55.                 DevCtl:        Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
  56.                         RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
  57.                         MaxPayload 256 bytes, MaxReadReq 4096 bytes
  58.                 DevSta:        CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
  59.                 LnkCap:        Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
  60.                         ClockPM- Surprise- LLActRep- BwNot-
  61.                 LnkCtl:        ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
  62.                         ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
  63.                 LnkSta:        Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
  64.         Capabilities: [100] Advanced Error Reporting
  65.                 UESta:        DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
  66.                 UEMsk:        DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
  67.                 UESvrt:        DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
  68.                 CESta:        RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
  69.                 CEMsk:        RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
  70.                 AERCap:        First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
  71.         Capabilities: [140] Device Serial Number [color=Red]00-15-17-ff-ff-ae-65-7a[/color]
  72.         Kernel driver in use: e1000e
  73.         Kernel modules: e1000e
复制代码


最后两条信息基本一样,只是
Interrupt: pin A routed to IRQ 44
Interrupt: pin B routed to IRQ 45

从这里看,eth2和eth3好像是在一个适配器上的两个口。
http://www.intel.com/design/network/products/lan/controllers/82571eb.htm

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [报告]
发表于 2011-03-17 20:28 |只看该作者
还是第一次看到mac地址一样的,求解.

论坛徽章:
0
3 [报告]
发表于 2011-03-18 09:18 |只看该作者
可以修改的,有的MAC是软件写进去的。

论坛徽章:
0
4 [报告]
发表于 2011-03-18 13:39 |只看该作者
能否装个 windows 确认一下是否也一样?
不会是出厂的时候 EEPROM 里数据写错了吧?

论坛徽章:
0
5 [报告]
发表于 2011-03-18 16:53 |只看该作者

这是个服务器,我不能装windows的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP