Oracle Linux 6.7 internet on VirtualBox on Mac

I couldn’t connect to the internet on the virtual box.

I finally was able to connect after I did this to get the network to start:

edited /etc/sysconfig/network-scripts/ifcfg-eth0 to contain the following lines:

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes

(those lines were already in there but ONBOOT=no before)

service network restart