Solved – Internet access issue after using airmon-ng
After using “airmon-ng check kill” in order to use wireless network card for hacking purpose, there is a problem that internet connection does not work. Most blog post advise you to reboot. I’ve found this solution that worked for me.
Stop monitoring interface
1 2 3 |
airmon-ng stop wlan0mon |
Verify wireless network adapter
1 2 3 |
iwconfig |
Restart Network Manager
1 2 3 |
service NetworkManager restart |
Comments