Results 11 to 12 of 12
Unless you selected the network service to start by default, then it's probably not up.
Try:
ifup eth0
Then, if it comes up, make sure to enable it for ONBOOT.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-15-2012 #11Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 573
Unless you selected the network service to start by default, then it's probably not up.
Try:
ifup eth0
Then, if it comes up, make sure to enable it for ONBOOT.
vi /etc/sysconfig/network-scripts/ifcfg-eth0
Add/edit the file to make it say
ONBOOT="yes"
And that should be it.
- 11-17-2012 #12Just Joined!
- Join Date
- Sep 2012
- Location
- India
- Posts
- 29
Hi
screen shot here was mentioned in context of what you had provided.Where is screen shot dear???which screen shot i have to folow to configure in correctly???
The error which it was providing was due to network connectivity
/etc/yum.repos.d/(filename).repo
baseurl = ""
domain name mirrorlist.centos.org was not able to resolve
now in this case you do following thing to resolve the issue
Connect your virtual centos machine to internet
or
configure yum repository using install cd.
If you host machine has connectivity then add loopback adapter on base machine so that your virtual ubantu can connect.
Configuration of network can be done by using
NetworkCode:setup
command where you can assign static or manual IP also check vmware network setting.


Reply With Quote
