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

ee #185

Merged
merged 1 commit into from
Nov 13, 2023
Merged

ee #185

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/ee-router-advanced-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ee-router-dns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ee-router-homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ee-router-ipv4-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions docs/kb/networking/ee-update-dns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Update DNS on EE router
---

## Why

You want to configure alternative DNS servers that don't belong to EE

## How

Navigate to your routers management IP address

Unless you've changed it, EE will be one of the below:

* [http://192.168.1.254](http://192.168.1.254)
* [http://192.168.1.1](http://192.168.1.1)

Click on `Advanced Settings`

![](../../assets/ee-router-homepage.png)

Click on `My Network`

![](../../assets/ee-router-advanced-settings.png)

Click on `IPV4 configuration`

![](../../assets/ee-router-ipv4-config.png)

You have the choice on what DNS servers you want to use.

Some choices are below

| Provider name | IP address |
|---------------|---------------------------------|
| Cloudflare | `1.1.1.1` and `1.0.0.1` |
| Google | `8.8.8.8` and `4.4.4.4` |
| Quad9 | `9.9.9.9` and `149.112.112.112` |

Click `Auto` and disable it

Insert the `Primary DNS` and `Secondary DNS` in to the webUI

![](../../assets/ee-router-dns.png)

In the above I have used `1.1.1.1` and `1.0.0.1` which is Cloudflare
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ nav:
- Connecting to minio over s3fs: kb/minio/minio-over-s3fs.md
- Creating minio users and assigning permissions: kb/minio/creating-minio-users-and-assigning-permissions.md
- Networking:
- Update DNS on EE router: kb/networking/ee-update-dns.md
- Show Broadband password on EE router: kb/networking/show-broadband-password-ee.md
- VPN Network routing Mikrotik: kb/networking/vpn-network-routing-mikrotik.md
- Updating Ubiquiti Tough switch: kb/networking/update-tough-switch.md
Expand Down