• 🐍🩶🐢
    link
    fedilink
    English
    113 months ago

    I have a hatred for the enp id thing as it isn’t any better for me. It changes on me every time I add/remove a hard drive or enable/disable the WiFi card in the BIOS. For someone who is building up a server and making changes to it, this becomes a real pain. What happens if a drive dies? Do I have to change the network config yet again over this?

    • @Laser@feddit.de
      link
      fedilink
      7
      edit-2
      3 months ago

      How is that happening? The number on the bus shouldn’t change from adding or removing drives. I could imagine this with disabling a card in UEFI / BIOS if that basically stops reporting the bus entry completely. But drives?

      Anyhow, if I’m not mistaken, you can assign a fixed name based on the reported MAC.

    • @hperrin@lemmy.world
      link
      fedilink
      4
      edit-2
      3 months ago

      Use a systems rule to give it a consistent name based on its MAC address, driver, etc. I just had this exact same problem setting up my servers.

      root@prox1:~# cat /etc/systemd/network/10-persistent-10g.link 
      [Match]
      Driver=atlantic
      
      [Link]
      Name=nic10g
      
      root@prox1:~# cat /etc/systemd/network/10-persistent-1g.link 
      [Match]
      Driver=igb
      
      [Link]
      Name=nic1g