Video summary

Como bloquear invasores no meu Wi-Fi? - Curso Redes #16

Main summary

Key takeaways

Technology

Video Overview (Curso Redes #16)

This video is part of a networking course (“Curso Redes #16”) and demonstrates how to block unauthorized devices from a Wi‑Fi network using the router’s MAC filtering / access control lists, including how to manage the process when devices are added or need re-permission.

Goal: Add an extra security layer so that even if a neighbor knows the Wi‑Fi password, they can be prevented from accessing the network.


Problem Addressed

  • Many routers allow anyone who knows the Wi‑Fi password to connect.
  • The tutorial shows how to restrict access so that unapproved devices are blocked from using the network.

Core Method: Blocking by MAC Address

1) Identify Devices Connected to the Router

  • The instructor opens the router’s admin panel.
  • They check which devices are currently connected.
  • Device identity is referenced using MAC address (and sometimes device names shown by the router or other apps).

2) Configure Router “Access Control” (Allowed/Blocked Lists)

  • The key router section is typically something like Security → Access Control (menu names vary by brand).
  • Two list approaches are discussed:

    • Blocklist (deny list): block specific MAC addresses.
    • Allowlist (allow list): permit only selected MAC addresses (recommended as a “default deny” approach).
  • The video demonstrates adding a device’s MAC address to the appropriate list and ensuring the access rule is enabled.

3) Test the Result

  • A device added to the blocked list can still connect to Wi‑Fi, but:
    • Internet browsing fails
    • The network becomes effectively unusable for that device.

How to Find a Device’s MAC Address

The video provides practical steps to retrieve a device’s Wi‑Fi MAC so it can be added to the router:

  • Android

    • Go to Wi‑Fi settings
    • Use advanced settings to view/access the device’s MAC address.
  • iPhone

    • Settings → General → About
    • Look for Wi‑Fi address (a MAC-style identifier).
  • Computer (Linux / terminal approach)

    • Use terminal commands to view the network interface and read the adapter’s MAC information.

Handling “Whitelisting” (Allow Only Your Devices)

After showing blocklists, the tutorial switches to a stricter approach:

  • Configure the router to deny by default
  • Then allow only specific MAC addresses (e.g., only your phone and laptop)
  • The instructor warns:
    • A mistake can temporarily disrupt your own devices
    • You may need to apply changes carefully or revert them if needed

Notes About Security Limitations

  • MAC filtering is useful but not foolproof:
    • MAC addresses can theoretically be altered (e.g., MAC cloning).
  • Best practice mentioned:
    • Combine MAC filtering with WPA2 security and a strong Wi‑Fi password.
  • The video also references temporary router settings for demonstration/testing (like more open configurations), mainly to show the filtering behavior clearly.

Router UI / Product Variability

  • The instructor repeatedly notes that router brands and menus differ.
  • Viewers are told to find the access control feature by navigating from Security or similarly named sections.

Wrap-up / Course Guidance

  • The instructor encourages viewers to:
    • Comment what they learned
    • Share the playlist
  • The course structure is referenced (e.g., “lesson 8”), helping learners find the rest of the parts.

Main Speakers or Sources

  • Primary speaker: the course instructor (demonstrating router configuration and MAC-based filtering live)
  • References shown/mentioned in the video:
    • The router web admin interface (demonstrated with an example such as “Lobato/router”)
    • An Android utility app referenced as “Wi‑Fi Analyzer / Android Wi‑Fi Inspector” (exact app name partially unclear in subtitles)

Original video