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

Test your ADSL line using the BT test account
Published March 11, 2010

Test your ADSL line using the BT test account

If you are unable to connect to ADSL using the login details provided by your ISP, then try the alternatives below to […]

Install Webmin on Centos
Published September 9, 2009

Install Webmin on Centos

1. Go to the Webmin Download page and note the download link for Centos. Currently its http://prdownloads.sourceforge.net/webadmin/webmin-1.450-1.noarch.rpm 2 .Login via SSH to […]

Published December 2, 2022

Block access to Facebook on Mikrotik

These are the domains to harvest IP addresses for; .facebook.com.fbcdn.net.facebook.net Add your local src IP Subnet to the rule below, then repeat […]

Published November 19, 2020

SSH Notifications via email

IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]

Post navigation

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

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme