The Answer to Life, the Universe, and Everything

Tuesday, June 05, 2007

NW setting of Ubuntu on VMPlayer

This is small note of how to set network setting of "vmx" for Ubuntu as it didn't work at the original one.
#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

No comments: