Hi, I'm new here...I am having issues with internet connection on Kali. I installed kali in partition and updated it.

I can connect and access internet with an adapter. (wlan1, Realtek RTL 8187)

If I connect with the integrated network adapter, Intel Wireless-AC 9560, I cannot access internet.

This problem surfaced after using many wifi attack tools (wifite, fern, fluxion, other scripts). No internet tutorial worked. I also reinstalled Intel wireless drivers.


uname -a
Linux HPenvy5010 5.5.0-kali1-amd64 #1 SMP Debian 5.5.13-2kali1 (2020-04-03) x86_64 GNU/Linux


sudo ifconfig
(with wlan0)
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 54:bf:64:38:9b:72 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
device interrupt 17

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 1000 (Local Loopback)
RX packets 1738 bytes 124194 (121.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1738 bytes 124194 (121.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::36e1:2dff:fec7:c496 prefixlen 64 scopeid 0x20<link>
ether 34:e1:2d:c7:c4:96 txqueuelen 1000 (Ethernet)
RX packets 413 bytes 37933 (37.0 KiB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 2654 bytes 250544 (244.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 5e:59:57:0e:75:74 txqueuelen 1000 (Ethernet)
RX packets 15107 bytes 7580345 (7.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10664 bytes 1726312 (1.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


sudo route -n (with wlan0)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface


sudo ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 54:bf:64:38:9b:72 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 34:e1:2d:c7:c4:96 brd ff:ff:ff:ff:ff:ff



cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.

nameserver 127.0.0.53
search homenet.telecomitalia.it


Thank you in advance