I am using Asus RT N16 wireless router connected to a PPPoE modem. When I web page is requested and there is no internet connection, the page gets automatically redirected to
http://www.asusnetwork.net/error_page.htm?flag=2
or their internet connection configuration page. This is a big issue if I open a browser with a saved session and there is no internet connection. All my pages redirect to the above page. Is it possible to disable this feature?
Answer
- Go to the Administration menu and open the System tab.
- Enable the telnet server by setting “Enable Telnet” to “Yes”. Click Apply, wait for the changes to complete, then telnet to your router’s IP address and log in with the same username and password you use for the web interface.
- At the command prompt, type:
nvram set web_redirect=0
- Changes should take effect immediately. This seems to prevent it, except for certain situations you probably won't run into, like when where the WAN connection is unconfigured.
- Disable the telnet server again when done (if you don't need it).
(From here, which also includes further detail: https://moeffju.net/blog/disable-asus-rt-n66u-error-redirect. After reading the linked source code I'm even more inclined to run something like DD-WRT on my RT-AC68U!)
No comments:
Post a Comment