請問 ipfilter 要如何安裝[5]

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:

                                  stop)
                                    echo "De-activating IP Forwarding..."
                                    /usr/sbin/ndd -set /dev/tcp ip_forwarding 0
                                    ;;
                                  *)
                                    echo "Usage: $0 (start|stop)" >&2
                                    exit 1
                                    ;;
                               esac
                               exit 0
                               
                 Make it executable
                          # chmod 744 /etc/init.d/ipforward

                 Then link it as /etc/rc2.d/S69ipforward
                          # ln -s /etc/init.d/ipforward /etc/rc2.d/S69ipforward
               
                 Note: ipforwarding must run after ipf & inet 

            (v) ipf and nat rules set:
                   Create a file called /etc/opt/ipf/ipnat.conf.  
                   /etc/opt/ipf/ipf.conf is already exist and is empty.

                   The file /etc/opt/ipf/ipf.conf is used to write your 
                   firewall rules, which is beyond the scope of this document.
                   Check the IP Filter HOWTO page for more info: 
                   http://unixcircle.com/ipf 

   (4) Installing OpenSSH (optional)

本文关键:請問 ipfilter 要如何安裝
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top