小菜刀 发表于 2004-10-23 14:14:45

如何解决双网卡之一的MAC与预想的不符?

我机上有系统winxp及fc2,装有双网卡,在winxp中一切正常,但在fc2系统启动时却无法激活其中的一个网卡eth1,并提示什么eth1的MAC与预想的不符,请问这个问题该如何解决呢?

小菜刀 发表于 2004-10-23 14:18:49

我在图形界面下对eth1激活时出现如下提示:
cannot change name of eth0 to eth1: Device or resource busy
interface 'eth1' not found
cannot change name of eth0 to eth1: Device or resource busy
cannot change name of eth0 to eth1: Device or resource busy
interface 'eth1' not found
cannot change name of eth0 to eth1: Device or resource busy
Device eth1 has different MAC address than expected, ignoring.

llc 发表于 2004-10-23 15:43:16

将你的网卡配置文件贴出来看看
忘记配置文件是那几个了,好像算/etc/sysconfig/network下的eth0eth1什么的

小菜刀 发表于 2004-10-23 15:59:39

IPV6INIT=no
ONBOOT=yes
USERCTL=no
PEERDNS=yes
TYPE=Ethernet
DEVICE=eth1
HWADDR=00:0a:eb:07:78:5e
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=10.0.0.1
这是ifcfg-eth1文件的内容。

小菜刀 发表于 2004-10-23 16:06:37

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.10.161
NETMASK=255.255.255.0
GATEWAY=192.168.10.200
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
这是ifcfg-eth0文件的内容。eth0是连接交换机的,可以正常上网。
eth1是直接连接另一台机上的网卡,但在fc2是无法正常连接,但在winxp中是可正常使用的。

dannycat 发表于 2004-10-23 17:18:42

把 “HWADDR=xxx” 的那一行去了。

小菜刀 发表于 2004-10-23 22:35:04

把 “HWADDR=xxx” 的那一行去了后,网卡可以激法,但还是ping不到用双绞线直接连接的那台机子!!!???
页: [1]
查看完整版本: 如何解决双网卡之一的MAC与预想的不符?