Startup and shutdown of Linux firewall iptables __linux

Source: Internet
Author: User
Tags iptables

CentOS7

[Root@localhost ~]# Cat/etc/redhat-release
CentOS Linux release 7.2.1511 (Core)

1. Close Firewall

[Root@localhost ~]# Systemctl Stop firewalld.service/stops firewall
[root@localhost ~]# systemctl Disable Firewalld.service//disable firewall boot

2. Install Iptables

[Root@localhost ~]# Yum Install iptables-services//Installation

[root@localhost ~]# systemctl Restart Iptables.service #重启防火墙使配置生效

[Root@localhost ~]# systemctl enable Iptables.service #设置防火墙开机启动

[root@localhost ~]# systemctl Disable Iptables.service #禁止防火墙开机启动


CentOS6


[Root@localhost ~]# Service iptable Status---View firewall status

[root@localhost ~] #servcie iptables stop--temporarily shutdown firewall

[root@localhost ~] #service iptables Start--Start the firewall temporarily

[root@localhost ~] #service iptables Restart--Reboot the firewall

[root@localhost ~] #chkconfig iptables off--Permanently shutdown firewall

[root@localhost ~] #chkconfig iptables on--open firewall permanently




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.