One thing I see that appears to be causing part of the issue is that you are running airodump-ng on eth1 instead of the tap interface rtap0... Also, not quite sure if you need these steps: - ifconfig eth1 essid <essid> - ifconfig eth1 key s:fakekey - ifconfig eth1 mode managed
I don't recall needing to do them on my intel-based chipset cards in the past and IIRC putting the main wireless interface back into managed mode will kill the the the rtap monitor mode.... I found this page on the aircrack-ng site that gives a much better explanation than i can: http://www.aircrack-ng.org/doku.php?id=ipw2200 hope this helps -jason On Fri, Sep 4, 2009 at 4:26 PM, Bert Van Kets <[email protected]> wrote: > > - ifconfig rtap0 up > - airodump-ng -c <AP-channel> -w dump -bssid <AP-Mac> -ivs eth1 >
_______________________________________________ Pauldotcom mailing list [email protected] http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom Main Web Site: http://pauldotcom.com
