just installed a fresh centos-minimal and i can not get bridged network to work or any of the networks not even in host-only mode. when you run ifconfig there is no eth0 only a lo,

also when you cat /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE="eth0" HWADDR="08:00:27:FE:D5:10" NM_CONTROLLED="yes" ONBOOT="no"

link|improve this question
feedback

1 Answer

I had a similar issue with CentOS on Hyper-V the other day.

The solution seemed to be to fire up a terminal, su to root and run 'system-config-network' to enable CentOS to use the virtual nic.

link|improve this answer
retuned Command not found. – Chris R Jan 15 at 1:29
This is where I found the command: centos.org/docs/5/html/Deployment_Guide-en-US/… – cpuguru Jan 15 at 1:32
I am using centos 6 i got eth0 to show in ifconfig but it has no IPs or anything. – Chris R Jan 15 at 1:38
Try changing your ifcfg-eth0 script parameter from ONBOOT="no" to ONBOOT="yes" – cpuguru Jan 15 at 1:43
Thank you had to change my ifcfg-eth0 script to DEVICE="eth0" HWADDR=MAC Address*System MAC* NM_CONTROLLED="no" ONBOOT="yes" BOOTPROTO="dhcp" – Chris R Jan 15 at 1:50
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.