Results 1 to 4 of 4

Thread: ethernet not working

  1. #1
    Join Date
    2013-Jun
    Posts
    123

    ethernet not working

    I have kali installed on my macbook pro.

    ethernet cable connection with wifi turned off works on the mac side.
    when i am in kali, ethernet will not work

    when i do ifconfig i get:
    eth0 Link encap:Ethernet
    inet addr:10.1.10.12

    I can connect to 10.1.10.1 and see the login window, but I am not able to access the internet with ethernet connection.

    I was able to use ethernet connection at time of installing kali, but I am not sure how I messed this up.

    Please help.

  2. #2
    Join Date
    2013-Jun
    Posts
    123
    got it fixed.

    unmanaged connection solved
    Code:
    root@kali:~# nano /etc/NetworkManager/NetworkManager.conf
    
    [main]
    plugins=ifupdown,keyfile
    
    [ifupdown]
    managed=false
    change false to true
    save
    Code:
    root@kali:~# /etc/init.d/network-manager restart
    Last edited by brazen; 2013-12-27 at 17:08. Reason: added code marks

  3. #3
    Join Date
    2015-Aug
    Posts
    1
    how can we save it. there is no option to save it

  4. #4
    Join Date
    2017-Mar
    Posts
    2
    Quote Originally Posted by bhardwaj_g View Post
    how can we save it. there is no option to save it
    We can't save it but we'll have to type the next given line in the terminal...

Similar Threads

  1. Ethernet not working on raspberry pi 400 running kali linux
    By err0r.T.pl0x in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-10-29, 13:43
  2. Ethernet not working on Banana Pi install
    By krturner24 in forum Installing Archive
    Replies: 2
    Last Post: 2015-11-02, 07:38
  3. Replies: 0
    Last Post: 2015-03-02, 12:18
  4. RA3070 not working and jamming the ethernet
    By peterpt in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-08-09, 10:54

Posting Permissions

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