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

Revert DNS Settings #166

Merged
merged 9 commits into from
Feb 24, 2023
Merged

Revert DNS Settings #166

merged 9 commits into from
Feb 24, 2023

Conversation

K97i
Copy link
Contributor

@K97i K97i commented Feb 3, 2023

closes #157

@Tomat0r
Copy link
Contributor

Tomat0r commented Feb 3, 2023

dns.md

@K97i
Copy link
Contributor Author

K97i commented Feb 3, 2023

@Tomat0r the pull request shows the changes between the two repositories under the files changed tab so you dont have to upload the raw markdown file

image

@TheKrol
Copy link
Collaborator

TheKrol commented Feb 3, 2023

Maybe update to link to terms?

@TheKrol TheKrol linked an issue Feb 3, 2023 that may be closed by this pull request
Copy link
Contributor Author

@K97i K97i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dns.md
add
{: .no_toc}
{% include toc.md %}
to AFTER # Understanding DNS and How and before ## What is DNS?

instead of 6. Select "Use the following DNS server addresses" and enter the preferred DNS server addresses for the provider you want to use (e.g. Google's DNS servers are 8.8.8.8 and 8.8.4.4, Cloudflare's are 1.1.1.1 and 1.0.0.1, and OpenDNS's are 208.67.222.222 and 208.67.220.220).

use 6. Select "Use the following DNS server addresses" and enter the preferred DNS server addresses for the provider [you want to use](#list-of-dns-providers) replace all of them

Copy link
Collaborator

@TheKrol TheKrol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a PR to Tomator for DNS changes

Copy link
Contributor

@WhiteHusky WhiteHusky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Various suggestions.

Also it might be a good idea to mention /etc/crypttab and how it's used to help facilitate mounting LUKS protected file systems at boot. Maybe even LVM since it's sometimes better to have one LUKS block device holding a LVM for multiple file systems.


### Linux

The specific steps to change the DNS server in Linux depend on the distribution you are using. For most distributions, you can change the DNS server by editing the `/etc/resolv.conf` file and adding the preferred DNS server addresses for the provider you want to use (e.g. Google's DNS servers are 8.8.8.8 and 8.8.4.4, Cloudflare's are 1.1.1.1 and 1.0.0.1, and OpenDNS's are 208.67.222.222 and 208.67.220.220).
Copy link
Contributor

@WhiteHusky WhiteHusky Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Editing /etc/resolv.conf isn't advisable on distros using the NetworkManager or systemd-resolved service as both will modify /etc/resolv.conf themselves.

Use the GUI, or nmcli or resolvectl if you know what you are doing. It might be wise to edit/add files in /etc/netplan/ or /etc/network/interfaces.d/ depending on what's available.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

systemd-resolved can be configured by hand or via netplan.

docs/safety-security/disk-encryption.md Show resolved Hide resolved
docs/safety-security/disk-encryption.md Outdated Show resolved Hide resolved
docs/safety-security/disk-encryption.md Outdated Show resolved Hide resolved
docs/safety-security/disk-encryption.md Outdated Show resolved Hide resolved
* Password Managers & TOTP (#161)

Added a suggestion to check your password manager on if it supports TOTP.

* i can create pull requests on my own fork thats nice (#1)

* Revert DNS Settings

* Updated header

* updated header v2

* added disk-encryption.md

* Update dns.md

* tomator fix

---------

Co-authored-by: Carlen White <[email protected]>
Comment on lines +52 to +54
### Linux

The specific steps to change the DNS server in Linux depend on the distribution you are using. For most distributions, you can change the DNS server by editing the `/etc/resolv.conf` file and adding the preferred DNS server addresses for the provider [you want to use](#list-of-dns-providers).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding what was asked in the development channel, it's a hard answer to ask on what's the most terse way to explain how to change the DNS that covers all the distros. We probably want people to stay within the GUI, so we could mention the few places where to find the settings in a couple common DEs (KDE, Gnome, Mate are a few that come to mind) and as a last resort suggest finding what network manager their system is using then use that to modify DNS.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though for desktop geared distros, it's almost always going to be NetworkManager that handles networking.

@sealsrock12 sealsrock12 merged commit e91c9c7 into r-Techsupport:master Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dns article How to - Drive Encryption
5 participants