thebenjibenji
New Around Here
Fix asus RT-AC68U showing "disconnected" status on the network map landing page. *edit: when changing the settings in the Administration > System, it would not let me change the settings, it would ask every "This account already exists. Please enter a different name." and rn I cbf resetting or flashing.
you can right click inspect in the router interface to see what command is being changed and refresh to see if its updated
In my case I did the following
it should now show as connected everytime, and send hopefully less requests (as it was spamming in my pihole)
that was the default old value but i think it was set to this but the ip was set to 0.0.0.0, also Network Monitoring was disabled but it kept spamming that ip.
could be from flashing stock to asus-merlin and back, including the latest beta which i thought was the issue initially so i flashed to stock. can't remember where or which firmware this started to occur
Bash:
nvram show
nvram show | grep find-the-command
In my case I did the following
Bash:
nvram set dns_probe=1
nvram set dns_probe_host=1.1.1.1
nvram set dns_probe_content=1.1.1.1
nvram set wandog_enable=1
nvram set wandog_target=216.58.203.99
that was the default old value but i think it was set to this but the ip was set to 0.0.0.0, also Network Monitoring was disabled but it kept spamming that ip.
could be from flashing stock to asus-merlin and back, including the latest beta which i thought was the issue initially so i flashed to stock. can't remember where or which firmware this started to occur
Last edited: