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

关于IPTables的问题

    来源: 互联网  发布时间:2017-03-28

    本文导语:  我想问下Linux中的IPTables中在我的映像中。设置完后通过 iptables -L -v  命令查寻时,好像target 表项都有对应的操作。今天我遇到一个无操作的。。这是什么情况? Chain INPUT (policy ACCEPT 0 packets, 0 bytes)  pkts bytes target  ...

我想问下Linux中的IPTables中在我的映像中。设置完后通过

iptables -L -v 

命令查寻时,好像target 表项都有对应的操作。今天我遇到一个无操作的。。这是什么情况?

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0            all  --  !lo+   any     anywhere             anywhere             ! quota globalAlert: 2097152 bytes 
    0     0 costly_rmnet0  all  --  rmnet0 any     anywhere             anywhere            [goto] 
    0     0 costly_rmnet1  all  --  rmnet1 any     anywhere             anywhere            [goto] 
  384 28896 ACCEPT     all  --  lo     any     anywhere             anywhere            
    2   616            all  --  any    any     anywhere             anywhere             owner socket exists

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0            all  --  any    !lo+    anywhere             anywhere             ! quota globalAlert: 2097152 bytes 
    2   112 costly_rmnet0  all  --  any    rmnet0  anywhere             anywhere            [goto] 
    0     0 costly_rmnet1  all  --  any    rmnet1  anywhere             anywhere            [goto] 
  384 28896 ACCEPT     all  --  any    lo      anywhere             anywhere            
    2   134            all  --  any    any     anywhere             anywhere             owner socket exists

我想问下这是什么情况?

默认没有target的规则默认的动作是什么?

|
       -j, --jump target
              This specifies the target of the rule; i.e., what to do  if  the
              packet  matches  it.   The  target  can  be a user-defined chain
              (other than the one this rule is in), one of the special builtin
              targets  which  decide the fate of the packet immediately, or an
              extension (see EXTENSIONS below).  If this option is omitted  in
              a rule (and -g is not used), then matching the rule will have no
              effect on the packet’s fate, but the counters on the  rule  will
              be incremented.

当计数器用。

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • redhat linux/CentOS 6/7 关闭防火墙(iptables)命令,作用:CentOS 防火墙不关行不行?
  • iptables 命令不能用bash: iptables: command not found
  • 怎样修改内核或者iptables,让普通用户可以用iptables?
  • 救命~~求助~~iptables高手请进
  • 求一个iptables规则,在线等
  • 用iptables设定禁止ping 后,重启电脑后又会生效,
  • iptables移植到开发板
  • Suse Linux 的iptables文件
  • iptables在修改后不能重启
  • iptables写两个规则!急等`
  • 用函数操作iptables规则?
  • iptables可以设置ip+ports的封堵方式吗?
  • iptables导致网络连接速度变慢?
  • 为什么我用 iptables 禁止不了一指定IP
  • 如何获得iptables的输出信息??????有挑战性阿!!!
  • 我的iptables启动不起来了
  • 关于iptables
  • iptables做NAT转换很慢,为什么?
  • iptables求助
  • netfilter 和 IPTABLES 是一回事吗?
  • iptables能不能根据时间设定规则


  • 站内导航:


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

    ©2012-2021,