logo
0
0
WeChat Login
Xiao<2501683578@qq.com>
Add Star History Chart to README

Flashing Guide for China Mobile RAX3000-Q(Y) Router

中文版

This tutorial references skyblog andRight Forum (imlk). The OpenWrt firmware is compiled based on the QSDK project and provided by the NWrt team. This repository is for personal backup purposes only. For other specificneeds, please contact NWrt.

Important Notice: Before proceeding, make sure to back up the original firmware of yourrouter. You are solely responsible for any risks or damages that may occurduring the flashing process.


1. Gaining Access Privileges

Warning: The privilege escalation methods described below may stop working afterfirmware updates. If you fail to gain access, please check the Issues page, refer to other tutorials, or search for alternative methods. You are also welcome to open a new issue for help.

There are two main methods to gain access: SSH and Telnet. (There is also a serial UART method that requires disassembling the router, butit is not covered in this guide.)


1.1 Enabling SSH (Option 1)

  1. Log in to the router’s admin page (check the default address, username, andpassword on the router’s label).

  2. Go to More → Diagnostics → Ping.

  3. In the "URL or IP address" input box, enter:

    $(dropbear${IFS}-p${IFS}22)
    

    to start the dropbear SSH service.

  4. Then run the following command to remove the root password:

    $(passwd${IFS}-d${IFS}root)
    
  5. You can now connect to the router using SSH:

    ssh root@192.168.x.x
    

    You should be logged in directly without being prompted for a password.


1.2 Enabling Telnet (Option 2)

  1. Log in to the router’s admin page (address, username, and password are on therouter’s label).

  2. Go to More → Diagnostics → Ping.

  3. Run the following command to remove the root password:

    $(passwd${IFS}-d${IFS}root)
    
  4. Log back into the admin page using:

    Username: superadmin  
    Password: 83583000
    
  5. Go to Management → System Settings and enable Telnet.

  6. The Telnet port number is 4719. Connect using:

    telnet 192.168.10.1 4719
    

    Username: root Password: (leave empty)


2. Flashing U-Boot

  1. On your PC, open WinSCP.

  2. Create a new site:

    • File protocol: SCP
    • Host name: router IP address
    • Username: root
    • Password: (leave empty if none)
  3. Upload the following files from the uboot folder to the router’s /tmpdirectory:

    • nwrt_rax3000qy_uboot.mbn
    • nwrt_rax3000qy_mibib.bin
  4. In the router terminal, execute the following commands:

    mtd write /tmp/nwrt_rax3000qy_uboot.mbn /dev/mtd11
    
    mtd write /tmp/nwrt_rax3000qy_mibib.bin /dev/mtd1
    
  5. The U-Boot flashing process is now complete. You may disconnect the power.


3. Flashing OpenWrt Firmware

  1. On your computer, set the network interface to a static IP:

    • IP Address: 192.168.1.2
    • Subnet Mask: 255.255.255.0
  2. Hold down the reset button on the router, plug in the power, and releasethe reset button after 10 seconds.

  3. In your browser, navigate to 192.168.1.1 to enter the U-Boot webinterface.

  4. Choose any firmware from the openwrt-fw folder to flash:

    • Version 2023-12: includes passwall, but may fail to boot (unstable)
    • Version 2023-11: does not include passwall, can be installed manually (stable)
    • Other versions: test at your own risk (in theory, newer = more stable)
  5. After flashing, the router will reboot automatically. Wait patiently until itfinishes booting.

    • Default username: root
    • Default password: password

About

No description, topics, or website provided.
211.95 MiB
0 forks0 stars1 branches0 TagREADMEMIT license