XCP-NG change everything to other NIC

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

CJRoss

Member
May 31, 2017
91
6
8
I have a MinisForum HM90 that has a 1G NIC and a 2.5G NIC. The 1G NIC is automatically recognized and I can do everything just fine with it. However, I'm trying to set up XCP-NG to use the 2.5G NIC instead. The drivers aren't installed by default, but I've been able to get them added and the card detected.

Code:
yum install igc-module
Reboot
xe host-list
xe pif-scan host-uuid=<HOST UUID>
xe pif-list
xe pif-plug uuid=<NIC UUID>
This gives me an eth0 network and an eth1 network. I change the management interface to the 2.5G NIC try to install XOA but for some reason I can't get both XCP-NG and XOA to respond on the 2.5G NIC.

I've also tried removing the 1G NIC via pif-forget and network-destroy but then I can't even deploy XOA.

I'm sure there's a simple answer to this, but so far I haven't been able to figure it out. If someone could point out what I'm missing, that would be great.