Ich habe kürzlich eine neue Dual-Port-Netzwerkkarte in meine Gentoo-Workstation installiert. Laut lspci:
10:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
Kernel driver in use: e1000e
Ich habe sie als bond1 und bond2 konfiguriert:
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
Die Schnittstellen selbst funktionieren einwandfrei. Wenn ich sie jedoch in VMware als "überbrückte Netzwerke" definiere, habe ich keine Option (dh sie sind nicht sichtbar). Ich sehe nur eth0 (oder bond0 abhängig von meiner Konfiguration).
Was mache ich falsch?