Results 1 to 2 of 2

Thread: Kali Linux not connecting to network after update

  1. #1
    Join Date
    2018-Sep
    Posts
    1

    Kali Linux not connecting to network after update

    Hi folks! I'm quite a newbie here and seriously experiencing a problem. I updated my Kali 2018.3 distribution few minutes ago and I can't connect to internet again.
    This is what I get with ifconfig. I'm running on a VMware and everything was working perfectly before the update

    root@kali:~# ifconfig
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 1000 (Local Loopback)
    RX packets 4644 bytes 375848 (367.0 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 4644 bytes 375848 (367.0 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


    When I tried getting update:

    root@kali:~# apt-get update
    Err:1 http://http.kali.org/kali kali-rolling InRelease
    Could not resolve 'http.kali.org'
    Reading package lists... Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Could not resolve 'http.kali.org'
    W: Some index files failed to download. They have been ignored, or old ones used instead.



    Thanks

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    apt-get update requires the network and you showed that it is not connected to a network above, so the behavior of apt-get update is completely normal in this case.

    You can always try getting a DHCP lease manually by running "ifconfig eth0 up && dhclient eth0" or rebooting or use the network manager in the GUI on the top right.

Similar Threads

  1. Network does when connecting to http.kali.org and others.
    By jerichodotm in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2021-02-17, 18:38

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •