Re: network-manager not connecting automatically anymore



I've made some progress: After I commented the following two lines
mentioning eth0 in /etc/network/interfaces, network-manager works just
as expected!

allow-hotplug eth0
iface eth0 inet dhcp

What should /etc/network/interfaces contain about eth0 if I'm using
network-manager? Anything at all?

Aside from these lines, there are only the following two concerning the
loopback interface, are these needed?

auto lo
iface lo inet loopback

godo <goran@xxxxxxxxxxxxx> writes:

Looks like this problem
http://lists.debian.org/debian-user/2010/02/msg00700.html
This is my answer after I fix my 2 laptops
http://lists.debian.org/debian-user/2010/02/msg00761.html

Hm, doesn't look like the same thing to me: I am able to connect to the
network, it's just not happening automatically. Does your
/etc/network/interfaces mention the network devices in question?

Attachment: pgpLpSoEorvqG.pgp
Description: PGP signature



Relevant Pages

  • Re: Multiple IP addresses on eth0 - which is "canonical"?
    ... mail mail came from the IP address associated with eth0:1 not eth0. ... # This file describes the network interfaces available on your system ... iface eth0 inet static ... UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 ...
    (Debian-User)
  • Re: no network connection
    ... > # The loopback network interface ... > iface eth0 inet dhcp ... I commented out the "auto eth0" line and rebooted. ...
    (Debian-User)
  • Re: dial-up to ethernet
    ... ># The first network card - this entry was created ... broadcast and gateway are optional) ... >iface eth0 inet static ...
    (Debian-User)
  • Re: Setup a firewall/gateway/server
    ... iface eth0 inet dhcp ... You should delete the 'network' and 'broadcast' lines since they are ...
    (Debian-User)
  • Re: Netwoking question
    ... allow-hotplug eth0 ... iface eth0 inet static ... as long as you dont have 1 pc with more than 2 network card, i dont think you need to change route.conf ... resolv.conf will deal when your linux wants to access internet, un-comment line '# gateway 192.168.0.1' after your computers able to 'pinging' each other ...
    (Debian-User)