vmx bug?

Andrew Vylegzhanin avv314 at gmail.com
Thu May 25 02:54:00 UTC 2017


2017-05-18 12:38 GMT+03:00 Rodney W. Grimes <
freebsd-rwg at pdx.rh.cn85.dnsmgr.net>:
>
> This is a long standing issue with VMware ESXi, it effects
> Linux as well as FreeBSD and Windows.   A couple of googles
> for things like
>
https://www.google.com/search?q=esxi+guest+ethernet++order&ie=utf-8&oe=utf-8
>
> Well lead you to several articles talking about this issue.
> I did not find any solutions however.
>

Did you try edit vmx hardware config?

I googled solution for RHEL6:
# cat /etc/udev/rules.d/69-vmxnet3-net.rules
SUBSYSTEM=="net", ACTION=="add", KERNELS=="0000:0b:00.0"
DRIVERS=="vmxnet3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", KERNELS=="0000:13:00.0"
DRIVERS=="vmxnet3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
SUBSYSTEM=="net", ACTION=="add", KERNELS=="0000:1b:00.0"
DRIVERS=="vmxnet3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
....

Do we have similar technique for mapping pci id to driver/name?

--
Andrew

>
> --
> Rod Grimes
rgrimes at freebsd.org


More information about the freebsd-virtualization mailing list