asuswrt-merlin.ng icon indicating copy to clipboard operation
asuswrt-merlin.ng copied to clipboard

DSL-AX82U FAILING TO CONNECT TO ISP

Open Wayne7497 opened this issue 2 years ago • 3 comments

Router : DSL-AX82U/RT- Version Affected 386.07_2-gnuton1 & 386.08_0-gnuton0_beta1

386.07_2-gnuton1 would sync with ISP (ABB) but fail to retrieve DHCP.

Reverted back to 386.5_2-gnuton0 and its working fine

Is this bug present in upstream Merlin releases too? Yes

Describe the bug 386.07_2-gnuton1 and 386.08_0-gnuton0_beta1 would sync with ISP (ABB) but fail to retrieve DHCP.

Reverted back to 386.5_2-gnuton0 and its working fine.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem or remove this section

Wayne7497 avatar Sep 09 '22 18:09 Wayne7497

It's common for asus routers to say, your ISP DCHP doesn't function properly, on reboot, but if after 10 min you still see this, report to asus, on the asus forum, hardware-software. It was ment to be fixed by them

trebleta avatar Sep 11 '22 00:09 trebleta

I also have the optus DSL-AX5400 and it's only merlin's gnuton's 386.5_2 that's working for me on Optus's NBN. Gnuton's beta 386.08 still doesn't want to authenticate the DSL connection.

Btw, you can restore the DSL-AX82U features on the DSL-AX5400 (assuming you already have Gnuton's / Merlin's FW):

  1. Login via Putty
  2. nvram set odmpid
  3. nvram set rc_support="dsl vdsl spectrum mssid 2.4G 5G usbX1 update switchctrl manual_stb 11AX pwrctrl nandflash smart_connect wifi2017 app ofdma wpa3 defpsk reboot_schedule ipv6 ipv6pt PARENTAL2 dnsfilter am_addons cake ntpd dnspriv dualwan mtwancfg pptpd openvpnd utf8_ssid printer modem webdav rrsut cloudsync media appbase timemachine hdspindown diskutility dnssec email bwdpi wrs_wbl ookla HTTPS letsencrypt ssh vpnc wl6 user_low_rssi tcode usericon jffs2 cfg_wps_btn stainfo cloudcheck realip ifttt alexa ipsec_srv mumimo netool cfg_sync no_finiwl amas bcmwifi bcmhnd mbo conndiag eula proxysta iperf3 mswan account_binding gameMode ftp_ssl hnd_ax_675x dhdlog dis11b"
  4. nvram commit

I had both the DSL-AX82U (uk version) and the DSL-AX5400 so I did a comparison between the 2 nvram's to restore some of the lost features. The DSL-AX5400 had the odmpid=DSL-AX5400 whereas the DSL-AX82U was blank. In addition, the AX5400 had "noupdate" in the rc_support whereas the DSL-AX82U had "update" along with "bwdpi" which changes the Traffic Manager tab to AIProtection when you log in

If you don't want to keep entering these commands in everytime the router reboots, then

  1. login via winscp
  2. navigate to /jffs/scripts/
  3. create file "init-nat" (file should show as init-nat and not init-nat.sh)
  4. enter the following into the file:

#!/bin/sh nvram set odmpid nvram set rc_support="dsl vdsl spectrum mssid 2.4G 5G usbX1 update switchctrl manual_stb 11AX pwrctrl nandflash smart_connect wifi2017 app ofdma wpa3 defpsk reboot_schedule ipv6 ipv6pt PARENTAL2 dnsfilter am_addons cake ntpd dnspriv dualwan mtwancfg pptpd openvpnd utf8_ssid printer modem webdav rrsut cloudsync media appbase timemachine hdspindown diskutility dnssec email bwdpi wrs_wbl ookla HTTPS letsencrypt ssh vpnc wl6 user_low_rssi tcode usericon jffs2 cfg_wps_btn stainfo cloudcheck realip ifttt alexa ipsec_srv mumimo netool cfg_sync no_finiwl amas bcmwifi bcmhnd mbo conndiag eula proxysta iperf3 mswan account_binding gameMode ftp_ssl hnd_ax_675x dhdlog dis11b" nvram commit

  1. save
  2. open putty
  3. run: chmod a+rw /jffs/scripts/*

These modifications will remove the is_ax5400_i1 and is_ax5400_iln flags in isSupport() in the console.

I tried other startup scripts but the nvram kept getting overwritten during the startup and it was only the init-nat script that worked. When the router starts up, it'll show DSL-AX5400 for about a minute or two until the init-nat script is triggered, then the router will show "DSL-AX82U" with the restored lost features.

If anyone knows how to fix it more permanently, that would be much appreciated.

Wayne7497 avatar Sep 11 '22 18:09 Wayne7497

Thanks for all your efforts hopefully be fixed soon for us Australians

Wayne7497 avatar Sep 17 '22 17:09 Wayne7497

Same issue with AX82u in Australia with Aussie Broadband. Running previous version which is stable. I reported the same issue some time ago and it was dismissed. Glad you have reported the issue again.

FreoPhil avatar Oct 01 '22 20:10 FreoPhil

duplicate of https://github.com/gnuton/asuswrt-merlin.ng/issues/241

gnuton avatar Oct 06 '22 08:10 gnuton