I am unable to get network in my kali linux

0 votes
I am a beginner to ethical hacking. Prior to a few days, I got the network properly and I did my work.But now, I am unable to reach any site. It is giving the packets when I ping google in the terminal, but when I try to update or upgrade it is showing errors. What do I need to do? Can you help me with the solution to this problem?
Apr 28, 2020 in Cyber Security & Ethical Hacking by Pratyusha
• 120 points
2,579 views

2 answers to this question.

0 votes

dist-upgrade had issue few days ago and you may want to do 

apt-get clean
apt-get update && apt-get upgrade -y

Also is NetworkManager.conf file edited to read managed=true its located in /etc/NetworkManager (and case sensitive).

answered Apr 28, 2020 by Kim
0 votes

Hey, @Pratyusha,

Kali comes with networking disabled by default to prevent denouncing your own presence through an unconscionable DHCP request.

You will have to start your connection with the traditional Linux means, something like:

sudo ifconfig eth0 up
sudo dhclient eth0

To know more join our Cyber Security Course today.

Or some such thing, depending on how you see fit.

answered Apr 28, 2020 by Gitika
• 65,910 points

Related Questions In Cyber Security & Ethical Hacking

+1 vote
1 answer

How to find IP address of nodes in my network?

The IP address of the nodes connected ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
4,299 views
0 votes
1 answer

How to quickly troubleshoot my network?

The best way to troubleshoot your network ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
703 views
0 votes
2 answers

does kali linux provide all services of ethical hacking in one application

Hey, @Vatsal, Almost all the services of Ethical ...READ MORE

answered Apr 21, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,910 points

edited Oct 6, 2021 by Sarfaraz 570 views
0 votes
1 answer

how to turn on and off kali linux on PC?

Hey, @Vatsal, "Reboot" is the correct answer. "Restart" ...READ MORE

answered Apr 21, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,910 points
20,827 views
0 votes
1 answer

How do i get started in Cyber Security?

Getting started in cybersecurity can be a ...READ MORE

answered Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
228 views
+1 vote
1 answer

Not able to use nmap in python.

nmap module doesn’t have PortScanner attribute. The ...READ MORE

answered Jan 28, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
2,867 views
+1 vote
1 answer
0 votes
1 answer

How can I ping my default gateway?

Using the following command you can find ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
17,500 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP