# # Directory where IP Filter configuration files are kept # IPF_CONFDIR=/etc/opt/ipf # # Packet filtering configuration file # IPF_CONF=${IPF_CONFDIR}/ipf.conf # # Packet filtering configuration file for IPv6 # IPF6_CONF=${IPF_CONFDIR}/ipf6.conf # # Network address translation configuration file # IPNAT_CONF=${IPF_CONFDIR}/ipnat.conf # # IP POOL configuration file # IPPOOL_CONF=${IPF_CONFDIR}/ippool.conf # # Load the ipfilter module ? # 1 = Start, 0 = Do not start # IPF_START=0 # # Set DCA mode ? # 1 = Set DCA mode, 0 = Do not set DCA mode # DCA_START=0 # # Start ipmon ? # 1 = Start, 0 = Do not start # IPMON_START=1 # # Options to start ipmon with. # provide the options within quotes # IPMON_FLAGS="-sD"