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 » Computing » Add Webmin to FirewallD
Computing Technical

Add Webmin to FirewallD

by William Rendell|Published April 15, 2020

The below will open tcp port 10000 on FirewallD to get access to webmin

firewall-cmd –permanent –zone=public –add-port=10000/tcp

A reload of FirwwallD is needed to activate the permanent rule into the running environment

firewall-cmd –reload

  • centos
  • Firewall
  • Linux
  • security
  • Webmin

You may also like

Published November 15, 2021

Remote Failover testing

The below is to be used in a script to test failover based on firewall rules

Published December 12, 2016

Mikrotik VPN place rule before dummy rule

/ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0

Published June 20, 2024

Disable Mikrotik Interface based on volume of data

This is a simple and crude method to disable an interface based on the volume of data that has gone through it. […]

install Proxmox guest agent in Debaim
Published February 11, 2026

install Proxmox guest agent in Debaim

Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and […]

Post navigation

  • Previous post Convert PFX SSL Cert to PEM
  • Back to post list
  • Next post SSH from one Mikrotik to another

© 2026  – All rights reserved

Powered by WP – Designed with the Customizr Theme