Public bug reported: I recently converted a wifi router to an access point to extend the range of my home wifi. https://www.cnet.com/uk/how-to/how-to-turn-an-old-wi-fi-router-into-an-access-point/
This is working fine on most devices in my house. My laptop with kubuntu 16.04 is not working and 2 newer android devices are also not accessing it. Older androids are no problem. I need to install a dns changer app for the wifi to work on my phone. https://play.google.com/store/apps/details?id=com.burakgon.dnschanger&hl=en For my laptop I had to follow this guide https://superuser.com/questions/1153203/ubuntu-17-04-systemd-resolved-dns-lookups-randomly-fail/1200745#1200745 I had to disable DNSSEC and also create a script that runs at startup #!/bin/sh sudo -u xxx echo "nameserver 8.8.8.8" >> /etc/resolv.conf sudo -u xxx echo "nameserver 8.8.4.4" >> /etc/resolv.conf Ubuntu 16.04.3 LTS ** Affects: ubuntu Importance: Undecided Status: New ** Tags: dnssec -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1739401 Title: wifi not connecting to acees point To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1739401/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
