X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9178fa58314614097cdb8e1804bec06ef7e0b017..0672b5981e313e1db94f7c1ff11604303e968173:/openwrt/package/kismet/files/kismet.conf diff --git a/openwrt/package/kismet/files/kismet.conf b/openwrt/package/kismet/files/kismet.conf index 4291989b5..a417d2885 100644 --- a/openwrt/package/kismet/files/kismet.conf +++ b/openwrt/package/kismet/files/kismet.conf @@ -4,13 +4,13 @@ # not continually reading --help! # Version of Kismet config -version=2004.10.R1 +version=2005.01.R1 # Name of server (Purely for organiational purposes) servername=Kismet # User to setid to (should be your normal user) -suiduser=root +suiduser=nobody # Sources are defined as: # source=cardtype,interface,name[,initialchannel] @@ -18,7 +18,9 @@ suiduser=root # The initial channel is optional, if hopping is not enabled it can be used # to set the channel the interface listens on. # YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE -source=none,none,addme +source=wrt54g,eth1,wireless +# For v1 hardware uncomment this: +# source=wrt54g,eth2,wireless # Comma-separated list of sources to enable. This is only needed if you defined # multiple sources and only want to enable some of them. By default, all defined @@ -99,7 +101,7 @@ allowedhosts=127.0.0.1 maxclients=5 # Do we have a GPS? -gps=true +gps=false # Host:port that GPSD is running on. This can be localhost OR remote! gpshost=localhost:2947 # Do we lock the mode? This overrides coordinates of lock "0", which will @@ -161,50 +163,6 @@ allowkeytransmit=true # How often (in seconds) do we write all our data files (0 to disable) writeinterval=300 -# Do we use sound? -# Not to be confused with GUI sound parameter, this controls wether or not the -# server itself will play sound. Primarily for headless or automated systems. -sound=false -# Path to sound player -soundplay=/usr/bin/play -# Optional parameters to pass to the player -# soundopts=--volume=.3 -# New network found -sound_new=/tmp/share/kismet/wav/new_network.wav -# Wepped new network -# sound_new_wep=${prefix}/com/kismet/wav/new_wep_network.wav -# Network traffic sound -sound_traffic=/tmp/share/kismet/wav/traffic.wav -# Network junk traffic found -sound_junktraffic=/tmp/share/kismet/wav/junk_traffic.wav -# GPS lock aquired sound -# sound_gpslock=/tmp/share/kismet/wav/foo.wav -# GPS lock lost sound -# sound_gpslost=/tmp/share/kismet/wav/bar.wav -# Alert sound -sound_alert=/tmp/share/kismet/wav/alert.wav - -# Does the server have speech? (Again, not to be confused with the GUI's speech) -speech=false -# Server's path to Festival -festival=/usr/bin/festival -# How do we speak? Valid options: -# speech Normal speech -# nato NATO spellings (alpha, bravo, charlie) -# spell Spell the letters out (aye, bee, sea) -speech_type=nato -# speech_encrypted and speech_unencrypted - Speech templates -# Similar to the logtemplate option, this lets you customize the speech output. -# speech_encrypted is used for an encrypted network spoken string -# speech_unencrypted is used for an unencrypted network spoken string -# -# %b is replaced by the BSSID (MAC) of the network -# %s is replaced by the SSID (name) of the network -# %c is replaced by the CHANNEL of the network -# %r is replaced by the MAX RATE of the network -speech_encrypted=New network detected, s.s.i.d. %s, channel %c, network encrypted. -speech_unencrypted=New network detected, s.s.i.d. %s, channel %c, network open. - # Where do we get our manufacturer fingerprints from? Assumed to be in the # default config directory if an absolute path is not given. ap_manuf=ap_manuf