I'm a Penguin, She's a Fruit
February 28, 2008 7:39 AM
Subscribe
Parallels and networking.... am I wrong in how I _think_ it should work?
My wife uses Macs at work, and lately she has begun to have to use WinXP in Parallels to get some stuff done. I am a linux guy/programmer, and frankly my Win experience is minimal at best. I know in VirtualBox and VMWare, (in the rare instance I run either/or) the easiest way for me to get networking working correctly, was to use bridged networking, where the Win VM would just use whatever connection was created under the hostOS for it's networking.
This allows me to bring up the network normally, including VPN if needed, on the host OS, boot the VM image, and go about my business. As far as the everything was concerned, I was on a network using one MAC and IP.
On wifeHawk's MBP, weird things are happening:
If she is at home, using the wireless, her host connects to the network, then she has to bring up VPN in the VM image to get work done. If she brings up the VPN on the host, it doesn't allow her to get on the VPN network. As I am writing this, it occurs to me, I am assuming that she does NOT bring up the wireless connection under the VM, as I didn't think that was possible.. but I am not sure.
If she is at work, networking on the VM doesn't seem to work at all - either through the CAt5, or through wireless.
Reading a bit on Parallels, it seems as though the CAT5 problem may be due to the VM attempting to get a second IP with a second MAC? i.e. the VM is trying to look like a second computer completely?
I am looking for advice on how it should be set up, and/or if my assumption that it should work like the other VMs I've used (NAT/Bridged networking in the guest OS to use whatever connection the host is using).
Any help would be appreciated - she is a Mac girl through and through, and if she cannot get this to work correctly, she will be forced to use a XP/Vista notebook 100% of the time, which is not on her favorite things to do list :-)
posted by niteHawk to computers & internet (5 comments total)
"bridged networking, where the Win VM would just use whatever connection was created under the hostOS for it's networking."
Your understanding of what bridged networking is turns out to be incorrect. Bridged networking means that the guest VM can inject packets directly onto the wire (or air, in this case) using something similar to TUN/TAP and it will make no use of the host's network configuration whatsoever. What you're talking about is a NAT configuration where the guest VM uses a NAT process on the host to take advantage of its network.
At the VM to be NATted and you'll most likely be fine.
posted by majick at 8:01 AM on February 28, 2008