Idolphin_oracle wrote: Wed Oct 05, 2022 10:26 amthe wifi is working now. that namesever address that is in your resolv.conf file is one typically handed out by VPN clients and its totally local. for whatever reason its not working or changing back to something else once you disable the VPN.Mauser wrote: Wed Oct 05, 2022 10:19 amYes, and I tried it with it shut down. Didn't make a difference. WiFi was working before the updates.
you can manually edit /etc/resolv.conf to have
and see if that works. (1.1.1.1 is cloudflare's public dns server). No reboot necessary.Code: Select all
nameserver 1.1.1.1
since the ping was blocked and the message reported by the local router, its also possible that the local router is blocking your wifi's MAC address, but not your ethernet address. I would think that weird, but its possible.
It's named to that already which is why it won't change anything. I tried something different on my own. I rebooted the modem and it worked. Seems like something in the update made the WiFi get blocked and resetting the modem made the rooter and modem communicate again. Thank you.