Results 1 to 3 of 3

Thread: Why is this network interface bing renamed?

  1. #1
    Join Date
    Mar 2007
    Beans
    1,325

    Why is this network interface bing renamed?

    I found this in the logs

    Code:
    syslog.1:May 25 07:35:02 thelma kernel: [    1.242706] alx 0000:01:00.0 enp1s0: renamed from eth1
    syslog.1:May 25 07:35:02 thelma kernel: [   23.984637] alx 0000:01:00.0 enp1s0: NIC Up: 1 Gbps Full
    There is a legacy definition for some interfaces in /etc/udev/rules.d/70-persistent-net.rules
    But none apply to this particular interface.

    Code:
    # This file maintains persistent names for network interfaces.
    # See udev(7) for syntax.
    #
    # Entries are automatically added by the 75-persistent-net-generator.rules
    # file; however you are also free to add your own entries.
    
    # Converted from /etc/iftab on upgrade
    SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:15:58:1e:f7:f4", ATTR{type}=="1", NAME="eth0"
    
    
    # PCI device 0x10ec:/sys/devices/pci0000:00/0000:00:10.0/0000:04:08.0 (r8169)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4c:23:2f:4f", ATTR{dev_id}==
    "0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
    There are two network interfaces.

    Code:
    01:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
    02:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)

  2. #2
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Re: Why is this network interface bing renamed?

    Things switched to Predicable Interface Names a few years ago. (if you don't like the reference I gave, just use the search term "Linux Predicable Interface Names" on a search engine for tons of links.)
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  3. #3
    Join Date
    Mar 2007
    Beans
    1,325

    Re: Why is this network interface bing renamed?

    I'm aware of that change. I am asking why this particular obsolete interface persists even now.

Bookmarks

Posting Permissions

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