Instace not get ip from external network
when shooting an instance of cirrus, he is not recognizing the ip configured the external network. In the instances of settings appears the ip assigned to it, but ifconfig -to ip is not recognized.
Architecture 1 vm controller eth0> public network 192.168.1.0/24> linuxBridge> Manual eth1> internal network for administration 10.0.0.0/24 eth2> Network publishes dhcp> install packages and others.
2 vm computer eth0> public network 192.168.1.0/24> linuxBridge eth1> internal network for administration 10.0.0.0/24
the plugins settings and etc, followed as stated in the documentation, I am using ubuntu 14, from what I read on the internet there is an option to set up with ovs but did not find any articles explaining even running on ubuntu. If you can help, thank you.
prints http://imgur.com/a/TC1Cs
===================================== quando disparo uma instancia do cirros, ele não esta reconhecendo o ip configurado pela rede externa. Nas configurações da instancias aparece o ip atribuido a ela, mas no comando ifconfig -a o ip não é reconhecido.
Arquitetura 1 vm controller eth0 > rede publica 192.168.1.0/24 > linuxBridge > manual eth1 > rede interna para administração 10.0.0.0/24 eth2 > rede publica dhcp > instalar pacotes e outros.
2 vm computer eth0 > rede publica 192.168.1.0/24 > linuxBridge eth1 > rede interna para administração 10.0.0.0/24
as configurações dos plugins e etc, segui conforme consta na documentação, estou usando ubuntu 14, pelo que li na internet existe uma opção de configurar com ovs mas não encontrei nenhum artigo explicando sobre mesmo rodando no ubuntu. Se puderem ajudar, agradeço.
======================================= log
=== network info === if-info: lo,up,127.0.0.1,8,::1 if-info: eth0,up,,8,fe80::f816:3eff:fe84:e9b0 if-info: eth1,down,,8, === datasource: None None === === cirros: current=0.3.4 uptime=236.90 === route: fscanf === pinging gateway failed, debugging connection ===
###### debug start
/etc/init.d/sshd start
Starting dropbear sshd: OK route: fscanf
ifconfig -a
eth0 Link encap:Ethernet HWaddr FA:16:3E:84:E9:B0
inet6 addr: fe80::f816:3eff:fe84:e9b0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1200 (1.1 KiB) TX bytes:1140 (1.1 KiB)
eth1 Link encap:Ethernet HWaddr FA:16:3E:1A:B9:73
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 ...