Ok ya habia visto el manual, pero agradezco la antencion que siempre nos prestas a tod@s
Problemas: Pues si creo que tengo algun problema con las interfaces y los drivers, ya que le hago un : airmon-ng start eth1 9 y me da esta salida:torpe@torpe-laptop:~$ airmon-ng start eth1 9
usage: airmon-ng <start|stop> <interface> [channel]
Interface Chipset Driver
eth1 Centrino b/g ipw2200 (Module v1.0.6/1.0.9 or 1.0.10 required)
con ifconfig -a :torpe@torpe-laptop:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:xx:30:xx:xx
inet addr:xxx.168.1.6 Bcast:192.168.1.xx Mask:255.255.255.xx
inet6 addr: fe80::203:dff:fe30:47e7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9937 errors:0 dropped:0 overruns:0 frame:0
TX packets:6915 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13308914 (12.6 MiB) TX bytes:677019 (661.1 KiB)
Interrupt:217 Base address:0xec00
eth1 Link encap:Ethernet HWaddr 00:12:F0:50:46:6E
inet6 addr: fe80::212:f0ff:fe50:466e/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:1420 errors:0 dropped:0 overruns:0 frame:0
TX packets:579 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:217 Base address:0x2000 Memory:fa9fe000-fa9fefff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:372 (372.0 b) TX bytes:372 (372.0 b)
rtap0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-65-74-00-00-00-00-00-00-00-00
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:21094 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2192485 (2.0 MiB) TX bytes:0 (0.0 b)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Si le hago un dmesg:ieee80211_crypt: registered algorithm 'NULL'
[17179594.572000] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x6eb1, caps: 0xa04711/0x40a
[17179594.600000] ieee80211: 802.11 data/management/control stack, 1.2.15
[17179594.600000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <
jketreno@linux.intel.com>
[17179594.612000] input: SynPS/2 Synaptics TouchPad as /class/input/input2
[17179594.688000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4dmprq
[17179594.688000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[17179594.708000] ts: Compaq touchscreen protocol output
[17179594.824000] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179594.824000] PCI: Setting latency timer of device 0000:03:00.0 to 64
[17179594.824000] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-8762 Mon May 15 13:06:38 PDT 2006
[17179594.836000] ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 19 (level, low) -> IRQ 217
[17179594.836000] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[17179595.340000] ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11a channels)
[17179595.440000] r8169 Gigabit Ethernet driver 2.2LK loaded
La pregunta, por qué no entra en modo monitor con el comando? creo entender que el driver no es el adecuado? El caso es que el otro día la puse en mode monitor y capturaba sin problemas.....A ver si alguien sabe decirme cual es el fallo que cometo.Gracias y Saludos al Foro
P.D. Bueno fue un lapsus, y por supuesto culpa mia no escribia el comando correctamente: airodump-ng --ivs -w prueba -c 11 -abg rtap0 <=== con ese a la primera capturando...Aunque tengo una duda cada vez que iniciamos el pc hemos de cargar el modulo? pues la verdad es que el priemer comando creo era el adecuado, y ha sido volver a cargar el modulo y funcionar....Pues eso cada vez que iniciamos lo tenemos que cargar?cd ipw2200-1.1.4
$ sudo rmmod ipw2200
$ sudo insmod ipw2200.ko rtap_iface=1
$ sudo ifconfig eth1 up
$ sudo ifconfig rtap0 up
Saludos...............Al Foro