[Pkg-utopia-maintainers] Bug#693512: Bug#693512: network-manager: Network manager does not remove default routes
Miguel A. Rojas
mianrojas at gmail.com
Sun Nov 18 12:29:28 UTC 2012
Hi Michael,
You're right. This is not the default route but it seems my DNS
servers are pointing to the my router (DHCP default configuration in my
router); therefore I cannot resolve DNS entries because these DNS
packages are going through eth0 (eth0 route entry is before wlan one, as
you may see) . If I try to connect through IP, my network connectivity
is working.
Here you have my e/n/i:
-------------------------------------------
$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.2.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
# dns-* options are implemented by the resolvconf package, if
installed
dns-nameservers 85.62.229.131 85.62.229.132
-------------------------------------------
As you may see, after networkmanager installation,
/etc/network/interfaces was not modified (I do not know if this is the
default behaviour). I managed to enable interface managed according to
http://wiki.debian.org/NetworkManager#Enabling_Interface_Management.
After doing that, networkmanager was able to manage the interface and I
suppose it got the information from /etc/network/interfaces.
Let me know if you need anything else from my side. I really do
not know where this route is coming from. Perhaps I did something wrong
in the procedure, but I just followed the standard manuals.
I really appreciate your time and effort. Thanks!
More information about the Pkg-utopia-maintainers
mailing list