Advertisement
efxtv

Fix Kali Linux Internet Connection | Kali Linux Unable to connect Inetnet

Oct 3rd, 2023 (edited)
71
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | Cybersecurity | 1 0
  1. Fix Kali Linux Internet Connection | Kali Linux Unable to connect Internet
  2.  
  3. In this video, I will show How To Fix Kali Linux Internet Connection. If we are installing the Kali Linux on our PC or Laptop we are getting this error. Wi-Fi/LAN is connected but the internet is not working. So this issue is solved in this video. You have to follow the steps one by one.
  4.  
  5. Telegram Post
  6. https://t.me/efxtv/2806
  7.  
  8. # First check all the interfaces using the command in Kali Linux:
  9. ifconfig
  10.  
  11. # Turn off the interface:
  12. sudo ifconfig eth0 down
  13.  
  14. # Turn on the interface:
  15. sudo ifconfig eth0 up
  16.  
  17. # Start the network manager service
  18. sudo service NetworkManager start
  19.  
  20. Connect the internet as shown in the video. Like and subscribe if this works for you.
  21.  
  22. sudo ifconfig eth0 down
  23. sudo ifconfig eth0 up
  24. sudo service NetworkManager start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement