#ethernet0.virtualDev = "vmxnet" <- Comment this line as it doesn't recognize device.
ethernet0.virtualDev = "e1000"
Then
#vim /etc/network/interface
auto eth0
iface eth0 inet dhcp
The Answer to Life, the Universe, and Everything
#ethernet0.virtualDev = "vmxnet" <- Comment this line as it doesn't recognize device.
ethernet0.virtualDev = "e1000"
#vim /etc/network/interface
auto eth0
iface eth0 inet dhcp
No comments:
Post a Comment