I'm following the documentation in the VB online pdf. Setup for bridging
on the host  seems to work (i'm getting an ip for both br0 and eth0) but
when i start the guest os, i don't see any interfaces other than 'lo'. 

Here's what I've done so far...

#install packages 
sudo apt-get install bridge-utils

#added lines to /etc/network/interfaces
auto br0
iface br0 inet dhcp
    bridge_ports eth0

#restarted networking
/etc/init.d/networking restart

#added vbox0 interface
sudo VBoxAddIF vbox0 <host login username> br0

#add vbox interface to VB
Guest Os Name > Settings > Networking > Host Interface > Set Interface
name to 'vbox0'.

Thoughts?

Regards,
JJ

On Mon, 2008-10-27 at 10:41 -0700, Armindo Silva wrote:
> Hi!
> 
> Have you read the manual? If that was not enough maybe this can help:
> http://www.savvyadmin.com/virtualbox-wireless-bridging/
> 
> Cumps
> 
> AS
> 
> On Mon, Oct 27, 2008 at 5:15 PM, jeremiah
> <[EMAIL PROTECTED]> wrote:
>         I sent out a message to the list on friday about getting some
>         help on my
>         virtual box network setup. Anyone on here interested in
>         lending a hand?
>         My goal is to do bridging but haven't had any luck.
>         
>         Thanks,
>         JJ
>         
>         
>         
>         Disclaimer: The information contained in this transmission,
>         including any
>         attachments, may contain confidential information of Panasonic
>         Avionics
>         Corporation.  This transmission is intended only for the use
>         of the
>         addressee(s) listed above.  Unauthorized review, dissemination
>         or other use
>         of the information contained in this transmission is strictly
>         prohibited.
>         If you have received this transmission in error or have reason
>         to believe
>         you are not authorized to receive it, please notify the sender
>         by return
>         email and promptly delete the transmission.
>         
>         
>         
>         _______________________________________________
>         vbox-users mailing list
>         [email protected]
>         http://vbox.innotek.de/mailman/listinfo/vbox-users
> 
> 
> 
> -- 
> 
> 
> 
> --
> "The only way of discovering the limits of the possible is to venture
> a little way past them into the impossible."
> Sir Arthur C. Clarke

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to