 #the name of the arpdiscover tool if it change
        
        ARP_DISCOVER_NAME="arpdiscover"
	NET_DISCOVER_NAME="netdiscover"

 # Set the method to use
#	DISCOVER_METHOD="arpdiscover"
	DISCOVER_METHOD="netdiscover"

 # you can adjust the number of arpdicover scans but it should be set to 1

	SCAN_ITERATIONS=1

 # here is the directory where netreco stuffs should be
        
        NETRECO_CONFIG_DIR="/etc/sysconfig/network-recognition"

 # SERVICESDIR is LFS/BLFS specific

        NETWORKDIR=/etc/sysconfig/network.d
        SERVICESDIR=/etc/sysconfig/network-devices/services
 
 # here is the name of your netdevices file
        
        NETWORK_DEVICE_FILE="netdevices"

 # This is for Zeroconf stuff
	AVAHI_DAEMON=/usr/sbin/avahi-daemon

 # Some cards have a bugged promiscuous mode (sky2 driven cards have...)
 # it is generally safe to use this hack, and it's a bit faster..
 # sorry, it's a bit less slower than using the promiscuous mode ;)

	GET_OVER_BUGGED_PROMISCUOUS_MODE=1
	FAKE_IP=123.245.215.227
	FAKE_MASK=16
	FAKE_NET_MASK=255.255.255.255

 # This is for netdiscover
	NETWORK_SCAN_FILE=/var/tmp/network-scan
