当前位置:  技术问答>linux和unix

关于iptables服务的问题,防火墙设置

    来源: 互联网  发布时间:2017-05-08

    本文导语:  看以下命令,先停掉iptables服务,查状态is stopped, 然后-L查看了一下, 再status看状态变了,我在程序里判断的是grep "is stopped"来捕获防火墙开闭状态, 怎么-L命令一执行,status就变这个了呢,导致程序没法正确处理...

看以下命令,先停掉iptables服务,查状态is stopped, 然后-L查看了一下,
再status看状态变了,我在程序里判断的是grep "is stopped"来捕获防火墙开闭状态,
怎么-L命令一执行,status就变这个了呢,导致程序没法正确处理,高手来指导一下


    

[root@ovs159 ~]# service iptables stop  
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter                    [  OK  ]
Unloading iptables modules:                                [  OK  ]
[root@ovs159 ~]# service iptables status
Firewall is stopped.
[root@ovs159 ~]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
[root@ovs159 ~]# service iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num  target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
num  target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
num  target     prot opt source               destination    

|

是的

    
 
 

您可能感兴趣的文章:

  • redhat linux/CentOS 6/7 关闭防火墙(iptables)命令,作用:CentOS 防火墙不关行不行?
  • 防火墙 iptables 的问题
  • 请教:关于linux防火墙iptables的问题
  • 使用iptables做防火墙,如何开放ssh服务?
  • 怎样在linux下使用iptables做防火墙???
  • 我用chkconfig iptables off关闭了防火墙,端口号是否全部就能用了?
  • redhat 9.0 中,安装了vsftpd后,如果把防火墙关掉(iptables -F)后,外部是可以通过ftp连接的。但如果开了防火墙,就连不上,请问。如果
  • 紧急求教: 用iptables设置简单防火墙 :(
  • 防火墙做转发,iptables中的规则如何写才能让邮件收发(即25/110口,在FORWARD上)
  • 修改iptables防火墙规则解决vsftp登录后不显示文件目录的问题
  • Linux防火墙 (Linux Firewalls: Attack Detection and Response with iptables, psad, an
  • 通过SSH连接linux,如何配置防火墙iptables?(一配就登不上去)
  • uCLinux下通过防火墙工具iptables配置NAT,请高人指点一下,谢谢!
  • linux增加iptables防火墙规则的示例
  • 一键配置CentOS iptables防火墙的Shell脚本分享
  • 启用iptables防火墙,要求INPUT方向允许任意主机访问ICMP、TCP的21、22、80、139、445端口,INPUT其他默认禁止访问。
  • Linux防火墙iptables入门教程
  • 如何使用iptables作防火墙?
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 设置LINUX IPTABLES FTP的问题
  • 设置iptable出错
  • iptables可以设置ip+ports的封堵方式吗?
  • 请教iptables设置的问题
  • 急问 Linux iptables设置相关
  • 请教关于iptables的设置问题!!!
  • 如何设置iptables使得所有HTTP请求都指向登陆页面
  • IPTABLES的设置的一些简单问题
  • IPtables如何对某个端口段设置,例如9000-9200之间的所有端口?
  • Linux下,怎么用iptables设置,来关闭一个端口?
  • /etc/sysconfig/iptables文件的设置问题。
  • iptables设置问题
  • 按网上的资料设置 iptables nat后为何不能上网?
  • iptables 如何设置能够将发送到本服务器80端口上的请求转发到另一IP上?
  • iptables 设置允许被动模式FTP
  • linux iptables设置
  • iptables打标记+iproute2 fwmark,在双线机房的服务器可以这么设置吗?
  • 各位老大帮忙看看我的iptables 设置的对不对
  • 关于iptables -P 如何将IP地址过滤功能的默认处理方式设置为DROP?
  • [CentOS]iptables设置,刚弄死一台服务器,请各位帮我看看怎么修改
  • iptables 命令不能用bash: iptables: command not found
  • 怎样修改内核或者iptables,让普通用户可以用iptables?
  • 困扰数日的难题:iptables始终出问题,请问如何安装上iptables并使用
  • 怎么通过命令行关闭iptable?
  • 救命~~求助~~iptables高手请进
  • 求一个iptables规则,在线等
  • 用iptables设定禁止ping 后,重启电脑后又会生效,
  • iptable的问题。。初学者
  • iptables移植到开发板
  • Suse Linux 的iptables文件
  • iptables在修改后不能重启


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,