So im new to linux and started with it like a day ago. I installed CentOS 6 in Hyper-V and it uses a physical Ethernet cable (not shared) for internet access.
For some reason it wont work.
I want to it use DHCP to get the details.
Heres my current eth0 settings:
/etc/sysconfig/network-scripts/ifcfg-eth0
[CODE]
DEVICE="eth0"
ONBOOT=yes
TYPE=Ethernet
BOOTPROTO=dhcp
HWADDR=00:15:5D:05:02:07
[/CODE]
and when i type service network restart it returns
[CODE]
Shutting down interface eth0: [OK]
Shutting down loopback interface: [OK]
Bringing up loopback interface: [OK]
Bringing up interface eth0: [OK]
Determining IP information for eth0... failed [FAILED]
[/CODE]
I would really appreciate the help!
Sorry, you need to Log In to post a reply to this thread.