Changing DNS server for Huawei LTE router
Jun 13, 2022 17:45 · 190 words · 1 minute read
Currently, we use a Huawei LTE router at home. I recently noticed that DNS resolution got very slow. By default, an operating system like macOS uses the router as DNS server. The router itself proxies these DNS request to the DNS server of your ISP. So, it seemed like our ISP’s DNS server had some performance issues. The performance did not get better in the following days.
Therefore, I changed the DNS server - popular public alternatives are Cloudflare DNS & Google DNS. You can either change the DNS settings of your computer, but this means that DNS resolution for this specific device gets fixed. Better is to change the DNS settings on router level.
For our Huawei router, the DNS setting is hidden inside the “Advanced => DHCP” menu. On the “DHCP” page, open the web console (e.g. on macOS: Command + Option + I, then go to tab “Console”). Then, execute the command $('#dhcp_dns').show();
. Now, a checkbox “Set DNS server manually” should appear. When you enable it, you can set primary and secondary DNS servers. For example, for Cloudflare DNS, set these to 1.1.1.1
and 1.0.0.1
.
(via bornoe.org)
- You are in control
- My Favorite Shortcuts for VS Code
- Customizing my shell: From bash to zsh to fish
- JSON5: JSON with comments (and more!)
- jq: Analyzing JSON data on the command line
- Get Total Directory Size via Command Line
- Notes on Job & Career Development
- Adding full-text search to a static site (= no backend needed)
- Generating a random string on Linux & macOS
- Caddy web server: Why use it? How to use it?