iptables防火墙的启动、停止以及开启关闭端口的操作

CentOS 配置防火墙操作实例(启、停、开、闭端口):
注:防火墙的基本操作命令:
查询防火墙状态    :    [root@localhost ~]# service   iptables status
停止防火墙   :    [root@localhost ~]# service   iptables stop
启动防火墙   :    [root@localhost ~]# service   iptables start
重启防火墙   :    [root@localhost ~]# service   iptables restart
永久关闭防火墙    :    [root@localhost ~]# chkconfig   iptables off
永久关闭后启用    :    [root@localhost ~]# chkconfig   iptables on

1、查看防火墙状态
[root@localhost ~]# service iptables status


2、编辑/etc/sysconfig/iptables文件。我们实例中要打开8080端口和9990端口
用编辑器打开/etc/sysconfig/iptables


3、依葫芦画瓢,我们添加8080端口和9990端口


4、保存/etc/sysconfig/iptables文件,并在终端执行
[root@localhost ~]# service iptables restart


5、从新查看防火墙状态
[root@localhost ~]# service iptables status


6、这时候,服务器的8080和9990端口就可以对外提供服务了。

7、其他端口的开放模式就是类似如此开放模式。

 

 

  1. shutdown -h now  --立即关机  
  2. shutdown -h 10:53  --到10:53关机,如果该时间小于当前时间,则到隔天  
  3. shutdown -h +10  --10分钟后自动关机  
  4. shutdown -r now  --立即重启  
  5. shutdown -r +30 'The System Will Reboot in 30 Mins'   --30分钟后重启并并发送通知给其它在线用户

 

其他链接:

Centos 7防火墙firewalld开放80端口https://www.cnblogs.com/rainy-shurun/p/6195448.html

 

 

  • 5
    点赞
  • 44
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值