# Defaults for honeyd initscript

# Master system-wide honeyd switch. The initscript
# will not run if it is not set to yes.
RUN="no"


# Default options.
# Interface to listen on (if unset honeyd will select
# an interface himself) 
# Note: Only one! if you wish to use
# more than one use multiple -i in OPTIONS
INTERFACE=""
# You can set some other options here for example:
# Notice that some of the options are already defined in the
# init.d script already (-f, -l, -p, -x and -a)
OPTIONS=""
# Network Honeyd will listen for. IF this is not set
# Honeyd will claim _all_ IP addresses set on the configured
# interface (which is probably _not_ what you want)
# This "sane" default will prevent you from doing it.
NETWORK=10.0.0.0/8

# Should we also run Arpd? (fake arpd daemon)
# (it will be run with the same network and interface)
RUN_ARPD="no"
