Out-of-the-box CentOS in VirtualBox (NAT): Network is unreachable
To get Centos to run on Virtual Box, in /etc/sysconfig/network-scripts/ifcfg-eth0
:
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
You might need to reboot.
To get Centos to run on Virtual Box, in /etc/sysconfig/network-scripts/ifcfg-eth0
:
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
You might need to reboot.