MY VM DOES NOT SEEM TO HAVE A NETWORK ADAPTER, EVEN THOUGH IT IS CONNECTED TO A NETWORK.
For the following steps, you need to connect to your VM using the Cyclades connection guide . If your VM cannot be reached though the Internet, we suggest you use the console, as described in the above guide.
First, you need to check if your adapter is present but inactive. Try the following command if you have a Linux VM:
ifconfig -a
or this command if have a Windows VM:
ipconfig /all
These commands list the network interfaces of your VM, regardless of their state, and should include your new interface (e.g. eth1), provided that it is registered by your OS. If your interface is listed but inactive, then we suggest you read this Network Manager FAQ.
If your interface is not listed, then there are two possible causes for this behavior:
Case 1: Disabled hot-plugging in old (K)Ubuntu/Debian ~okeanos global images
If you have an old (K)Ubuntu/Debian VM, i.e. a VM that was created before 31/08/2012, odds are that you may need to enable hot-plugging manually. Simply, run the following command:
sudo modprobe acpiphp pci_hotplug
and check again if your adapter has been registered. If yes, run the following commands to have hot-plugging always enabled:
echo acpiphp >> /etc/modules echo pci_hotplug >> /etc/modules
Case 2: *BSD images do not support hot-plugging
Unfortunately, *BSD images do not have this feature and thus, it is essential to reboot your VM from the Cyclades UI. A reboot from inside the VM will not suffice, as explained in the reboot FAQ.
If neither of the above cases applies to your situation, please contact us to look more into your problem.
CYCLADES QUESTIONS
General
- Can I modify the technical specifications of an already created VM?
- How can I recover my data from a VM that has been destroyed? Is there any way to restore my VM back to its previous state?
- If I disconnect from my account, do my Virtual Machines stop working?
- Why does my VM's image show up as "Deleted" in its details?
- Why was my VM deleted?
Connectivity
- What is the username and password of my VM?
- Can I change the provided domain name of my VM?
- How can I connect to the Windows/Linux VM that I have created?
- How can I access all my VMs using one public IP?
- Why X2Go does not work when trying to connect to my VM?
- Why X2Go does not work on MacOS X?
- Is there a way of creating a local network using my Virtual Machines?
- Is it possible to create a local network between Virtual Machines that have been created by different users?
- In which case would I need to connect to my VM through the console?
- My Windows machine is "Running" but I cannot connect to it.
- My VM does not seem to have a network adapter, even though it is connected to a network.
- My VM does not have a floating IP, even though Cyclades report so.
- My VM does not work properly with IPv6.
- I'm getting confused about IPv4/IPv6, floating IPs and hot-plugging. Can you provide a simple explanation for all these?
- Can I shutdown/reboot my VM internally?
- Why is port X closed? Is it blocked by design?
- How can I add my public SSH key in an existing VM?