Hallo zusammen,
ich habe folgendes Problem.
Ich muss ein System aufsetzen, bei dem ein VM über den WLAN Adapter im Host ins Internet kommt, und ein zusätzliches Gerät, welches am LAN Ethernet Prot hängt, auch erreichbar sein muss.
Mein Konfiguration sieht so aus:
VMNet0: HostOnly (wird für einen Sonderfall gebraucht)
VMNet1: Bridged to WLAN NIC
VMNet2: Bridged to LAN NIC
Im Host sind die VMWare Bridging Protokolle für WLAN und LAN aktiviert.
Wenn ich es über VMNet2 mache, gehts...Die VM bekommt ne IP Adresse vom DHCP des zusätzlichen Geräts...
Wenn ich es über VMNet1 mache, bekommt die VM keine Adresse, obwohl der Host selbst über diese Verbindung schon eine bekommen hat (oder dürfen die nicht gemeinsam den WLAN Port gleichzeitig nutzen ?)
Vielen Dank für Eure Hilfe.
Grüße,
Julian Prentl
Hi
nimm vmnet1 nicht fuer bridged - nimm lieber vmnet3
poste mal einen screenshot von Virtual Network Editor
Hi,
werd ich gleich mal versuchen.
Hier ein Screenshot meiner Konfiguration.
Danke schonmal.
Gruß,
Julian
wird für einen Sonderfall gebraucht
Why? (Just curious.)
As a general rule it is best not to modify the default types for VMnet0, VMnet1 and VMnet8 and instead if you need to bridge 2 physical adapters then as an example do it with VMnet0 and VMnet2 leaving VMnet1 and VMnet8 alone and then in the Virtual Machine's Settings set the Network to Custom and select VMnet0 or VMnet2 for the Bridged Networks.
I would reset the Virtual Network to the defaults and them modify VMnet0 and VMnet2 to specific physical NICs and then modify the Guest's accordingly.
WoodyZ schrieb:
wird für einen Sonderfall gebrauchtWhy? (Just curious.)
Hi,
die VM bekommt von dem Gerät am Ethernet Port Daten, und muss sie an einen anderen Rechner im Netzwerk (über WLAN) übertragen. Deshalb dieser Aufbau.
Danke für deine Antwort.....ich teste mal ..
Gruß,
Julian
Hallo,
nochmal ne Frage....wie muss der Status meines WLAN Netzwerks sein ? ....
Doch "verbunden", oder ? .. Der Host muss ne eigene IP Adresse über die WLAN Verbindung bekommen haben, und somit bereit sein, die Verbindung der VM über diese Verbindung zu bridgen.....Oder lieg ich da falsch ?
Gruß,
Julian
wie muss der Status meines WLAN Netzwerks sein ? ....Doch "verbunden", oder ?
Yes the WiFi Network Adapter needs to be connected to the Router on the LAN.
Der Host muss ne eigene IP Adresse über die WLAN Verbindung bekommen haben, und somit bereit sein, die Verbindung der VM über diese Verbindung zu bridgen.....Oder lieg ich da falsch ?
Yes and no. This depends on the Router. In other words with some Routers the WiFi Network Adapter could be connected but intentionally configured not to receive an IP Address yet allow the Guest that is bridged to it to receive an IP Address. However some Routers do not allow for multiple MAC Address to be bridged directly to it when originating from one particular WiFi Network Adapter and that can be either a shortcoming of the Router itself or an Administrative Setting of a Managed Router to not allow multiple MAC Address to be bridged directly to it when originating from one particular WiFi Network Adapter as can be done in many Corporate Environments.
If you do not want the WiFi Network Adapter on the Host to receive an IP Address yet allow the bridged Guest to then you can remove all but VMware Bridge Protocol on the WiFi Network Adapter's Settings. Sometimes that doesn't then allow the Guest to get an IP Address and so you'd have to manually configure the WiFi Network Adapter with correct Gateway and DNS information while setting the IP Address to a 169.254.x.x address and this will in some cases resolve the issue if just allowing VMware Bridge Protocol only doesn't work.
