You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linuxTag for Linux storymetaphoreSigns for issues that contain metaphors from punk memberspublishedThis label is used to indicate issues and pull requests that have been published on the Metaphor Web
Internet Connection Problem related to DNS After Dual Booting
As depicted in the image provided, the ping test with an IP address shows successful packet transmission, but when attempting to ping a website name, a name resolution error is encountered. This indicates that there is an internet connection, but there seems to be an issue with the Domain Name System (DNS).
The Linux Story!
To Solve the Internet Connection Problem:
Open the resolv.conf file in a text editor like nano or any other of your choice with superuser privileges using the following command:
sudo nano /run/NetworkManager/resolv.conf
Add the following lines to the resolv.conf file and save it:
nameserver 8.8.8.8
nameserver 8.8.4.4
After making the changes, you need to restart the systemd-resolved.service to apply the new DNS settings. Execute the following command:
sudo systemctl restart systemd-resolved.service
Now, the DNS servers 8.8.8.8 and 8.8.4.4 (Google's Public DNS servers) have been added to your DNS resolution configuration. This should resolve the DNS issues, and you should be able to access websites using their names, and enjoy a working internet connection.
A Linux demo/repos link
No response
PayPal Link for Donation (Linux Storyteller)
No response
The text was updated successfully, but these errors were encountered:
Hello Punk! It's great having you contribute to this project
Welcome to the community
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our GitHub Organisation - we help and encourage each other to contribute to open source little and often . Any questions let us know.
github-actionsbot
added
the
published
This label is used to indicate issues and pull requests that have been published on the Metaphor Web
label
Aug 7, 2023
linuxTag for Linux storymetaphoreSigns for issues that contain metaphors from punk memberspublishedThis label is used to indicate issues and pull requests that have been published on the Metaphor Web
The Backstory about your Linux Metaphor
Internet Connection Problem related to DNS After Dual Booting
As depicted in the image provided, the ping test with an IP address shows successful packet transmission, but when attempting to ping a website name, a name resolution error is encountered. This indicates that there is an internet connection, but there seems to be an issue with the Domain Name System (DNS).
The Linux Story!
To Solve the Internet Connection Problem:
resolv.conf
file in a text editor likenano
or any other of your choice with superuser privileges using the following command:resolv.conf
file and save it:systemd-resolved.service
to apply the new DNS settings. Execute the following command:Now, the DNS servers
8.8.8.8
and8.8.4.4
(Google's Public DNS servers) have been added to your DNS resolution configuration. This should resolve the DNS issues, and you should be able to access websites using their names, and enjoy a working internet connection.A Linux demo/repos link
No response
PayPal Link for Donation (Linux Storyteller)
No response
The text was updated successfully, but these errors were encountered: