PDA

View Full Version : Network manager issue



anonymousb.i.g.986
2021-03-08, 18:17
Wifi on Kali 2020.4 and 2021.1 continuously disconnects; the only temporary solution to delete the ESSID in network manager. Hardware works as there are no issues on Windows, as does the wireless card itself. The interface shows connection and network lock by vpn does not activate. So I'm deducing it is a gateway issue. Any help on a more permanent solution would be greatly appreciated.

┌──(networkext㉿networkext)-[~]
└─$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.115.2.81 128.0.0.0 UG 0 0 0 tun0
default 192.168.1.254 0.0.0.0 UG 600 0 0 wlan0
10.0.0.0 192.168.1.254 255.0.0.0 UG 0 0 0 wlan0
10.115.0.1 10.115.2.81 255.255.255.255 UGH 0 0 0 tun0
10.115.2.81 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
128.0.0.0 10.115.2.81 128.0.0.0 UG 0 0 0 tun0
172.16.0.0 192.168.1.254 255.240.0.0 UG 0 0 0 wlan0
172.16.125.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
192.168.0.0 192.168.1.254 255.255.0.0 UG 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlan0
192.168.129.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
193.56.116.121 192.168.1.254 255.255.255.255 UGH 0 0 0 wlan0

I also have to restart NetworkManager using:

systemctl restart NetworkManager

I have to the best of my knowledge, installed any and all missing firmware into /lib/firmware.

I have deleted gateways, with some success, it returns though. I tried to reinstall fresh and also network manager.

This is incredibly frustrating.