Quantum setup broken after reboot
Hey guys,
I'm working on an OpenStack setup and followed the basic 3 node installation example on Ubuntu 12.04 using the from http://ubuntu-cloud.archive.canonical.com/ubuntu (http://ubuntu-cloud.archive.canonical...) precise-updates/folsom repository. I set up network with the recommended quantum-networking.sh. So far everything worked at first. Today I found that the external router-ip wasn't reachable anymore. So I rebootet the networking node and it became worse than before. So here is my status after reboot:
root@network:~# ip a 1: lo: <loopback,up,lower_up> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:50:56:9d:b1:67 brd ff:ff:ff:ff:ff:ff inet 192.168.0.232/24 brd 192.168.0.255 scope global eth0 inet6 fe80::250:56ff:fe9d:b167/64 scope link valid_lft forever preferred_lft forever 3: eth1: <broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:50:56:9d:e6:75 brd ff:ff:ff:ff:ff:ff inet 10.10.10.232/24 brd 10.10.10.255 scope global eth1 inet6 fe80::250:56ff:fe9d:e675/64 scope link valid_lft forever preferred_lft forever 4: eth2: <broadcast,multicast,promisc,up,lower_up> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:50:56:9d:8c:95 brd ff:ff:ff:ff:ff:ff inet6 fe80::250:56ff:fe9d:8c95/64 scope link valid_lft forever preferred_lft forever 6: br-int: <broadcast,multicast> mtu 1500 qdisc noop state DOWN link/ether aa:7a:ae:66:32:46 brd ff:ff:ff:ff:ff:ff 7: br-ex: <broadcast,multicast> mtu 1500 qdisc noop state DOWN link/ether 00:50:56:9d:8c:95 brd ff:ff:ff:ff:ff:ff 8: tap66178edc-18: <broadcast,multicast> mtu 1500 qdisc noop state DOWN link/ether c2:18:3b:96:24:f8 brd ff:ff:ff:ff:ff:ff inet 10.5.5.2/24 brd 10.5.5.255 scope global tap66178edc-18 9: qr-27a2e49b-d0: <broadcast,multicast> mtu 1500 qdisc noop state DOWN link/ether 8a:a3:c3:cc:71:8a brd ff:ff:ff:ff:ff:ff inet 10.5.5.1/24 brd 10.5.5.255 scope global qr-27a2e49b-d0 10: qg-9ba11a5d-c3: <broadcast,multicast> mtu 1500 qdisc noop state DOWN link/ether c6:d5:37:3a:e0:97 brd ff:ff:ff:ff:ff:ff inet 80.237.213.208/26 brd 80.237.213.255 scope global qg-9ba11a5d-c3 11: br-tun: <broadcast,multicast> mtu 1500 qdisc noop state DOWN link/ether 4e:68:12:ca:e8:42 brd ff:ff:ff:ff:ff:ff
What I miss in the ip configuration is the external ip 80.237.213.232 on br-ex that had been there before reboot ...