VMware

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
14 Replies Last post: Sep 30, 2007 9:29 AM by clawhead  

Need help with wireless posted: Sep 26, 2007 11:45 AM

Click to view joeduer's profile Lurker 5 posts since
Mar 11, 2007

I know that this may all be documented somewhere, but I looked and was unable to find it.

I have VMWARE 6.0.1 running on a Linux host, I have one guest operating system, Windows XP.

I have vmnet0 bridged to eth0, and I have vmnet1 bridged to wlan0 (wireless).

Although the guest has no trouble getting out to the internet when on the wired network, I am not getting any access when on the wireless.

The wireless works fine on the host side, but Windows does not recognize the wireless and create a network connection to vmnet1.

Is there something that I need to do to get this going?

Thanks,

Joe

Re: Need help with wireless

1. Sep 26, 2007 12:48 PM in response to: joeduer
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004

I have vmnet0 bridged to eth0, and I have vmnet1 bridged to wlan0 (wireless).

You should have used vmnet2 to vmnet7 or vmnet9, since vmnet1 is typically reservered for "Host-Only" virtual networking

Re: Need help with wireless

3. Sep 26, 2007 5:31 PM in response to: joeduer
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004

I tried creating an additional ethernet adapter selecting bridged, but
it that creates a new "Local Area Connection' in windows, but it does
not come up - it says failed acquiring IP address.

You should not be trying to create additional adapters. vmnet2 is a virtual switch. If you are familair with networking, think of the virtual switch vmnet2 in the following configuration.

In the VM connected the virtual network adapter is connected to one port of the virtual swicth and the physical adapter in the host connected to one of the other ports on the switch.


Re: Need help with wireless

5. Sep 27, 2007 11:28 AM in response to: joeduer
Click to view clawhead's profile Enthusiast 63 posts since
Dec 10, 2004
joeduer wrote:
I know that this may all be documented somewhere, but I looked and was unable to find it.

I have VMWARE 6.0.1 running on a Linux host, I have one guest operating system, Windows XP.

I have vmnet0 bridged to eth0, and I have vmnet1 bridged to wlan0 (wireless).

Although the guest has no trouble getting out to the internet when on the wired network, I am not getting any access when on the wireless.

The wireless works fine on the host side, but Windows does not recognize the wireless and create a network connection to vmnet1.

What Linux kernel version are you using?

Re: Need help with wireless

7. Sep 27, 2007 3:31 PM in response to: joeduer
Click to view clawhead's profile Enthusiast 63 posts since
Dec 10, 2004
joeduer wrote:
I think this is more a config issue, but to answer your question I am running Fedora 7 - 2.6.22.5-76.fc7
I'd like to think it's a config issue, but I'm not so sure. Are you
able to try an older kernel, say pre-2.6.20, and see if that resolves
your problem?

Some of us have had wireless connection problems with kernel 2.6.22 on the host. My symptoms were pretty much the same as yours -- full network including Internet when connected via wired ethernet; local network only, no Internet, when connected wirelessly. This is my experience with VMWare WS 6.0 and 6.01, running Arch Linux as host and both Windows 2000 Pro and WinXP Pro as guests.

Re: Need help with wireless

8. Sep 27, 2007 9:25 PM in response to: clawhead
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004
@joeduer and @clawhead


Did any of you use the vmware-any-any-update?

If so there may be additional steps you will need to use wireless networking on your Linux host

Re: Need help with wireless

9. Sep 28, 2007 12:09 AM in response to: KevinG
Click to view clawhead's profile Enthusiast 63 posts since
Dec 10, 2004
KevinG wrote:@joeduer and @clawhead

Did any of you use the vmware-any-any-update?

If so there may be additional steps you will need to use wireless networking on your Linux host


Yes, I've tried any-any-113 and any-any-112. I check http://knihovny.cvut.cz/ftp/pub/vmware/ at least once a day in hopes of finding a new any-any update and that it will solve my problem.

Kevin, if you know of some additional steps, please post them. I'd very much like to put this issue behind me. There are some features of Linux kernel 2.6.22 that I'm supposed to be testing, but at this point I have to use an older kernel to support wireless networking in VMware.

Thanks for whatever you can suggest.

Re: Need help with wireless

11. Sep 28, 2007 3:20 PM in response to: clawhead
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004
@clawhead

If you used the vmware-any-any-update, it replaced the original /usr/lib/modules/source/vmnet.tar file with a one that does not include vmnet-only/smac_linux.x386.o_shipped vmnet-only/smac_linux.x86_64.o_shipped. You will need to exact the vmnet.tar and insert the vmnet-only/smac_linux.x386.o_shipped
vmnet-only/smac_linux.x86_64.o_shipped that is included with the orginal /usr/lib/modules/source/vmnet.tar in WS 6

Re: Need help with wireless

12. Sep 28, 2007 5:09 PM in response to: KevinG
Click to view clawhead's profile Enthusiast 63 posts since
Dec 10, 2004
KevinG wrote:@clawhead

If you used the vmware-any-any-update, it replaced the original /usr/lib/modules/source/vmnet.tar file with a one that does not include vmnet-only/smac_linux.x386.o_shipped vmnet-only/smac_linux.x86_64.o_shipped. You will need to exact the vmnet.tar and insert the vmnet-only/smac_linux.x386.o_shipped
vmnet-only/smac_linux.x86_64.o_shipped that is included with the orginal /usr/lib/modules/source/vmnet.tar in WS 6.Thanks very much, Kevin. I inserted the two files you named, then tarred a new vmnet.tar. After running vmware-config.pl, I was able to use NAT networking under kernel 2.6.22 to get Internet via wifi. I haven't been able to get bridged networking to work yet, though I've only tried a DHCP config and not a static one. I'll look into that tomorrow.


I feel I making progress at last. As I've said in another thread, I've always been so impressed with VMware that I was pretty certain the problem was with my system or config. Also, even in the supported Linux distros (which I'm not using), I don't know whether VMware is officially supporting Linux kernel 2.6.22 yet.

Re: Need help with wireless

13. Sep 28, 2007 5:14 PM in response to: clawhead
Click to view clawhead's profile Enthusiast 63 posts since
Dec 10, 2004

joeduer, I just realized that it must look like I'm trying to hijack your thread. I didn't mean to. I've just been dealing with this problem for a number of weeks now and it looked as if some light was finally going to be shed, as I believe it was.

I'll bow out now so you can focus on your problem, which may or may not be related to mine. Thanks.

Re: Need help with wireless

14. Sep 30, 2007 9:29 AM in response to: clawhead
Click to view clawhead's profile Enthusiast 63 posts since
Dec 10, 2004

joeduer, here's a fix from the LinuxQuestions.org forum that might help you. It was mentioned by Daguerre in another thread.

http://www.linuxquestions.org/questions/showpost.php?p=2907753&postcount=8

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities