Skip to content

Instantly share code, notes, and snippets.

@glibg10b
Created December 15, 2023 11:48
Show Gist options
  • Save glibg10b/26586d9885defa99754c6a07f5c77b3b to your computer and use it in GitHub Desktop.
Save glibg10b/26586d9885defa99754c6a07f5c77b3b to your computer and use it in GitHub Desktop.
Access hidden Huawei router settings

Huawei reuses the same interface for many of their routers, but chooses to hide some features. Some of these may not be supported by the hardware, but others may work fine.

The features are hidden using the HTML hidden attribute. To turn this attribute off for all elements on a page, open your browser's dev tools and type $('#*').show() into the console.

On my B315, this allows me to change the DNS server addresses sent via DHCP:

image

@Mohamed3bdelwahab
Copy link

Is there anyway to do it my router is locked for ISP and i need to use other sim ISP instead and can't find online way to do it .
they use v5 and not available yet free

can you help with this if there way can give me access to open router configuration or anything can help

@Mohamed3bdelwahab
Copy link

Capture

this mean it's working see your configuration and you must be on page advance mode to see the options

@glibg10b
Copy link
Author

That's not something I can help with, unfortunately.

If you can find someone else that had success with your router model, and you're certain they're legit, you may be able to ask them for guidance. Otherwise, you'll just have to buy another router and make sure your SIM works in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment