Not able to connect to WIFI in Kali Linux

Steps →

Arash Arora
Jul 30, 2021
  1. Type iwconfig→

2. Type ifconfig

As we can see there is no eth0, so to check eth0 status we’ll type

3. Type ip a

As we can see, it shows eth0 is down

4. So in order to up the eth0 interface we can type → ifconfig eth0 up

5. Now eth0 will be up and running, to check this we can again type — ip a

6. IP reallocation to connect to the internet

--

--

Arash Arora

Hey! I'm Arash Arora, currently pursuing my Btech in CSE with cybersecurity as a specialization.