π IP Quick Reference
Set your computer's IP to the following address, then connect to the router's LAN port via Ethernet cable.
| Brand | PC IP Address | Firmware Format | Mode | How to Enter | Reference |
|---|---|---|---|---|---|
| TP-Link | 192.168.0.66 |
*-factory.bin | TFTP Client | Hold Reset + Power on | TP-Link Official |
| Xiaomi | 192.168.31.100 |
*-bin | TFTP Client | Hold Reset + Power on (wait for Amber light) | Xiaomi Guide |
| ASUS | 192.168.1.100 |
*-trx | TFTP Server | Hold WPS + Power on | ASUS Official |
| H3C | 192.168.1.254 |
*-initramfs-recovery.itb | TFTP Client | Hold Reset + Power on | H3C Guide |
| NETGEAR | 192.168.1.2 |
*-chk | TFTP Client | Hold Reset + Power on | NMRPflash Tool |
| Tenda | 192.168.0.100 |
*-bin | TFTP Client | Hold Reset + Power on | Tenda Official |
| CUDY | 192.168.0.66 |
*-bin | TFTP Client | Hold Reset + Power on | CUDY Official |
| 360 | 192.168.0.66 |
*-bin | TFTP Client | Hold Reset + Power on | 360 Official |
| ImmortalWrt | 192.168.1.254 |
*-initramfs-recovery.itb | Open Source | - | Install Guide |
| OpenWrt | - | *-bin | Open Source | - | OpenWrt Official |
π§ Router Mode Explanation
π₯ TFTP Client
The router actively searches for the computer to download firmware. Your PC must run a TFTP server and wait.
- TP-Link, Xiaomi, H3C, NETGEAR, Tenda, CUDY, 360
π€ TFTP Server
The router acts as a server waiting for the computer to upload firmware. Your PC acts as a client and initiates the upload.
- ASUS (in Rescue Mode)
β οΈ Note: ASUS routers in Rescue Mode act as TFTP servers; the computer needs to push the firmware.
π Find Router IP
How to determine the TFTP Server IP?
Since routers have no display in recovery mode, we use the Mac Terminal to capture ARP requests sent by the router to identify the target IP.
π Operation Steps:
- Open Mac Terminal
- Option 1: Press Command + Space, type "Terminal", and hit Enter.
- Option 2: Click the Spotlight icon π and search for "Terminal".
- Option 3: Open Launchpad π and find "Terminal".
- Enter the following command and hit Enter:
- Enter your Mac password (characters won't show while typing, just hit Enter).
- Now put the router into recovery mode (refer to step 1).
- Wait 10-20 seconds for ARP packet information to appear.
- Press Ctrl + C to stop capturing.
sudo tcpdump -i any arp -n -tt
π Analyze ARP Request:
Paste the content from the Terminal into the box below and click "Analyze":
- The ARP request will show the router asking "Who has 192.168.1.X?"
- This IP is what your Mac should be set to (within the same subnet as the router).
π» Set Computer IP
After identifying the required IP for your brand, follow these steps to configure your PC.
π Mac Setup Steps
- Open System Settings β Network
- Click Ethernet (or USB to Ethernet) on the left
- Click the Details... button on the right
- Select the TCP/IP tab
- Change Configure IPv4 to Manually
- Set the following parameters:
- IP Address: Set to target IP (e.g., 192.168.1.254)
- Subnet Mask: 255.255.255.0
- Router: Leave blank
- DNS: Leave blank
- Click OK to save
π Windows Setup Steps
- Open Control Panel β Network and Sharing Center
- Click Ethernet β Properties
- Double-click Internet Protocol Version 4 (TCP/IPv4)
- Select "Use the following IP address"
- Set the following parameters:
- IP Address: Set to target IP (e.g., 192.168.1.254)
- Subnet Mask: 255.255.255.0
- Default Gateway: Leave blank
- Preferred DNS Server: Leave blank
- Click OK to save
β οΈ Important Notes
- Turn off Wi-Fi before setup to avoid IP conflicts.
- Ensure the Ethernet cable is connected to the LAN port (not WAN).
- It is recommended to temporarily disable your firewall.