On Tue, Jul 22, 2014 at 08:36:04PM +0200, Pascal Hambourg wrote: > Paul Scott a écrit : > > > > I have a sid system on this laptop that I keep updated. A week or two > > ago an update broke my ability to connect to the Internet through wireless > > access points. I am now connected wirelessly to my server with ssh > > and can access the Internet. > > > > route gives me: > > > > Destination Gateway Genmask Flags Metric Ref Use > > Iface > > default * 0.0.0.0 U 1002 0 0 eth0 > > You have a bogus default route on eth0. It has a lower metric (higher > priority) than the one on wlan0 and basically says that the whole > internet address space is on the LAN connected to eth0. > Get rid of it.
This is generated automatically by the system (network-manager, or network-manager-gnome). Do you know where this happens? Thank you, Paul > > > default 192.168.0.1 0.0.0.0 UG 1024 0 0 > > wlan0 > > link-local * 255.255.0.0 U 0 0 0 eth0 > > link-local * 255.255.0.0 U 1000 0 0 > > wlan0 > > 192.168.0.0 * 255.255.255.0 U 0 0 0 > > wlan0 > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: https://lists.debian.org/[email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/20140722202327.GA4063@joyhome

