Proxy Gateway Laptop or Router Choice | Generated by AI

Home 2026.03

Question: Should I use my old Lenovo laptop (Linux Mint) or my Xiaomi router (OpenWrt) as my home proxy gateway in China, given I have a Hysteria2 server in Los Angeles? What is the better approach?

Answer:

Honest Assessment: Both Can Work, But They Have Very Different Trade-offs


Option A: Lenovo Laptop with Linux Mint (What You Already Tried)

✅ Strengths

❌ Weaknesses

Verdict on your one-night attempt

You likely did not fail — you were just one step away. The iPad simply needed to renew its DHCP lease. The entire architecture (DHCP → dnsmasq → Clash DNS → fake-IP → TUN → Hysteria2) was correctly built.


Option B: Xiaomi Router with OpenWrt

✅ Strengths

❌ Weaknesses

About your specific Xiaomi router

The answer depends on which model you have. Routers based on MediaTek platforms are the best fit for OpenWrt, since MediaTek provides open-source drivers for its Wi-Fi modules to the community. If your Xiaomi runs a MediaTek chipset (like MT7621, MT7622, MT7981), support is solid.


My Recommendation: Hybrid Approach

The best architecture for your situation is actually to combine both:

[ISP Modem] → [Xiaomi OpenWrt router] → (LAN)
                      ↓
           [Lenovo Laptop as "soft router" / proxy gateway]
                      ↓
         All devices route through Clash + Hysteria2

Specifically:

  1. Keep the Xiaomi as your main Wi-Fi router (it handles DHCP for the whole home)
  2. Run Clash + Hysteria2 on the Lenovo laptop as a transparent proxy gateway on the LAN
  3. In Xiaomi’s DHCP settings, push the Lenovo’s IP as the default gateway and DNS for all clients (option 3 and option 6)

This way:


If You Must Pick Just One

Factor Laptop (Linux Mint) Xiaomi (OpenWrt)
Hysteria2 support Native, easy Via passwall/nikki
Setup difficulty Medium (you almost did it) Medium-High
All-home coverage Only USB-tethered devices All Wi-Fi + LAN devices
Reliability Needs lid/sleep config Excellent
Power cost High Low
Debugging ease High Low

Pick the laptop if you only need to serve the iPad via USB and want to finish quickly — you are very close.

Pick OpenWrt if you want all home devices covered cleanly and are willing to spend time on initial setup.


Immediate Next Step to Fix Your Current iPad Issue

If you want to finish the laptop setup tonight, just run this on the iPad (or force a DHCP renewal):

# On the iPad: Settings → Wi-Fi → forget network → reconnect
# OR on the laptop:
sudo systemctl restart dnsmasq
# Then on iPad Settings → General → Transfer or Reset iPad → Reset → Reset Network Settings

Then test:

nslookup google.com 192.168.201.1   # should return 198.18.x.x (fake-IP)
curl https://api.ipify.org           # should show your LA server IP

You were one DHCP renewal away from success.

References:


Back Donate