Results 1 to 3 of 3

Thread: eth0 network interface not showing

  1. #1
    Join Date
    2020-Jan
    Posts
    1

    Angry eth0 network interface not showing

    Please help me out.
    Before, it usually have the eth0 interface but i just realized at a point when i wanted to spoof my mac address that the eth0 interface is not there and when i use live booting from my flash drive, the eth0 interface is always there but on my main harddisk drive, it's no where to be found.

    Here are the details with ifconfig

    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 192 bytes 15412 (15.0 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 192 bytes 15412 (15.0 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
    inet 10.3.44.110 netmask 255.255.255.255 destination 0.0.0.0
    ppp txqueuelen 3 (Point-to-Point Protocol)
    RX packets 4877 bytes 3654341 (3.4 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 4599 bytes 758194 (740.4 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    ether 8e:0c:db:bc:51:29 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


    Thanks for your anticipated contributions

  2. #2
    ifconfig is long deprecated, don't use it. Use 'ip' instead. To know if your interface is even detected, issue:

    ip link

    if it is, followit up with:

    ip -4 addr

    and it will tell you any interfaces that are up and allocated with an IP.

    Your old eth0 could have been renamed to something different like enpXXX.
    Last edited by rollercoaster; 2020-02-04 at 08:31.

  3. #3
    Join Date
    2016-Dec
    Posts
    806
    It may be down. Interfaces that are down aren't displayed by ifconfig, you have to append the -a parameter.

Similar Threads

  1. Replies: 0
    Last Post: 2020-03-13, 17:04
  2. Replies: 1
    Last Post: 2017-01-06, 19:20

Posting Permissions

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