Announcement

Collapse
No announcement yet.

[Solved] Can't get my inet connection to work.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Solved] Can't get my inet connection to work.

    During the install it was all detected and working fine, but I just changed services and now during bootup I get "Configuring basic networking... failed" (or something along those lines) and my network interface is disabled. When I try to enable it, it just shoots right back to disabled. It's not even _trying_ to get an IP from my router. Does anyone have any ideas? Thanks!

    #2
    Re: [Solved] Can't get my inet connection to work.

    Got it. It was a problem in /etc/network/interfaces. I needed to add a parameter to the line:

    iface eth1 inet

    to make it:

    iface eth1 inet dhcp

    Even though that interface wasn't being used, it was still failing to parse that line of the file.

    Comment

    Working...
    X