FTP错误ftp: connect: No route to host的解决办法
  • 现象:

    ftp: connect: No route to host
     
    ftp> ls
    227 Entering Passive Mode (1,2,3,4,43,196)
    ftp: connect: No route to host
    ftp> passive
    Passive mode off.

     

    停止ftp服务器上的iptables 则一切正常,于是判断是iptables的问题

    FTP错误ftp: connect: No route to host的解决办法


    Try "modprobe ip_conntrack_ftp", if that helps. If yes, then you should
    add that module to /etc/sysconfig/iptables-config.

    In /etc/sysconfig/iptables-config try setting
    IPTABLES_MODULES="ip_nat_ftp ip_conntrack_ftp"
    and restart iptables.

     

    [root@host335 ~]# service iptables stop
    Flushing firewall rules: [  OK  ]
    Setting chains to policy ACCEPT: filter [  OK  ]
    Unloading iptables modules: [  OK  ]
    [root@host335 ~]# service iptables start
    Applying iptables firewall rules: [  OK  ]
    Loading additional iptables modules: ip_nat_ftp ip_conntrack_ftp [  OK  ]

  •  

  • 点这里复制本页地址发送给您QQ/MSN上的好友
  • 300*300广告