Recentemente instalei uma nova NIC de porta dupla na minha estação de trabalho Gentoo. De acordo com o lspci:
10:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
Kernel driver in use: e1000e
Eu os configurei como bond1 e bond2:
bond1: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet6 fe80::215:17ff:fee7:bf10 prefixlen 64 scopeid 0x20<link>
ether 00:15:17:e7:bf:10 txqueuelen 0 (Ethernet)
RX packets 363 bytes 64024 (62.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 29 bytes 2666 (2.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
bond2: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet6 fe80::215:17ff:fee7:bf11 prefixlen 64 scopeid 0x20<link>
ether 00:15:17:e7:bf:11 txqueuelen 0 (Ethernet)
RX packets 5 bytes 320 (320.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4 bytes 316 (316.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
As próprias interfaces funcionam bem, no entanto, quando vou defini-las como 'redes em ponte' no VMware, não tenho a opção (ou seja, elas não são visíveis). Eu só vejo eth0 (ou bond0 dependendo da minha configuração).
O que estou fazendo de errado?
Tags vmware-workstation linux