On Mon, Jul 27, 2009 at 06:52, Sydney Puente<sydneypue...@yahoo.com> wrote:
> Hello,
> I just installed V Box 3.02 on my Vista laptop, Then installed centos 5.3
> from DVD iso image.
> It all worked straight away and I could carry out a mount -cifs and access a
> share on the vista host OS.
> However this was when  my laptop was using dhcp over wireless.
> Now I have plugged it in to a real LAN also with DHCP centos 53 eth0 has not
> come up.
>
> Could someone suggestion the best networking config for me - I only need one
> instance of centos running and maybe a pointer to the fine manual I should
> read ;-)
>
> TIA
>
> Syd

Here is the fine manual Syd: http://www.virtualbox.org/manual/UserManual.html :)
The network specific part is here:
http://www.virtualbox.org/manual/UserManual.html#networkingdetails

If you want that the CentOS just access the net then the best option
would be a NAT setup.
If you want to access the CentOS only from the host then the best
would be a host only interface.
For access from the outerside world a bridged setup is necessary.

What I think may be happening to you is that you configured a bridget
network to the wlan (eth1? wlan0?), and now that it is now available
VirtualBox disabled it on the guest (since it doesn't "exist" on the
host). You probably has to re-configure the guest network to point it
to the ethernet adapter (eth0 maybe?)

Hope this helps.

_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to