Friday, December 27, 2013

[how to fix error] Device eth0 does not seem to be present, delaying initialization (VMware Linux)

เวลาที่ผม clone VMware ของ centos มักจะมี ปัญหา ที่ network eth0 (ก็ไม่รุ้ Linux อื่นๆ เป็นด้วยมั้ยนะ)

ข้อความ error ก็จะราวๆ
ifup eth0
Device eth0 does not seem to be present, delaying initialization

1. ลบไฟล์ 70-persistent-net.rules:
rm -f /etc/udev/rules.d/70-persistent-net.rules


2. แก้ไขไฟล์ ifcfg-eth0 โดยลบบรรทัด UID กะ MACADDR หรือ commentซะ
sed -i 's/UID/#UID/g' /etc/sysconfig/networking/devices/ifcfg-eth0
sed -i 's/MACADDR/#MACADDR/g' /etc/sysconfig/networking/devices/ifcfg-eth0

3. reboot network connection
service network restart

*ถ้าต้องการตั้งค่า GATEWAY
ให้แก้ไขที่ไฟล์ /etc/sysconfig/network
เพิ่ม GATEWAY=
เช่น
echo "GATEWAY=192.168.100.100">> /etc/sysconfig/network


No comments:

Why You Don't LIKE My FaceBook Fanpage ?
×
blogger