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. > 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 debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53ceaf14.4070...@plouf.fr.eu.org