I have a 2nd NIC in a test Ubuntu 24.04.1 LTS machine (CloneZilla Server test) that doesn’t want to work.

I was able to assign a static IP to the 2nd NIC right after I installed Ubuntu, but a few days later (as of me typing this) it has suddenly stopped.

In the network settings it shows “Cable Unplugged” no matter what I’ve tried.

ifconfig shows the interface is up but no traffic. I have activity lights on the NIC and on the switchport that I have it connected to.

Any ideas or experience with this issue?

3 Spice ups

What happens if you move the cable to a different switchport?

1 Spice up

No changes, I’ve tried several ports on the switch.

It initially worked right after first install of Ubuntu 24.04.1 and I set an IP on it, but something must have updated and now it doesn’t work within Ubuntu.

I see status lights on the NIC card port and any switchport I connect to.

I’ve tried several other cables as well, same result.

I did come across some threads on other forums stating similar issues in newer Ubuntu releases 22 & 24 where ethernet adapters suddenly stop working.

1 Spice up

physical or virtual?
DHCP or static?
Same subnet or different?
Are they teamed in any way?

If they are both on the same subnet and both connected to the same switch, could the switch have blocked one of the mac addresses (if STP is enabled) or if mac addresses are flapping on the switch, it may not expect more than one mac from the same source

1 Spice up

The bug is it assigns the same (soft) MAC address to both cards, then it can’t tell them apart…

1 Spice up

This is a physical box with two physical NICs

NIC#1 is embedded on the board, NIC #2 is on a PCI card.

NIC #1 is connected to our corporate LAN switch for internet access.

NIC #2 is connected to an unmanaged switch for imaging purposes.

I had static IPs on both, but I’m only able to view the config on NIC #1 now.

Subnets are different.

Verified NIC #2 works just fine in Windows. For some reason Ubuntu refuses to allow it to connect.

I’ve even gone through several versions of Ubuntu. 18 , 20, 22, 24. No luck.

I tried Debian 12 and it detects the card but still no activity once the OS is installed.