New Question

safwene's profile - activity

2016-12-23 09:21:40 +0300 received badge  Famous Question (source)
2016-12-22 19:10:55 +0300 received badge  Notable Question (source)
2016-12-22 17:45:46 +0300 received badge  Popular Question (source)
2016-12-20 19:51:45 +0300 received badge  Notable Question (source)
2016-12-20 18:24:53 +0300 commented question Vms cannot connect to internet

As i know the mitaka release of openstack replaced the "open v-switsh" by linuxbridge-agent so i cannot test my configuration by typing 'ovs-vstcl', How can i contact you ? that i can send you the different configuration file maybe it helps you to understand much better the problem, Thank's

2016-12-20 15:24:08 +0300 commented question Vms cannot connect to internet

But the problem here that there is no internet access in the external network, how can I offer access to this network created by neutron knowing that my access provider is the wlan0?

2016-12-20 15:19:49 +0300 commented question Vms cannot connect to internet

A scenario : I run two instances the first: 10.0.0.2 and the second 10.0.0.3 With a floating ip 192.168.1.2. I can ping between the two instances and also ping the interface of the router's external network (192.168.1.1)

2016-12-20 15:15:38 +0300 commented question Vms cannot connect to internet

Concerning the configuration of neutron: I created two networks first: 10.0.0.0/24 my internal network for instances. 192.168.1.0/24 my second network, I designate it as external network. Then I created a virtual router between the two networks with two interfaces, the first 10.0.0.1, 192.168.1.1

2016-12-20 15:14:43 +0300 commented question Vms cannot connect to internet

Independently of the configuration neutron, all my nodes are connected to the internet through my wifi card passing through the gateway (192.168.1.1) which is my physical router.

2016-12-20 14:58:18 +0300 received badge  Popular Question (source)
2016-12-19 18:37:36 +0300 asked a question Vms cannot connect to internet

I'm using openstack mitaka, I have the controller and the networking (neutron) on the same host and this host is connected to internet via my wifi card (Wlan0), My internal networking is 192.168.1.0/24 and my default gateway is the "192.168.1.1", I have created an internal subnet for the instances (10.0.0.0/24), The instances can ping each other but how can i do to make them connecting to internet ?

2016-12-19 18:27:38 +0300 asked a question Cannot launch instance on hyper-v compute node

Hello, I'm trying to run a VM into hyper-v from the dashboard of openstack-mitaka, But it failed and i'm getting "PortBindingFailed: Binding failed for port , please check neutron logs for more information" - but Neutron log can't tell much about what the problem is. Thank's,