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 » Stop iptables running on Centos
Technical

Stop iptables running on Centos

by William Rendell|Published March 19, 2012

At a shell prompt type

/etc/init.d/iptables stop

This will stop the iptables firewall if running

  • centos
  • ssh

You may also like

Unread mail folder in Outlook 2003
Published October 24, 2009

Unread mail folder in Outlook 2003

Outlook 2003 – Lost Unread Mail Folder In Outlook 2003, on the left-hand side at the top there is ‘Mail, Favourite Folders’. […]

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

Change Nagios web users password
Published September 7, 2022

Change Nagios web users password

htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser

301 Redirect using PHP
Published September 15, 2010

301 Redirect using PHP

Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]

Post navigation

  • Previous post Charlie Sharples
  • Back to post list
  • Next post Getting to Work

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme