I need some troubleshooting help with a wireless network problem. I can connect wirelessly using /etc/network/interfaces. ifup wlan0 gets an address via dhcp and all works well. However, I have to click and disable the network manager trying to connect in order for this to work. If I let gnome network manager connect, it does not succeed. I am getting in daemon.log: NetworkManager: Device 'wlan0' IP6 addrconf timed out or failed. Interestingly, gnome network manager succeeds in connecting to public networks in coffee shops. This makes me think something is not properly set up at my home router. Any suggestions? Thanks! asked 21 Jul '10, 14:19 Matyas |
Check the configuration file for wlan0. could be you have it set to look for an ipv6 address. What distro are you using? answered 21 Jul '10, 15:13 rfelsburg ♦ I am using debian. I was not aware of a configuration file for wlan0 specifically. /etc/network/interfaces has: iface wlan0 inet dhcp wireless-essid [...] I grepped for IPv6 in /etc and I will follow through the hits. I was kind of ignorant about the IPv6 IPv4 stuff until now. Any furthe pointer would be appreciated.
(23 Jul '10, 18:39)
Matyas
I tried: echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf and: GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1" the problem persists. Maybe gnome-network-manager is broken?
(27 Jul '10, 18:08)
Matyas
|
I'm under the impression that you may be going the wrong way about it. If by gnome-network-manager you are refering to the gnome applet to control Network Manager, why are you using the ifupdown infrastructure at all? They conflict. Comment out the lines pertaining to wlan0 in /etc/network/interfaces and configure your connection with Network Manager applet. Simply select the network you want to connect to in the menu, give the password, store it if you want (it is optional) and let Network Manager do its thing. answered 02 Aug '11, 13:03 vorbote |
Please accept an answer so the question/answer can be finished. Or provide more details so we can help.
Your router probably does not support ipv6 (not many do right now), not an answer, just a comment. To use ipv6, you'll need a newer/different router (or firmware). You can also do 6-to-4 tunneling through a free service if need be.