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

Published May 13, 2011

winload error on server 2008

The other day one of my Server 2008’s failed to boot. The error on screen was winload.exe was missing or corrupt. After […]

Published January 28, 2021

Time based PPP connections

If you have a user that can only log into a PPP (L2TP, PPTP etc) session on a Mikrotik during a certain […]

Published April 17, 2019

Office 365 activation issue

run cmd as admin cd C:\program files\Microsoft office\office16 (or program files (x86), whatever’s relevant) type in: cscript ospp.vbs /dstatus this generates a […]

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

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