Results 1 to 6 of 6

Thread: [SOLVED] Upgrade to Hardy Broke My Network

  1. #1
    Join Date
    Jun 2007
    Beans
    602
    Distro
    Ubuntu 9.10 Karmic Koala

    [SOLVED] Upgrade to Hardy Broke My Network

    I recently upgraded from Feisty (7.10) to Hardy (8.04) and it broke my networking
    I posted in the Absolute Beginners forum here: http://ubuntuforums.org/showthread.php?t=807020

    but I seem to have hit a road block on it (as far as support goes)...
    Basically what it boils down to is each time I reboot I have to change the last three lines of /etc/network/interfaces to/from:
    Code:
    auto lo
    iface lo inet loopback
    auto br0
    #iface br0 inet dhcp
    #    bridge_ports eth1
    iface eth1 inet dhcp
    or
    Code:
    auto lo
    iface lo inet loopback
    auto br0
    iface br0 inet dhcp
        bridge_ports eth1
    #iface eth1 inet dhcp
    and issue sudo /etc/init.d/networking restart...
    -=-
    So to re-iterate if the last three lines are:
    Code:
    iface br0 inet dhcp
        bridge_ports eth1
    #iface eth1 inet dhcp
    Upon reboot I have to change it to:
    Code:
    #iface br0 inet dhcp
    #    bridge_ports eth1
    iface eth1 inet dhcp
    and issue sudo /etc/init.d/networking restart
    And vice versa EVERY SINGLE TIME I REBOOT the machine, just to get the network working again

    Can someone help me figure this out?
    Thanks in advance,
    -BassKozz
    Last edited by BassKozz; May 26th, 2008 at 03:50 AM.
    Ubuntu 12.04 64-bit - IP35-Pro | Q6600@3.3ghz(TRUE [lapped]) | G.Skill 2x2GB | MSI NX8600GT | 150GB WD Raptor ||| NAS - Ubuntu 10.04 - Intel D865GBF | P4 3.0GHz | G.Skill 4x1GB | FX5200-AGP | 3x250GB mdadm Raid5

  2. #2
    Join Date
    Apr 2008
    Location
    Buenos Aires - Argentina
    Beans
    4
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Upgrade to Hardy Broke My Network

    Hello,

    I am having the same problem that you have. I did not check yet the file yet to see if I have the same problem, but I was reading in your other post and noticed that I have also installed Virtualbox and VMWare server. Though, I can not recall if that issue generated after I installed any of them or when.
    Also, what I noticed is that if I completely shutdown the computer, and then I power it on, the network works fine.

    Any ideas of what could be going one here? Somebody could please help?

  3. #3
    Join Date
    Jun 2007
    Beans
    602
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Upgrade to Hardy Broke My Network

    Quote Originally Posted by copperpot View Post
    Also, what I noticed is that if I completely shutdown the computer, and then I power it on, the network works fine.
    My problem persists even if I completely shutdown and power back on.
    I wish it was only on restart, then I could live with it, but right now if I shutdown and I power on remotely (WOL) I can't connect to it remotely
    Last edited by BassKozz; May 26th, 2008 at 05:53 PM.
    Ubuntu 12.04 64-bit - IP35-Pro | Q6600@3.3ghz(TRUE [lapped]) | G.Skill 2x2GB | MSI NX8600GT | 150GB WD Raptor ||| NAS - Ubuntu 10.04 - Intel D865GBF | P4 3.0GHz | G.Skill 4x1GB | FX5200-AGP | 3x250GB mdadm Raid5

  4. #4
    Join Date
    Jun 2007
    Beans
    602
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Upgrade to Hardy Broke My Network

    Ubuntu 12.04 64-bit - IP35-Pro | Q6600@3.3ghz(TRUE [lapped]) | G.Skill 2x2GB | MSI NX8600GT | 150GB WD Raptor ||| NAS - Ubuntu 10.04 - Intel D865GBF | P4 3.0GHz | G.Skill 4x1GB | FX5200-AGP | 3x250GB mdadm Raid5

  5. #5
    Join Date
    Apr 2008
    Location
    Buenos Aires - Argentina
    Beans
    4
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Upgrade to Hardy Broke My Network

    I will check that reply when I log into Ubuntu... hopes that works, as it is very frustating not being able to have the network working everytime.
    Thanks for the info!
    I'll keep you posted.

  6. #6
    Join Date
    Jun 2007
    Beans
    602
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Upgrade to Hardy Broke My Network

    Quote Originally Posted by copperpot View Post
    I will check that reply when I log into Ubuntu... hopes that works, as it is very frustating not being able to have the network working everytime.
    Thanks for the info!
    I'll keep you posted.
    Did it work for you copperpot?
    Ubuntu 12.04 64-bit - IP35-Pro | Q6600@3.3ghz(TRUE [lapped]) | G.Skill 2x2GB | MSI NX8600GT | 150GB WD Raptor ||| NAS - Ubuntu 10.04 - Intel D865GBF | P4 3.0GHz | G.Skill 4x1GB | FX5200-AGP | 3x250GB mdadm Raid5

Tags for this Thread

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
  •