Error Medic

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.

Last updated:
Last verified:
2,590 words
Key Takeaways
  • 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.
Fix Approaches Compared
MethodWhen to UseTimeRisk
Modem + Router Power CycleFirst step always; clears transient ISP or DHCP issues2-5 minNone
Release & Renew WAN IP (Admin Panel)WAN IP shows 0.0.0.0 or DHCP lease expired2 minNone — brief internet drop
Clone Router MAC AddressISP binds IP to old device MAC after modem/router swap5 minLow — requires knowing original MAC
Change DNS to 8.8.8.8 / 1.1.1.1WAN IP valid but DNS queries fail or resolve slowly2 minNone
Flush DNS Cache on LaptopLaptop-specific 'no internet' while other devices work fine1 minNone
Netsh Winsock / TCP/IP Reset (Windows)Windows reports 'No Internet Access' after update or driver change5 min + rebootLow — resets network stack
Update or Rollback ASUS FirmwareIssue started after firmware update; admin panel shows firmware version10-20 minMedium — brief outage; don't cut power
30-30-30 Hard Reset + ReconfigureAll software fixes exhausted; factory default required30+ minHigh — 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:

  1. Layer 1 — Physical / ISP: The modem is not synced, or the ISP has not assigned a public IP to your router's WAN port.
  2. Layer 2 — Router / WAN: The router received a WAN IP but cannot reach the internet gateway (wrong PPPoE credentials, NAT bug, firmware corruption).
  3. 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

  1. Open a browser on any device connected to the router (even without internet the LAN still works).
  2. Navigate to http://router.asus.com or http://192.168.1.1 (default gateway).
  3. Log in with your credentials (default: admin / admin — change this immediately if you haven't).
  4. Go to Network MapWAN 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 → ConnectionConnect 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:

  1. Power off modem (unplug power; if battery backup, remove battery).
  2. Power off ASUS router (unplug or hold power button).
  3. Wait 60 seconds — this clears DHCP leases on the ISP side.
  4. Power on modem first — wait until all lights stabilize (≈ 30–90 sec).
  5. Power on ASUS router — wait until the power LED is solid (≈ 60 sec).
  6. 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

  1. In ASUS admin: WAN → Internet Connection.
  2. Scroll to WAN DNS Setting.
  3. Set Connect to DNS Server automatically to No.
  4. Enter:
    • DNS Server 1: 8.8.8.8
    • DNS Server 2: 1.1.1.1
  5. 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:

  1. WAN → Internet Connection → Special Requirement from ISP.
  2. Enable MAC AddressClone current PC's MAC or manually enter the old device's MAC.
  3. Click Apply and reconnect.

4c. Check PPPoE Credentials (DSL / Fiber PPPoE Users)

  1. WAN → Internet Connection → WAN Connection Type → select PPPoE.
  2. Re-enter your ISP-provided username and password (often in format user@isp.com).
  3. The most common error message here is: PPPoE: LCP terminated by peer or Authentication 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.

  1. Administration → Firmware Upgrade → Check.
  2. If an update is available, click Upgrade and do NOT cut power during the process.
  3. 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)

  1. With router powered on, hold the Reset button for 30 seconds.
  2. While still holding, unplug power for 30 seconds.
  3. Plug power back in, still holding reset for another 30 seconds.
  4. 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)

  1. Settings → Network & Internet → WiFi → your network → Edit.
  2. Set DNS to Manual → IPv4 → DNS: 8.8.8.8, Alternate: 1.1.1.1.
  3. Disconnect and reconnect to WiFi.

5d. Reinstall WiFi Adapter Driver (Windows)

  1. Device Manager → Network Adapters → right-click your WiFi adapter → Uninstall device.
  2. Check 'Delete the driver software for this device.'
  3. Reboot — Windows will reinstall a fresh driver automatically.
  4. 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.8 from 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

bash
# ============================================================
# 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 ==="
E

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

Related Articles in Asus No Internet

Explore More wifi Guides