Linux - no se visualiza redes wifi

 
Vista:

no se visualiza redes wifi

Publicado por carlos Alvarado (1 intervención) el 09/07/2017 20:27:04
Hola amigos

He estado dando golpes con este problema.

He instalado el Lazy Script en el Kali Linux , una vez que he activado la opcion 9-1 (Fluxion),al salir del programa no me muestra las redes wifi activas ( a pesar que he visto que la tarjeta no esta en modo promiscuo por airmon-ng) .tampoco logro conectarme via cable. ( aunque he revisado el archivo Interfaces). a continuacion los Ifconfig ,Iwconfig y el archivo Interface.

Podrían indicarme que estoy haciendo mal?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
root@prometeo:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::dacb:8aff:fe7f:d078  prefixlen 64  scopeid 0x20<link>
        ether d8:cb:8a:7f:d0:78  txqueuelen 1000  (Ethernet)
        RX packets 689  bytes 61713 (60.2 KiB)
        RX errors 0  dropped 8  overruns 0  frame 0
        TX packets 82  bytes 6372 (6.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 18
 
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 928  bytes 75348 (73.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 928  bytes 75348 (73.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether dc:85:de:f0:36:7a  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


1
2
3
4
5
6
7
8
9
10
root@prometeo:~# iwconfig
wlan0     IEEE 802.11  ESSID:off/any
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
 
eth0      no wireless extensions.
 
lo        no wireless extensions.


Archivo interface

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
 
source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp

auto eth0
iface eth0 inet dhcp

#Interfaz primaria de red 
allow-hotplug eth0
iface eth0 inet dhcp
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder