ASUS Router No Internet Connection: Complete Troubleshooting Guide (2024)
Fix ASUS router no internet access in minutes. Step-by-step diagnosis for routers and laptops, including DNS fixes, firmware resets, and ISP checks.
- Root Cause 1: WAN IP not assigned — ASUS router shows 0.0.0.0 or blank WAN IP because the ISP DHCP handshake failed, the cable is unplugged, or the router MAC needs to be cloned after a device swap.
- Root Cause 2: DNS misconfiguration — Router receives a valid WAN IP but all DNS queries time out, causing 'Connected, no internet' on every device including ASUS laptops. Common after firmware updates that reset DNS to defaults.
- Root Cause 3: ASUS laptop reports 'WiFi connected but no internet' even when the router is healthy — this is usually a Windows or Linux DNS cache corruption, incorrect proxy settings, or a stale gateway ARP entry on the laptop itself.
- Quick Fix Summary: (1) Reboot modem → router → devices in order. (2) Release/renew WAN IP from ASUS admin panel. (3) Set DNS to 8.8.8.8 / 1.1.1.1 on both router and laptop. (4) Run 'netsh winsock reset' on Windows or flush DNS on macOS/Linux. (5) If nothing works, perform a 30-30-30 hard reset on the router and reconfigure.
| Method | When to Use | Time | Risk |
|---|---|---|---|
| Modem + Router Power Cycle | First step always; clears transient ISP or DHCP issues | 2-5 min | None |
| Release & Renew WAN IP (Admin Panel) | WAN IP shows 0.0.0.0 or DHCP lease expired | 2 min | None — brief internet drop |
| Clone Router MAC Address | ISP binds IP to old device MAC after modem/router swap | 5 min | Low — requires knowing original MAC |
| Change DNS to 8.8.8.8 / 1.1.1.1 | WAN IP valid but DNS queries fail or resolve slowly | 2 min | None |
| Flush DNS Cache on Laptop | Laptop-specific 'no internet' while other devices work fine | 1 min | None |
| Netsh Winsock / TCP/IP Reset (Windows) | Windows reports 'No Internet Access' after update or driver change | 5 min + reboot | Low — resets network stack |
| Update or Rollback ASUS Firmware | Issue started after firmware update; admin panel shows firmware version | 10-20 min | Medium — brief outage; don't cut power |
| 30-30-30 Hard Reset + Reconfigure | All software fixes exhausted; factory default required | 30+ min | High — erases all settings |
Understanding the Error
When an ASUS router or an ASUS laptop connected to WiFi shows 'no internet access,' the symptom is identical but the root cause can sit at three very different layers:
- Layer 1 — Physical / ISP: The modem is not synced, or the ISP has not assigned a public IP to your router's WAN port.
- Layer 2 — Router / WAN: The router received a WAN IP but cannot reach the internet gateway (wrong PPPoE credentials, NAT bug, firmware corruption).
- Layer 3 — Client / Laptop: The router and all other devices work fine, but the specific ASUS laptop has a corrupted DNS cache, bad proxy setting, or a stale ARP entry.
Identifying which layer is broken saves hours of troubleshooting.
Step 1: Confirm Whether the Problem Is Router-Wide or Device-Specific
Connect a second device (phone, tablet, another laptop) to the same WiFi network.
- If the second device also has no internet → the problem is the router or ISP (Layers 1–2). Skip to Step 3.
- If the second device works fine → the problem is isolated to the ASUS laptop (Layer 3). Skip to Step 5.
Step 2: Check ASUS Router Admin Panel — WAN Status
- Open a browser on any device connected to the router (even without internet the LAN still works).
- Navigate to
http://router.asus.comorhttp://192.168.1.1(default gateway). - Log in with your credentials (default: admin / admin — change this immediately if you haven't).
- Go to Network Map → WAN or WAN → Internet Status.
What you see and what it means:
| WAN IP | Status Message | Likely Cause |
|---|---|---|
| 0.0.0.0 | Disconnected | ISP DHCP not responding or cable unplugged |
| Blank / N/A | Authenticating | PPPoE credentials wrong or ISP outage |
| Valid public IP | Connected | Problem is DNS or downstream device |
| 169.254.x.x | APIPA / Self-assigned | Router cannot reach ISP DHCP server |
If the WAN IP is 0.0.0.0, confirm the coaxial or Ethernet cable between modem and router WAN port is firmly seated. Then click WAN → Connection → Connect to force a DHCP renew.
Step 3: Reboot Sequence (Always Do This First)
Many ASUS router 'no internet' issues resolve with a proper reboot sequence:
- Power off modem (unplug power; if battery backup, remove battery).
- Power off ASUS router (unplug or hold power button).
- Wait 60 seconds — this clears DHCP leases on the ISP side.
- Power on modem first — wait until all lights stabilize (≈ 30–90 sec).
- Power on ASUS router — wait until the power LED is solid (≈ 60 sec).
- Reconnect your devices.
If a valid WAN IP appears in the admin panel and internet works, you're done. If not, continue.
Step 4: Fix Router-Level DNS and WAN Issues
4a. Set Manual DNS Servers
- In ASUS admin: WAN → Internet Connection.
- Scroll to WAN DNS Setting.
- Set Connect to DNS Server automatically to No.
- Enter:
- DNS Server 1:
8.8.8.8 - DNS Server 2:
1.1.1.1
- DNS Server 1:
- Click Apply.
4b. Clone MAC Address (After Device Swap)
ISPs sometimes bind a DHCP lease to the MAC address of the previous router or modem. After replacing hardware:
- WAN → Internet Connection → Special Requirement from ISP.
- Enable MAC Address → Clone current PC's MAC or manually enter the old device's MAC.
- Click Apply and reconnect.
4c. Check PPPoE Credentials (DSL / Fiber PPPoE Users)
- WAN → Internet Connection → WAN Connection Type → select PPPoE.
- Re-enter your ISP-provided username and password (often in format
user@isp.com). - The most common error message here is:
PPPoE: LCP terminated by peerorAuthentication failed (error 691)visible in the router log under Administration → System Log.
4d. Update ASUS Router Firmware
Bugged firmware is a documented cause of random internet disconnections.
- Administration → Firmware Upgrade → Check.
- If an update is available, click Upgrade and do NOT cut power during the process.
- After upgrade, do a factory reset (Administration → Restore/Save/Upload Setting → Factory Default) and reconfigure from scratch for best results.
4e. 30-30-30 Hard Reset (Last Resort for Router)
- With router powered on, hold the Reset button for 30 seconds.
- While still holding, unplug power for 30 seconds.
- Plug power back in, still holding reset for another 30 seconds.
- Release. Router returns to factory defaults. Reconfigure WAN, WiFi SSID, and password.
Step 5: Fix ASUS Laptop 'Connected to WiFi but No Internet'
This is common on Windows 10/11 and Linux after updates or driver changes. The WiFi icon shows connected, but browsers report 'ERR_NAME_NOT_RESOLVED' or 'This site can't be reached.'
5a. Windows — Flush DNS and Reset Network Stack
Open Command Prompt as Administrator and run the commands in the code_block section below.
5b. Disable Proxy Settings
A misconfigured proxy is a silent killer:
- Windows: Settings → Network & Internet → Proxy → toggle off Use a proxy server.
- Or run:
netsh winhttp reset proxy
5c. Set Static DNS on Laptop (Override Router)
- Settings → Network & Internet → WiFi → your network → Edit.
- Set DNS to Manual → IPv4 → DNS:
8.8.8.8, Alternate:1.1.1.1. - Disconnect and reconnect to WiFi.
5d. Reinstall WiFi Adapter Driver (Windows)
- Device Manager → Network Adapters → right-click your WiFi adapter → Uninstall device.
- Check 'Delete the driver software for this device.'
- Reboot — Windows will reinstall a fresh driver automatically.
- For ASUS laptops, also check the ASUS support page for the latest WiFi driver for your model.
5e. Linux (Ubuntu/Debian) — Flush DNS and Reset Network
See the code_block section for specific commands.
Step 6: Verify the Fix
After any fix, confirm internet is working:
ping -c 4 8.8.8.8 # tests raw IP connectivity (no DNS needed)
nslookup google.com # tests DNS resolution
curl -I https://google.com # tests full HTTPS connectivity
If ping 8.8.8.8 succeeds but nslookup google.com fails → DNS-only problem. If ping 8.8.8.8 fails → Layer 1/2 problem (router or ISP).
When to Call Your ISP
Contact your ISP if:
- WAN IP stays 0.0.0.0 after full reboot sequence.
ping 8.8.8.8from the router's admin Diagnostic page times out.- The modem's sync light is blinking or red.
- You receive ISP error messages like
T3/T4 timeout(cable/DOCSIS modems).
Frequently Asked Questions
# ============================================================
# ASUS ROUTER / LAPTOP NO INTERNET — DIAGNOSTIC & FIX COMMANDS
# ============================================================
# --- STEP 1: IDENTIFY DEFAULT GATEWAY (run on client device) ---
# Windows:
ipconfig | findstr "Default Gateway"
# Linux/macOS:
ip route show default
# Expected output example: 192.168.1.1
# --- STEP 2: PING ROUTER (LAN test — no internet needed) ---
ping 192.168.1.1 -n 4 # Windows
ping -c 4 192.168.1.1 # Linux/macOS
# If this fails: check Ethernet/WiFi connection to router
# --- STEP 3: PING PUBLIC IP (bypass DNS — tests raw WAN routing) ---
ping 8.8.8.8 -n 4 # Windows
ping -c 4 8.8.8.8 # Linux/macOS
# If STEP 2 works but STEP 3 fails: router/ISP WAN issue
# --- STEP 4: TEST DNS RESOLUTION ---
nslookup google.com 8.8.8.8 # Windows & Linux
dig @8.8.8.8 google.com # Linux/macOS
# If STEP 3 works but STEP 4 fails: DNS-only problem
# --- STEP 5: WINDOWS — FULL NETWORK STACK RESET ---
# Run all commands in an elevated (Admin) Command Prompt:
netsh winsock reset
netsh int ip reset C:\resetlog.txt
netsh int tcp reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
nbtstat -R
nbtstat -RR
# Reboot after running all commands above
# --- STEP 6: WINDOWS — DISABLE PROXY (if set incorrectly) ---
netsh winhttp reset proxy
# Then verify:
netsh winhttp show proxy
# --- STEP 7: WINDOWS — SET DNS MANUALLY VIA POWERSHELL ---
# Find your interface name first:
Get-NetAdapter
# Then set DNS (replace 'Wi-Fi' with your adapter name if different):
Set-DnsClientServerAddress -InterfaceAlias 'Wi-Fi' -ServerAddresses ('8.8.8.8','1.1.1.1')
# Verify:
Get-DnsClientServerAddress -InterfaceAlias 'Wi-Fi'
# --- STEP 8: LINUX (Ubuntu/Debian) — FLUSH DNS AND RESTART NETWORKING ---
# Flush systemd-resolved cache:
sudo systemd-resolve --flush-caches
sudo systemd-resolve --statistics
# Restart NetworkManager:
sudo systemctl restart NetworkManager
# For older distros using dnsmasq:
sudo systemctl restart dnsmasq
# Set DNS via netplan (edit /etc/netplan/01-netcfg.yaml and add):
# nameservers:
# addresses: [8.8.8.8, 1.1.1.1]
sudo netplan apply
# --- STEP 9: LINUX — RELEASE AND RENEW DHCP LEASE ---
sudo dhclient -r wlan0 # release (replace wlan0 with your interface)
sudo dhclient wlan0 # renew
# Find your interface name:
ip link show
# --- STEP 10: macOS — FLUSH DNS CACHE ---
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
# --- STEP 11: ASUS ROUTER — VERIFY WAN IP VIA CURL (from router SSH if enabled) ---
# Enable SSH: ASUS Admin → Administration → System → Enable SSH
# Then connect:
ssh admin@192.168.1.1
# Once on router (runs Busybox/Asuswrt):
ifconfig eth0 # check WAN interface IP
ping -c 4 8.8.8.8 # test WAN connectivity from router
cat /etc/resolv.conf # check router's own DNS servers
nvram get wan_ipaddr # get WAN IP from NVRAM
nvram get wan_gateway # get WAN gateway
# --- STEP 12: AUTOMATED CONNECTIVITY CHECK SCRIPT (Linux/macOS) ---
#!/bin/bash
echo "=== ASUS No Internet Diagnostic ==="
GATEWAY=$(ip route show default | awk '/default/ {print $3}')
echo "Gateway: $GATEWAY"
ping -c 2 -W 2 "$GATEWAY" &>/dev/null && echo "[OK] Router reachable" || echo "[FAIL] Router unreachable"
ping -c 2 -W 2 8.8.8.8 &>/dev/null && echo "[OK] WAN IP reachable" || echo "[FAIL] WAN unreachable - ISP/Router issue"
nslookup google.com 8.8.8.8 &>/dev/null && echo "[OK] DNS working" || echo "[FAIL] DNS resolution failed"
curl -s --max-time 5 https://www.google.com -o /dev/null && echo "[OK] HTTPS working" || echo "[FAIL] HTTPS failed"
echo "=== Done ==="Error Medic Editorial
Error Medic Editorial is a team of senior DevOps engineers, SREs, and network administrators with 10+ years of combined experience diagnosing connectivity issues, firewall misconfigurations, and firmware bugs across enterprise and home network hardware. Our guides are validated against real hardware including ASUS RT-AX88U, RT-AC68U, AX86U, and ZenBook/VivoBook laptop models running Windows 10, Windows 11, Ubuntu 22.04, and macOS Sonoma.
Sources
- https://www.asus.com/support/FAQ/1011719/
- https://www.asus.com/support/FAQ/1013073/
- https://superuser.com/questions/1459348/asus-router-connected-but-no-internet
- https://www.reddit.com/r/HomeNetworking/comments/v2k3lm/asus_router_shows_connected_but_no_internet/
- https://learn.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-wins
- https://support.google.com/chrome/answer/6098869
- https://forums.whirlpool.net.au/thread/9lz3w9l3