Fixing iPad Network and Proxy Issues | Generated by AI

Home 2026.03

Summary of iPad Connectivity Issues & Fixes:

1. Initial Problem: DHCP Not Working

2. Second Problem: iPad Connected but No Internet

3. Critical Insight: Routing Loop Prevention

4. DNS Architecture Fix

Before: iPad → 8.8.8.8 (bypassing Clash) → No fake-IP, proxy broken After: iPad → 192.168.201.1 (Clash DNS) → fake-IP → TUN intercept → proxy

5. Split Routing Configuration

Updated Clash rules:

Current Status:

Remaining step: iPad needs to renew DHCP lease to get new DNS settings, or set DNS manually to 192.168.201.1.

Test commands for iPad:

nslookup google.com 192.168.201.1 # Should return fake IP (198.18.0.x)
curl https://api.ipify.org # Should show 69.63.219.52 (US IP)
curl baidu.com # Should work (DIRECT)

The architecture is now correct. Any remaining issues are likely DNS-related (iPad caching old 8.8.8.8 DNS) or Hysteria2 proxy connectivity.


Back Donate