CentOS 6.0 minimal install networking vmware
The other day I've installed CentOS 6.0 i386 and found that I have no network connection. Quick google search told me that it has got turned off by default.
So to enable it one needs to do the following.
Edit
/etc/sysconfig/network-scripts/ifcfg-eth0
and add
ONBOOT="yes"
BOOTPROTO="dhcp"
.
Save then service network restart
and network is up and running.
Comments
Post a Comment