LaFonera Software Kismet
From DD-WRT Wiki
You are here: DD-WRT wiki mainpage / LaFonera / Software / Kismet
[edit] Use you LaFonera as a Kismet-drone
What you need:
- SSH-Access or serial Console
- kismet-drone_207-01-R1a-1_mips.ipk from http://ipkg.k1k2.de/packages/
- libpcap from http://fon.rogue.be/lafonera/
- uclibcxx from http://ipkg.k1k2.de/packages/
- Kismet Server Client for your PC (for Windows use Cygwin)
How to make it run
1. Gain SSH-Access or use Serial Console or Accessing Serial Console on the Fon
2. Add http://fon.rogue.be/lafonera and http://ipkg.k1k2.de/packages/ to your /etc/ipkg.conf
3. ipkg update
4. ipkg install libpcap
5. ipkg install uclibcxx
6. download kismet-drone to your PC
7. rename the *.ipk to *tar.gz
8. untar (for Windows use WinRar) the files we need are kismet_drone and kismet_drone.conf
9. transfer the files to LaFonera via SCP (for Windows use Win-SCP)
10. chmod x /usr/bin/kismet_drone
11. vi /etc/kismet/kismet_drone.conf
12. search for:
source=wrt54g,eth1,wireless
13. change to:
source=madwifi_g,wifi0,wireless
13. vi /etc/firewall.user
14. add this lines:
## -- Kismet-Drone iptables -t nat -A prerouting_rule -i $WAN -p tcp --dport 3501 -j ACCEPT iptables -A input_rule -i $WAN -p tcp --dport 3501 -j ACCEPT
15. now you can 'kismet_drone