Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The internet connection problem in linux #82

Closed
DnyaneshwariKolapkar opened this issue Aug 1, 2023 · 2 comments
Closed

The internet connection problem in linux #82

DnyaneshwariKolapkar opened this issue Aug 1, 2023 · 2 comments
Assignees
Labels
linux Tag for Linux story metaphore Signs for issues that contain metaphors from punk members published This label is used to indicate issues and pull requests that have been published on the Metaphor Web

Comments

@DnyaneshwariKolapkar
Copy link

DnyaneshwariKolapkar commented Aug 1, 2023

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).

Screenshot from 2023-08-01 22-24-09

The Linux Story!

To Solve the Internet Connection Problem:

  1. 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
  1. Add the following lines to the resolv.conf file and save it:
nameserver 8.8.8.8
nameserver 8.8.4.4
  1. 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.

Screenshot from 2023-08-01 22-31-56

A Linux demo/repos link

No response

PayPal Link for Donation (Linux Storyteller)

No response

@DnyaneshwariKolapkar DnyaneshwariKolapkar added linux Tag for Linux story metaphore Signs for issues that contain metaphors from punk members labels Aug 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2023

Hello Punk! It's great having you contribute to this project

Welcome to the community :neckbeard:

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 :neckbeard:. Any questions let us know.

@darkterminal
Copy link
Member

Yeah, sometimes we occur this problem when using Linux... But, it's fun!

@github-actions github-actions bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linux Tag for Linux story metaphore Signs for issues that contain metaphors from punk members published This label is used to indicate issues and pull requests that have been published on the Metaphor Web
Projects
None yet
Development

No branches or pull requests

3 participants