I have a weird connection problem. It occured a week ago. I am on Ubuntu 20.04. I can connect to router over wireless, but I can not browse web pages. Strange thing is that Windows, IOS, mobiles connect and browse. In order for me to browse the net, my brother has to upload some files to google drive within his Iphone, then connection problem disappears. It's the only solution for the time being. I didn't call ISP because I am the only one who has that issue.
I can ping
the domain addresses but traceroot
fails to retrieve the route.
It appears to be a DNS issue, I tried different DNS servers both within the router and my laptop with no luck. What I don't understand is that why only my Linux machine is affected. I know there are many questions with the same title. I read most of them.
EDIT:
ls -al /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Aug 31 23:15 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
cat /etc/resolv.conf
Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
127.0.0.53 is the systemd-resolved stub resolver.
run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53
nameserver 8.8.8.8
nameserver 8.8.4.4
I also tried to connect from live iso
nothing changed.
EDIT2:
From within router I ran a test. I get Ping default gateway fail
error. When my brother starts uploading again it passes all tests.
EDIT3:
Uploading a file to google drive
from within my computer also keeps the connection online till the upload ends. Then I get locked out again.
cat /etc/resolv.conf
and also:ls -al /etc/resilv.conf
– chili555 Sep 06 '20 at 13:49nmap
scan. Of course it might not be an address conflict, that's just the first thing that came to mind when you mention that your brother's iphone affects your laptop's connectivity. – steeldriver Sep 06 '20 at 15:35google drive
then I can access to internet. Uploading any file to hisgoogle drive
account from hisWindows laptop
oripad
also works. – kenn Sep 06 '20 at 18:45