Skip to content

Tag Archives: le0

Using the em0 device on a FreeBSD VM under VMware

19-Jan-10

Remove the VM from the inventory of virtual machines. In the host OS for Server, and in the , edit the ‘.vmx’ file for the FreeBSD host, adding the following line:: ethernet0.virtualDev = “e1000″ Then, in the FreeBSD guest, change all references to le0 to em0 (such as in ‘/etc/rc.conf’ and ‘/etc/rc.conf.local’). Do the same [...]