Reconfigure the XOA VM IP address?
-
We are testing XCP-ng and have a XOA Vm running. We need to change the IP address but I can't figure out how to do that! I have SSH'd into the console but when I run the xe pif-reconfigure-ip comnand I get an error that xe is an unknown command! "-bash: xe command not found"
Is there a way to change the IP in the UI console? If not, how do I change it from the console?
-
@isdpcman-0 The
xe
command line is for your host, XOA is installed to Debian, so you would just change the address using standard tools of the OS.I think it's nmcli, but I'd have to double check
-
@isdpcman-0 If you are looking to change to network settings on the XOA VM, then this KB article explains the easy way to do this using the
xoa
command.Note: this functionality isn't available in XO from sources.
-
This is what I needed. Thank you!
-
O olivierlambert marked this topic as a question on
-
O olivierlambert has marked this topic as solved on
-
I had a similar issue and found that after changing the static IP directly by editing the network config file inside the XOA VM, things worked fine, but I had to double-check routing afterward. I also ran a quick ip stress test with multiple devices to make sure the new config didn’t cause conflicts or drops on the network. Everything stayed stable after that.