Linux

How to Restart Iptables Firewall On Linux Server

Common reasons require you to restart Iptables firewall Service

Iptables is firewall service that comes and distributed within Linux OS. In most cases you need to restart Iptables firewall service if you made changes to iptables firewall config file .

How To Restart Iptables firewall Service under Linux / UNIX

The following examples using the restart command in case you want to stop the service you can use stop command and use start command to start stopped service.

You have run these command under root/administrator privileges .

Restart Iptables firewall on  Fedora / RHEL / Red Hat/CentOS Linux version 5.x/6.x

To restart an IPv4 iptables based firewall:

service iptables restart

To restart an IPv6 iptables based firewall:

service ip6tables restart

Restart Iptables firewall on  Fedora / RHEL / Red Hat /CentOS Linux version 7.x

To restart an IPv4 iptables based firewall:

systemctl restart  iptables.service

To restart an IPv6 iptables based firewall:

systemctl restart  ip6tables.service

Start/Stop Iptables Firewall Service On Ubuntu Linux

To Stop Iptables Firewall Service On Ubuntu Linux

sudo service ufw stop

To Start Iptables Firewall Service On Ubuntu Linux

sudo service ufw start
XsoftHost Support

Share

Recent Posts

Add Extra IP addresses to server configuration On Ubuntu 17.10 and later

Each failover IP address will need its own line in the configuration file. The configuration…

3 years ago

Create RAID Arrays with mdadm on Ubuntu

What is mdadm? The mdadm utility can be used to create and manage storage arrays…

4 years ago

How to change the maximum upload file size for PHP

There are several scenarios that you might need to increase or decrease your php maximum…

6 years ago

How to install Let’s Encrypt Plugin in WHM/cPanel

What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…

6 years ago

How to install python in my cPanel and add py extension

Python normally installed on all cPanel hosting server because most of Centos/red hat update system…

6 years ago

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two…

6 years ago