First time here? Check out the FAQ!
2018-09-18 09:02:29 -0600 | received badge | ● Famous Question (source) |
2018-09-14 06:47:56 -0600 | received badge | ● Famous Question (source) |
2018-04-27 13:18:41 -0600 | received badge | ● Notable Question (source) |
2018-04-27 13:18:41 -0600 | received badge | ● Popular Question (source) |
2018-04-01 11:50:25 -0600 | answered a question | destination port unreachable when pinging 8.8.8.8 from instance Hello @gaurav_garg.
|
2018-04-01 11:38:39 -0600 | answered a question | Can't ping/ssh new build instaces but with the old ones everything is ok Hello @magdallena . Your problem could have different causes. I suggest you try the following tips:
|
2018-03-19 16:35:13 -0600 | received badge | ● Scholar (source) |
2018-03-12 07:39:04 -0600 | received badge | ● Famous Question (source) |
2018-03-01 03:35:12 -0600 | commented answer | router external interface is down Hello @stefws. Could you please paste the characteristics of your networks (vlan ID, types ...) ? |
2018-03-01 01:32:33 -0600 | received badge | ● Teacher (source) |
2018-02-26 03:34:36 -0600 | answered a question | router external interface is down Try to create your public and private networks and your router using the
|
2018-02-25 09:55:37 -0600 | answered a question | vm on multiple networks Let's assume that you have 2 external networks Network A with the Network address (192.168.255.0/24) and Network B with a network address (192.168.0.0/24). Network A is linked through a neutron router to a private internal Network A_internal with the Network address (10.0.0.0/24) and Network B is linked also through a neutron router to a private internal Network B_internal with the Network address (10.0.1.0/24):
Now you will have an instance that is connected to A_internal and B_internal Adding floating IP addresses If you want your instance to be reachable from outside you need to add a floating IP address to your instance to be reachable from outside. In the case when you want your instance to be reachable from outside by machines in the Network A and machines in Network B you need to associate two floating IP addresses. You can associate the first floating IP address (from Network A 192.168.255.0/24) from the Horizon dashboard. In order to add a second floating IP address to the second interface which is linked to the network B_internal you need to do the following:
Now you should have an instance that is connected to two networks with two floating IPs. In order to the have the second interface fully working you to do the following in the instance (through vnc or ssh) : Now you might be able to ping the second floating ip address 192.168.0.3 from outside. In the case when you can ping it but cannot ssh it try to use a lower mtu in the instance: You can add as many interfaces as you want. Hope it helps I use this technique to access multiple instances that are connected to different VLANs from one single management network and it works fine ... (more) |
2018-02-24 05:14:54 -0600 | received badge | ● Student (source) |
2018-02-23 05:17:07 -0600 | received badge | ● Notable Question (source) |
2018-02-22 04:58:22 -0600 | answered a question | How to access an instance conncted to a VLAN The solution is to create another network provider. do the necessary changes (configuration files)
This configuration is tested and it works for me. Hope this help someone in the future |
2018-02-18 00:34:08 -0600 | received badge | ● Popular Question (source) |
2018-02-16 04:07:36 -0600 | commented question | How to access an instance conncted to a VLAN The machine we use to access VMs should not be in any VLAN and must access all VMs connected to different VLANs. I am looking for a solution because I cannot associate two floating IP to an instance. |
2018-02-16 04:04:39 -0600 | commented question | How to access an instance conncted to a VLAN In another word, each instance belongs to a VLAN. It can ping physical equipment that belongs to its VLAN (I have no problem doing that). My problem is that I cannot access the instance from an external network. I am looking for a solution how to access to a VM in a VLANx through ssh |
2018-02-16 04:01:47 -0600 | commented question | How to access an instance conncted to a VLAN yes it is. Multiple External Networks (of type VLAN) are created. VLAN with Segmentation ID=100 and VLAN with segmentation ID =101. each of which is linked to a private Openstack network through a router. Each instance has a floating IP. |
2018-02-15 09:57:16 -0600 | asked a question | How to access an instance conncted to a VLAN I recently installed Openstack pike (using packstack). Network configuration works fine(flat networks, instances works fine). I did the following tasks:
Each instance should be accessed through ssh from an external network. I faced a problem achieving this because the instances belong to VLANs (one instance per VLAN). each instance has a floating IP from the appropriate VLAN (to be able to communicate with equipment from the same VLAN). Is there any solution to access the instance from a machine that did not belong to the VLAN. (I cannot associate two floating IPs to the same instance) Thank you |
2018-02-15 05:11:11 -0600 | answered a question | Could not create VLAN (VlanAllocation is not mapped error) I resolved the issue by reinstalling openstack through packstack and specifying the I tried to create a VLAN and it works fine. I hope this answer will help someone in the future. :) |
2018-02-14 07:48:47 -0600 | commented question | Could not create VLAN (VlanAllocation is not mapped error) @bernd-bausch The bug occurs only when you change the |
2018-02-14 07:42:02 -0600 | commented question | Could not create VLAN (VlanAllocation is not mapped error) Yes I consulted it. It seems that we need to run packstack (during the installation process) with the option |
2018-02-14 07:38:58 -0600 | received badge | ● Notable Question (source) |
2018-02-13 12:54:20 -0600 | received badge | ● Popular Question (source) |
2018-02-13 09:00:27 -0600 | commented question | Could not create VLAN (VlanAllocation is not mapped error) I tried to leave |
2018-02-12 10:06:34 -0600 | asked a question | Could not create VLAN (VlanAllocation is not mapped error) I installed Openstack RDO recently and I am able to launch instances with /etc/neutron/plugins/ml2/ml2_conf.ini file: (The portion that I changed) /etc/neutron/plugins/ml2/openvswitch_agent.ini file (I did not change it) After the changes made on RESULT: After consulting the neutron log files I found this error: Thank you |
2018-02-12 07:13:50 -0600 | answered a question | Cannot launch instance with custom video RAM setting I fixed my issue by adding a new custom Then the instance is launched successfully. source: https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html (glance property keys) |
2018-02-12 05:04:04 -0600 | asked a question | Cannot launch instance with custom video RAM setting I recently installed Openstack pike using packstack. I successfully configured networking. I can create instances on connect to them using ssh. My problem is when I tried to run an instance with custom RAM setting I got the following error: Message: No valid host was found. Code: 500 Details I uploaded the image metadata using the following command: RESULT: I also tried all hardware video models
but none of them is working. |
2017-07-25 00:41:19 -0600 | received badge | ● Notable Question (source) |
2017-07-25 00:41:19 -0600 | received badge | ● Famous Question (source) |
2017-03-14 10:41:34 -0600 | received badge | ● Famous Question (source) |
2016-12-12 11:31:10 -0600 | commented question | I build a openstack instance,but when I ssh to it with sshkey ,need password? if it is cirros use cubswin:) if not please provide us with the error you've encountered |
2016-12-12 11:26:26 -0600 | commented question | cant ssh into instance using key.. try then |
2016-12-12 11:19:44 -0600 | received badge | ● Commentator |
2016-12-12 11:19:44 -0600 | commented question | Error: Failed to launch instance [Error: No valid host was found. ]. wow this error again try to change the hypervisor (from kvm to qemu) in the nova.conf file under /etc/nova [libvirt] virt_type =qemu then restart nova services |
2016-11-27 03:59:22 -0600 | commented question | cannot create image glance image-create --name "cirros" --disk-format qcow2 --container-format bare --is-public False < ./cirros.qcow2 Try this |
2016-11-18 09:11:05 -0600 | commented answer | packet loss metric openstack ceilometer Thank you @Shaoman for your answer i'll try it |
2016-11-04 15:26:26 -0600 | received badge | ● Popular Question (source) |
2016-11-02 02:14:10 -0600 | commented answer | nova scheduler: No valid host was found. There are not enough hosts available. This is a well known issue try to change kvm by qemu in the nova.conf file (/etc/nova/nova.conf) |
2016-10-28 17:59:55 -0600 | received badge | ● Popular Question (source) |