• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a way to auto detect a network card?

Red Squirrel

No Lifer
Did some major storage related changes and I have to rebuild all my VMs because virtualbox sucks when it comes to physically moving vms due to the way it "registers" them in the system. By doing that the VMs are no longer detecting the nic as the new one probably has a different GUID or w/e.

Is there anything I can do to force it to auto detect? Currently if I do ifup eth0 it just says the nic does not exist. Typically in these situations whether it's a VM or physical I had to reinstall, but I'm hoping I can avoid that as some of these VMs have rather complex config that I would not want to go through doing again, such as openvpn.
 
CentOS 6. Have a couple Debian ones as well. Though I only really use the one CentOS 6 one that I can't get to work. The others are windows and came up ok. Host is Fedora Core 9.
 
I got it, managed to find something on Google, had to delete the file:

/etc/udev/rules.d/70-persistent-net.rules

Then reboot, and it redetected everything. Had to update the mac address in the ifcfg file as well, then do ifdown and ifup. (did not work before I did that, a simple network restart did not do the trick)
 
Back
Top