How to Block a Device on an ASUS Router's Wi-Fi Network: A Complete Guide

You've noticed a suspicious device on your Wi-Fi network. ASUS Or want to restrict internet access for a specific device? Device blocking isn't just a way to protect your network from unauthorized connections, it's also a parental control or traffic optimization tool. Contrary to the popular myth that this requires complex technical skills, modern routers ASUS (series RT-AX, RT-AC, TUF) offer several simple solutions to the problem - from a temporary pause to a complete ban MAC address.

In this article we will look at 3 working methods of blocking (including hidden firmware functions Asuswrt), we'll explain why sometimes a device continues to connect despite all efforts, and we'll provide a checklist for checking the result. And if you're worried about accidentally blocking your main device, don't worry: there's a section at the end about How to unlock a device In just 2 clicks. Let's start with the simplest method, which works even on older router models.

1. Blocking the device via the ASUS router web interface

The most reliable way is to use your router's admin panel. It works for all models. ASUS (from budget RT-N12 to the flagship GT-AX6000) and doesn't require any additional software. The main requirement is that you must have access to the router's settings (login/password). If you haven't changed them, the default settings are listed on a sticker on the bottom of the device.

Here are the step-by-step instructions:

  1. Connect to the router's network (via Wi-Fi or cable).
  2. Open your browser and type in the address bar 192.168.1.1 or router.asus.com. Click Enter.
  3. Enter your login and password (default - admin/admin, if they have not changed).
  4. Go to the section Network map (or Network Map (in the English version).
  5. Tab Clients (Clients) will show all connected devices. Find the one you need by name or MAC address.
  6. Right-click on the device and select Block network access (Block Network Access).
  7. Confirm the action in the window that appears.

⚠️ Attention: If the device continues to connect after being blocked, check if it is using a static IP address. In this case, you will need to block it via MAC filtering (method #3). Also, some smart devices (for example, Amazon Echo or Xiaomi) can automatically change their MAC address - they will require IP blocking.

☑️ Checklist before blocking

Completed: 0 / 4

2. Temporary blocking via the ASUS Router app

If you need to quickly restrict internet access (for example, during sleep or study time), it is more convenient to use the official app ASUS RouterIt is available for Android And iOS, supports push notifications and allows for remote network management. The main advantage of this method is the ability to install lock timer (for example, for 2 hours or until the end of the day).

How does this work:

  • 📱 Install the application ASUS Router from App Store or Google Play.
  • 🔗 Connect to your Wi-Fi network and log in (the same details as for the web interface).
  • 👥 Go to the tab Devices (Devices).
  • ⏳ Select your device and click Pause (Pause). Specify the blocking time (from 15 minutes to "until canceled").
  • 🔄 To unlock early, tap the device again and select Resume (Resume).

⚠️ Attention: Temporary blocking via the app is reset after rebooting the router. If you need permanent restrictions, use the web interface or MAC filtering. Also, keep in mind that some devices (e.g., Smart TV or game consoles) may ignore the pause if they have the "always-on" mode enabled.

📊 Which blocking method do you use most often?
Via the web interface
Via the ASUS Router app
MAC filtering
Never blocked

3. MAC Address Blocking: A Reliable, but Hidden Method

If the previous methods did not work (for example, the device continues to connect), it is time to MAC filteringThis method blocks access at the hardware address level, making it virtually impenetrable for most users. However, it has a catch: if an attacker spoofs their device's MAC address, the blocking will no longer work.

Instructions for setup:

  1. Go to the router's web interface (192.168.1.1).
  2. Go to Wireless networkMAC filter (Wireless → MAC Filter).
  3. Turn on the filter by selecting the mode Ban (Deny).
  4. In the field MAC address Enter the device address (you can copy it from the section Network map).
  5. Save the settings and reboot the router.

🔍 How to find the MAC address of a device? On Windows run the command

ipconfig /all
V CMD and find the line Physical addressOn . Android path: Settings → About phone → General information → Wi-Fi MAC addressOn . iPhone: Settings → Wi-Fi → (i) next to the network.

Blocking method Complexity Reliability Does it reset after reboot?
Web interface (Clients section) ✅ High ❌ No
ASUS Router app (pause) ⚠️ Average ✅ Yes
MAC filtering ⭐⭐ ✅✅ Very high ❌ No
Parental control (scheduled) ⭐⭐ ✅ High ❌ No

4. Parental control: scheduled blocking

If your goal is not a complete block, but to limit access time (for example, for children or guests), use the built-in parental controlThis feature is available in all routers. ASUS with firmware Asuswrt and allows:

  • ⏰ Set an access schedule (for example, only from 6:00 PM to 10:00 PM).
  • 📱 Block specific devices or groups of devices.
  • 🌐 Restrict access to certain websites (by keywords).
  • 📊 View the history of visited resources.

Setup takes no more than 3 minutes:

  1. In the web interface, go to Parental control (Parental Controls).
  2. Activate the function by checking the box Enable parental controls.
  3. Add the device from the client list or enter its MAC address manually.
  4. Specify the days of the week and time intervals when access will be denied.
  5. Apply the settings and reboot the router.

⚠️ Attention: Parental controls only work for devices connected via Wi-Fi. If the device uses a wired (Ethernet) connection, blocking won't work. Also, the feature doesn't restrict access to the local network (such as a printer or NAS), only the internet.

What to do if parental controls don't work?

Make sure your device isn't using a VPN or proxy—they bypass router restrictions. Also, make sure your router's time is synchronized with the NTP server (Settings → Administration → Time).

5. Advanced methods: blocking by IP and via SSH

For advanced users who want more flexible access control, there are two additional options:

  1. Blocking by IP address (via section Local Network → DHCP Server). Here you can assign a static IP to the device and then block it in the firewall (Firewall → IP Filter).
  2. Commands via SSH (for firmware Asuswrt-Merlin or DD-WRT). For example, to block a device with IP 192.168.1.100, execute:
    iptables -I FORWARD -s 192.168.1.100 -j DROP

    To unlock:

    iptables -D FORWARD -s 192.168.1.100 -j DROP

🔧 These methods require technical knowledge and can lead to network instability if firewall rules are configured incorrectly. Use them only if necessary. Always backup your router settings before making any changes. (chapter Administration → Save/Restore).

6. How to unlock a device on the ASUS network

If you've accidentally blocked your device or need to restore access to a banned gadget, you can do it in two steps:

  1. Access the router's web interface from another device (or via a cable connection).
  2. Go to Network Map → Clients, find the locked device and press Allow network access (Allow Network Access).

If the device was locked through MAC filtering:

  1. Go to Wireless Network → MAC Filter.
  2. Remove the device's MAC address from the list or change the filter mode to Allow (Allow).

⚠️ Attention: If your device does not connect after unlocking, try:

  • 🔄 Reboot the router and gadget.
  • 📶 Forget the network on the device and reconnect.
  • 🔧 Reset network settings on the device (on Android: Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth).

Common mistakes and how to avoid them

Even with proper blocking settings, users still encounter problems. Here are the most common errors and their solutions:

  • 🔄 The device continues to connect after being blocked:
    — Check if it is using a different MAC address (for example, after a firmware update).
    — Make sure the block is applied to the correct network (2.4 GHz or 5 GHz).
  • 📵 I don't see the device in the client list:
    — It might be connected to a guest network. Check the section Guest network.
    - Some devices (for example, Amazon Kindle) may not appear in the list due to firmware features.
  • The lock is reset after a reboot:
    — This is normal for a temporary pause in the app. Use MAC filtering for permanent blocking.

💡 Advice: If you frequently lock/unlock devices, create a bookmark for quick access to the section Network map in the web interface. To do this, save a link of the form http://192.168.1.1/Networkmap.asp.

FAQ: Answers to frequently asked questions

Is it possible to lock a device by name (eg "iPhone")?

No, blocking by device name is not possible, as this name (host name) is easily forged. Router ASUS uses only for identification MAC address or IP address. However, in the section Clients You can give the device a meaningful name (for example, "Petya's Phone") to make it easier to find.

How to block all devices except your own?

To do this:

  1. Turn on MAC filtering in mode Allow (Allow).
  2. Add only those MAC addresses to the list that are allowed access.
  3. Save the settings and reboot the router.

⚠️ Note: If you forget to add your device to the list, it will also lose network access!

Will a blocked device be able to see other devices on the local network?

It depends on the blocking method:

  • When blocking through Network map or MAC filtering the device will lose access to both the Internet and the local network.
  • When using parental control access to the local network is maintained (you can print on a printer, but you cannot access the Internet).
How do I block a device on an ASUS router using my phone without the app?

You can use the mobile version of the web interface:

  1. Open the browser on your phone and type 192.168.1.1.
  2. Log in (login/password are the same as for PC).
  3. Go to Network Map → Clients and lock the device as described in the first section.

💡 Tip: Enable "For PC" mode in your browser (in Chrome — three dots → "PC version") to see the full version of the interface.

Is it possible to block a device on a schedule but still allow access to certain websites?

Yes, but this will require:

  1. Tune parental control with a time limit.
  2. In the section URL filtering (URL Filter) add exceptions for the required sites (for example, school.edu.ru).

⚠️ Limitation: This method only works for HTTP sites. HTTPS resources (with a green lock) are blocked completely.