When install centos into vmware6.5 (CentOS-6.4-i386-minimal.iso)
but cannot connect to wwww or host network.
Type "ifconfig", only devide=lo. I expect eth0. Where it is?
check http://superuser.com/questions/332593/how-do-you-automatically-detect-a-new-network-card-in-centos-6-redhat
Do the following
1. Delete the persistent rules file:
rm /etc/udev/rules.d/70-persistent-net.rules
2.
Edit ifcfg-eth0:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
REMOVE the HWADDR line
reboot
ping gate-way of host IP, for example 192.168.2.1
ping www.baidu.com, no OK. Oh, cannot do it in ODC.
but cannot connect to wwww or host network.
Type "ifconfig", only devide=lo. I expect eth0. Where it is?
check http://superuser.com/questions/332593/how-do-you-automatically-detect-a-new-network-card-in-centos-6-redhat
Do the following
1. Delete the persistent rules file:
rm /etc/udev/rules.d/70-persistent-net.rules
2.
Edit ifcfg-eth0:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
REMOVE the HWADDR line
And "onboot=yes"
reboot
4. type "ifconfig", you will see eth0
ping gate-way of host IP, for example 192.168.2.1
ping www.baidu.com, no OK. Oh, cannot do it in ODC.