Results 1 to 2 of 2

Thread: No connect after install bridge for virtucalbox

  1. #1
    Join Date
    May 2008
    Location
    Iceland
    Beans
    111
    Distro
    Ubuntu 8.10 Intrepid Ibex

    No connect after install bridge for virtucalbox

    I have ubuntu 8.10 and my network was fine but I put up virtucalbox and install microsoft vista on it it worked fine but it was saying I need to put up bridge for vista so it can go on line and know my ubuntu have no connection. I have static ip address and I can see it there and also my mac address.
    I install this
    sudo apt-get install bridge-utils uml-utilities
    sudo gpasswd -a [user] uml-net ( I put in my user name instead of user)
    and then edit network interface
    sudo nano /etc/network/interfaces
    and put in this line in the end.
    auto tap0
    iface tap0 inet manual
    up ifconfig $IFACE 0.0.0.0 up
    down ifconfig $IFACE down
    tunctl_user [user]

    auto br0
    iface br0 inet static
    address 192.168.xxx.xxx (here I put in my static ip address)
    netmask 255.255.255.0
    gateway 192.168.xxx.xxx (here I put in my gateway address)
    bridge_ports eth0 tap0
    close and restart network
    sudo /etc/init.d/networking restart
    and then I lost my network
    here is this webpage I follow http://dirn.name/2008/11/network-bri...intrepid-ibex/
    I took a pictures from my outprint in terminal, it take too long time for me to type it here
    If some one can take a look on this. Thanks
    Attached Images Attached Images
    The live is to short to be microsoft user Ubuntu

  2. #2
    Join Date
    Jan 2009
    Beans
    28
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: No connect after install bridge for virtucalbox

    I guess the settings you did put in the interfaces file are incorrect then, or if you haven't yet, try another static IP.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •