> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Sunday, April 20, 2008 7:12 AM
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] [OT vmware] Networking Gentoo as guest on vista
> 
> I'm hoping some of you here have run gentoo on a windows host and will
> know something about the various networking possibilities.
> 
> My setup:
> 
> Wireless connected laptop running windows vista premium home
> Local lan network connected to internet via cable.
> 
> Home router has the internet connection and wireless laptop is joined
> into lan by a WAP (Wireless access point).  With static ip addressing
> (not dhcp).
> 
> When setting up gentoo in the virtual machine you have two main
> approaches to networking.  Bridged and NAT.
> 
> Can anyone tell me which is best suited for my setup.
> Starting the 2008.0 minimal iso file in vmware... I end up with a
> working network immediately without doing a thing.
> 
> Maybe I can just transfer those settings somehow but there are no
> setting in /etc/conf.d/net on the install disk.
> 
> It appears to have gotten an address from a dhcp server built into
> vmware. 
> 
> I don't want to jerk around with wireless setting for the gentoo
> install and would prefer to connect thru the hosts ip and nameserver. 
> 
> Should I use `Bridged' or `Nat'.  And how to set it up after making
> that decision.

I run XP (with wifi) and VMWare Host with Gentoo VMs all the time.

Bridged will give your VM an IP address from your router's DHCP pool -- It will 
look like any other network device on your home network. It will have it's own 
MAC and everything. In your setup, your router will NAT for you and probably 
your Vista and your VM will have a 192.168.1.x address unless you changed your 
router's default subnet / DHCP pool.

NAT (what I use) is Network Address Translation and will setup a little private 
network between your Vista host and the VM. The VM will be assigned an IP from 
VMWare's VMnet8 (NAT) subnet (mine is 192.168.222.0/24). It will be able to get 
to the internet, but no machines will be able to get to it sans your Vista 
host. This works EXACTLY like your home router is NATing addresses to the 
internet for all devices you plug into it. In fact your Vista is most likely 
NATed via the router.

In either case, you do NOT have to set up wireless settings in the VM at all. 
It emulates an AMD PCNET32 ethernet card. In BOTH cases, it will just connect 
to the network via your host Vista's networking. 

--
gentoo-user@lists.gentoo.org mailing list

Reply via email to