IPtables 版本升级到 v1.4.9

IPtables 版本升级到 v1.4.9,第1张

      ㈠ 下载
        

        wget http://soft.kwx.gd/module/iptables-1.4.9.tar.bz2

 

        
      ㈡ 解压
        
        tar xjvf iptables-1.4.9.tar.bz2

        cd iptables-1.4.9

 

        
      ㈢ 安装
        
        ./configure
        make 
        make install

        

 

      ㈣ 替换
        
        service iptables stop
        cd /usr/local/sbin
        cp /usr/local/sbin/iptables /sbin/
        cp /usr/local/sbin/iptables-restore /sbin/

        cp /usr/local/sbin/iptables-save /sbin/

 

        
      ㈤ 验证
        
        service iptables start
        iptables -V

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/2086559.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-07-22
下一篇 2022-07-22

发表评论

登录后才能评论

评论列表(0条)

保存