安装宝塔面板提示:ip_conntrack_netbios_ns ip_conntrack_ftp ip_nat_ftp [FAILED]解决办法

  • A+
所属分类:网站建设

现在使用宝塔面板的人越来越多了,各种BUG和使用经验也是积累了很多,今天笔记君记录一条使用宝塔面板时的错误提示的解决办法。使用CentOS 6安装宝塔面板的过程中出现错误提示如下:

  1. iptables: Invalid argument. Run `dmesg' for more information.
  2. iptables: Saving firewall rules to /etc/sysconfig/iptables:                                  [  OK  ]
  3. iptables: Setting chains to policy ACCEPT: security raw nat[  OK  ]filter
  4. iptables: Flushing firewall rules:                                                                          [  OK  ]
  5. iptables: Unloading modules:                                                                             [  OK  ]
  6. iptables: Applying firewall rules:                                                                         [  OK   ]
  7. iptables: Loading additional modules: ip_conntrack_netbios_ns ip_conntrack_ftp ip_nat_ftp                                                                                                                          [FAILED]

其实问题出在/etc/sysconfig/iptables-config,打开它:

  1. vi /etc/sysconfig/iptables-config

注释掉:IPTABLES_MODULES="ip_conntrack_netbios_ns ip_conntrack_ftp ip_nat_ftp":

  1. # Load additional iptables modules (nat helpers)
  2. #   Default: -none-
  3. # Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
  4. # are loaded after the firewall rules are applied. Options for the helpers are
  5. # stored in /etc/modprobe.conf.
  6. #IPTABLES_MODULES="ip_conntrack_netbios_ns ip_conntrack_ftp ip_nat_ftp" //就是这一行,注释掉
  7. # Unload modules on restart and stop
  8. #   Value: yes|no,  default: yes
  9. # This option has to be 'yes' to get to a sane state for a firewall
  10. # restart or stop. Only set to 'no' if there are problems unloading netfilter
  11. # modules.
  12. IPTABLES_MODULES_UNLOAD="yes"
  13. # Save current firewall rules on stop.
  14. #   Value: yes|no,  default: no
  15. # Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
  16. # (e.g. on system shutdown).
  17. IPTABLES_SAVE_ON_STOP="no"
  18. .
  19. .
  20. .

好像是配置netbios穿越NAT用的,一般用不到的。

ip_conntrack_netbios_ns 这个模块在make menuconfig 中是IP_NF_NETBIOS_NS。

  1. [root@li1583-161 ~]# /etc/init.d/iptables restart                               
  2. iptables: Setting chains to policy ACCEPT: security raw nat[  OK  ]filter
  3. iptables: Flushing firewall rules:                                           [  OK  ]
  4. iptables: Unloading modules:                                              [  OK  ]
  5. iptables: Applying firewall rules:                                          [  OK  ]

是不是改定了呢?^-^

还有一种解决办法,就是直接使用使用CentOS 7系统安装宝塔,就不会出现上述问题,记录于此,以备所需。

VPS笔记
vultr推广

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: