Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Mikrotik » Disable unused Mikrotik Ports with one command
Mikrotik Technical

Disable unused Mikrotik Ports with one command

by William Rendell|Published March 24, 2022

interface/ethernet/set [find where !running ] disabled=yes

  • Mikrotik
  • network
  • Router

You may also like

Published August 27, 2021

Block TikTok using Mikrotik

/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]

Published October 4, 2010

Next to start selling a tablet PC

High street retailer unveils Google Android-based tablet that costs just £180. Next – better known for its clothing and home furnishings range […]

Mario Kart Wii tips and shortcuts
Published November 12, 2009

Mario Kart Wii tips and shortcuts

Take a look at this site for some Mario Kart shortcuts and tips http://www.techtreak.com/gaming/top-10-mario-kart-wii-tips-tricks-and-shortcuts/

find large files in linux
Published November 27, 2009

find large files in linux

find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/

Post navigation

  • Previous post Boost Testosterone
  • Back to post list
  • Next post How to Open Port for a Specific IP Address in Firewalld

© 2026  – All rights reserved

Powered by WP – Designed with the Customizr Theme