Bringing up interface eth0: e1000 device eth0 does not seem to be present, delaying initialization.


Bringing up interface eth0: e1000 device eth0 does not seem to be present, delaying initialization.

サーバを再起動したら下記のエラーが出ていた。
Bringing up interface eth0:  e1000 device eth0 does not seem to be present, delaying initialization.

↓に対処法が記載されていたので、試してみる。

http://proserverbuild.com/archives/51094106.html

ifconfigで状態を確認

eth0が__tmp1804289383となっている??

とりあえず、MACアドレス(HWaddr)をメモ

[root@xxx ~]# ifconfig -a
__tmp1804289383 Link encap:Ethernet  HWaddr 00:xx:xx:xx:xx:xx
BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:247 errors:0 dropped:0 overruns:0 frame:0
TX packets:240 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:23739 (23.1 KiB)  TX bytes:34735 (33.9 KiB)
Base address:0xecc0 Memory:fe5e0000-fe600000
eth1      Link encap:Ethernet  HWaddr 00:xx:xx:xx:xx:xx
inet addr:xx.xx.xx.xx  Bcast:xx.xx.xx.xx  Mask:255.255.255.0
inet6 addr: fe80::202:b3ff:fec9:3c28/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:758 errors:0 dropped:0 overruns:0 frame:0
TX packets:628 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64766 (63.2 KiB)  TX bytes:126227 (123.2 KiB)
/etc/sysconfig/network-scripts/ifcfg-eth0

/etc/sysconfig/network-scripts/ifcfg-eth0にMACアドレスを追記

HWADDR=00:xx:xx:xx:xx:xx

ついでに/etc/sysconfig/network-scripts/ifcfg-eth1も書いておいた。

ネットワーク再起動
/etc/init.d/network restart

これで繋がるようになったんだけど、

実は ifcfg-eth0 と ifcfg-eth1 のMACアドレスを逆に書いていて、

気付くまで悩んでました。。

  • このエントリーをはてなブックマークに追加

コメントをどうぞ

メールアドレスが公開されることはありません。