Results 1 to 2 of 2

Thread: on reboot, interface up, but no network.

  1. #1
    Join Date
    Aug 2005
    Location
    Wyoming
    Beans
    51

    [closed] on reboot, interface up, but no network.

    On reboot - no network.
    Ubuntu Server 8.04.1 w/ kubuntu-desktop 2.6.24-19-server

    I have been using a bridge for weeks with out any problems. I installed bridge-utils and configured /etc/network/interfaces as such:
    Code:
    auto eth0
    iface eth0 inet manual
    
    auto br0
    iface br0 inet dhcp
        bridge_ports eth0 vbox0 vbox1 vbox2 vbox3
    I did this so my virtualbox guest could have a host interface. Two days ago, I had to powercycle my machine. On reboot kdm crashed (nvida twinview) - couldnt fix it and finally realized I had booted 2.6.24-19-virtual (a mistake installing vbox???). I uninstalled 2.6.24-19-virtual and rebooted to -server, Now no prob with kdm, but still problems with the network.

    br0 is present and shows as being up, but does not find any dhcp offers. I have tried to static assign an ip, still acts like its a layer0 issue... have also tried removing the bridge and have restarted network service and reconfigured dhcp3-client.

    Im not worried about saving my bridge functionally nor the vbox guest. At the moment I only care about restoring network functionality to the host.

    Can I "factory restore" the network services, riding my system off any bugger'd config files and what not?

    -tom
    Last edited by dutler; November 21st, 2008 at 01:14 AM. Reason: not firgured out, but resolved

  2. #2
    Join Date
    Aug 2005
    Location
    Wyoming
    Beans
    51

    Re: on reboot, interface up, but no network.

    I managed to get intermittent partial network access, but it became time to restore service rather than figure it out and I reinstalled the OS.

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
  •