Skip to content

MikroTik Internet Not Working โ€” Basic Troubleshooting Guide

A structured checklist for when a MikroTik router stops passing internet traffic despite showing as connected.

MikroTik Internet Not Working โ€” Basic Troubleshooting Guide
Table of Contents
  1. Common Symptoms
  2. Possible Causes
  3. Before You Begin
  4. Method 1 โ€” Verify the NAT masquerade rule exists
  5. Method 2 โ€” Check the default route
  6. Method 3 โ€” Confirm DNS is reaching clients
  7. Useful Commands
  8. Frequently Asked Questions
  9. Why can the router ping out but clients can’t?
  10. Conclusion
  11. Related Articles

When a MikroTik router shows a live WAN connection but clients still can’t reach the internet, the fault is usually in NAT, routing, or DNS configuration rather than the physical connection itself.

Common Symptoms

  • WAN interface shows connected/running
  • Router itself can ping external IPs, but LAN clients can’t
  • LAN clients get an IP address but no internet access

Possible Causes

  • Missing or disabled NAT masquerade rule
  • Incorrect default route
  • DNS not configured or not forwarded to clients
  • A firewall rule inadvertently blocking forwarded traffic

Before You Begin

Info

From the router itself (via Winbox or terminal), ping an external IP like 8.8.8.8 โ€” if that fails too, the problem is upstream of the router (ISP/WAN), not the LAN configuration.

Method 1 โ€” Verify the NAT masquerade rule exists

Check NAT rules

Open IP โ†’ Firewall โ†’ NAT and confirm a masquerade rule exists for the WAN interface (see command below if it’s missing).

Method 2 โ€” Check the default route

Review routes

IP โ†’ Routes โ€” confirm a default route (0.0.0.0/0) exists pointing to your WAN gateway, and that it’s marked active.

Method 3 โ€” Confirm DNS is reaching clients

Useful Commands

MikroTik RouterOS
/ip firewall natnadd chain=srcnat out-interface=ether1 action=masquerade
MikroTik RouterOS
ping 8.8.8.8
Tip

Verify whether the problem affects every device on the LAN or just one โ€” a single-device issue points to that device’s own network settings, not the router.

Frequently Asked Questions

Why can the router ping out but clients can’t?

This is the classic signature of a missing NAT masquerade rule โ€” the router itself uses its own WAN IP directly, while LAN clients need NAT translation to reach the internet.

Conclusion

A missing NAT rule or default route accounts for the large majority of “connected but no internet” MikroTik problems โ€” check both before assuming an ISP-side issue.

MikroTik DHCP Server Not Giving IP Addresses Related Article MikroTik DHCP Server Not Giving IP Addresses → MikroTik DNS Problems โ€” Troubleshooting Guide Related Article MikroTik DNS Problems โ€” Troubleshooting Guide → Wi-Fi Connected but No Internet โ€” Complete Troubleshooting Guide Related Article Wi-Fi Connected but No Internet โ€” Complete Troubleshooting Guide →

Was this guide helpful?

Share it with someone who needs it, or subscribe for more practical IT tutorials.

Leave a Reply

Your email address will not be published. Required fields are marked *

Get practical IT tutorials in your inbox

No spam โ€” just useful troubleshooting guides and tips.