This is a long ongoing problem. Maybe someone has an idea. I have an ordinary dsl router with wlan at home. I cannot use the wlan under Linux. nm says I am connected (see screenshot), but there is no internet access. I have never been able to connect to the internet using the wifi at home under Linux. Works fine under Windows, but I hardly ever use Win. Recently I got an Android phone. That also cannot use the wlan to access the internet. The router is new, the isp upgraded my connection to make it faster an gave me a new router.
Here is some info which may give someone a clue as to what is wrong. Why am I getting 'REFUSED'?
1) The dsl cable is unplugged
[pedro@peterbedroom ~]$ nslookup baidu.com
Server: 192.168.1.1
Address: 192.168.1.1#53
** server can't find baidu.com: REFUSED
[pedro@peterbedroom ~]$ host google.com 192.168.1.4
;; connection timed out; trying next origin
;; connection timed out; no servers could be reached
2) The dsl cable is plugged into the laptop
[pedro@peterbedroom ~]$ nslookup baidu.com
Server: 218.2.135.1
Address: 218.2.135.1#53
Non-authoritative answer:
Name: baidu.com
Address: 123.125.114.144
Name: baidu.com
Address: 220.181.111.85
Name: baidu.com
Address: 220.181.111.86
[pedro@peterbedroom ~]$
3) I ran nslookup baidu.com with the dsl cable unplugged and at the same time ran tcpdump. Here is the output of tcpdump.
[pedro@peterbedroom ~]$ sudo tcpdump -i wlan0 -vn port 53
tcpdump: listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 bytes
08:44:32.924987 IP (tos 0x0, ttl 64, id 22233, offset 0, flags [none], proto UDP (17), length 55)
192.168.1.4.38925 > 192.168.1.1.domain: 41931+ A? baidu.com. (27)
08:44:32.928814 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 55)
192.168.1.1.domain > 192.168.1.4.38925: 41931 Refused 0/0/0 (27)
08:44:32.931827 IP (tos 0x0, ttl 64, id 22234, offset 0, flags [none], proto UDP (17), length 55)
192.168.1.4.56955 > 192.168.1.1.domain: 54745+ A? baidu.com. (27)
08:44:32.933899 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 55)
192.168.1.1.domain > 192.168.1.4.56955: 54745 Refused 0/0/0 (27)
^C
4 packets captured
4 packets received by filter
0 packets dropped by kernel
[pedro@peterbedroom ~]$
This says refused. If I run tcpdump with a lot of tabs open in Firefox, they are all 'Refused'
Does anyone know what is happening here? Why is the router refusing to connect to the internet? I can access the router, but I cannot see a setting to unblock/block internet access. It seems strange to have a wlan set to no access. Pointless having wlan then.
Any ideas out there??