sethgoldin / davinci-resolve-postgresql-workflow-tools

Effortlessly set up automatic backups and automatic optimizations of DaVinci Resolve Studio's PostgreSQL databases
Other
80 stars 11 forks source link

Figure out how to get Internet connection inside VMware Fusion's CentOS virtual machine #7

Closed sethgoldin closed 6 years ago

sethgoldin commented 6 years ago

Apperently, the 3.10 kernel no longer supports the ethernet controller device:

So, the virtual machine needs to be manually configured to use the e1000 network adapter driver: https://kb.vmware.com/s/article/1003020

sethgoldin commented 6 years ago

Adding ethernet0.virtualDev = "e1000" worked fine.