0

I can't access internet from anywhere except my home!
I can verify that the internet is working, I can connect and browse through my Android.
Also, I can ping 8.8.8.8 and 8.8.4.4!

UPDATE : I can access my website hosted at Vultr with IP! I can even enter my wp-admin!
But I can't SSH to my server ... how weird.
I guess it must be DNS issue ... but why I can connect with my home network if the DNS is wrong?

1 Answers1

1

I had to answer it by myself. Sorry :(

EDIT: as mchid suggested, I digged it again, and realized that everytime I run resolvconf -u ...

/etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf

So I fixed it by linking /run/resolvconf/resolv.conf to /etc/resolv.conf

ln -s /run/resolvconf/resolv.conf /etc/resolv.conf

Tested using 3 Wireless Network so far, no problem :D

Thomas Ward
  • 78,878