zoukankan      html  css  js  c++  java
  • iptables1.4.1.1 rules

    mkinitrd -o initrd.img-2.6.24.7 /lib/modules/2.6.24.7


    wget http://www.cnblogs.com/1327/admin/ftp://ftp.netfilter.org/pub/iptables/iptables-1.4.1.1.tar.bz2

     ./configure --with-ksource=/usr/src/linux && make && make install


     LocalDomain:/usr/src/linux# sh /var/rules
    Setuping local settings...
    Reconfiguring kernel parameters...
    Loading kernel modules ...
    FATAL: Module ipt_conntrack not found.
    FATAL: Module ipt_connlimit not found.
    Flushing Tables ...
    iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.
    iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.
    iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.
    iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.
    iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.
    /var/rules: line 134: /etc/init.d/monitorix: No such file or directory

  • 相关阅读:
    Linux之nginx服务
    设计模式-总结
    linux rabbitmq 远程登录
    swagger常用注解
    nginx总结
    mysql-sql
    dubbo-文档
    JVM总结-Java语法糖与Java编译器
    JVM总结-synchronized
    JVM总结-java内存模型
  • 原文地址:https://www.cnblogs.com/1327/p/1515120.html
Copyright © 2011-2022 走看看