Comment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Wait, add to /etc/rc.d/rc.local : ifdown br-ex ; ifup br-ex ; service network restart ; before reboot
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
It's missing :- ifconfig ip netns exec qdhcp-new-private-net-id ifconfig
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Please, update your post with : 1. `ovs-vsctl show` 2. ip netns exec qdhcp-852f04cb-b478-4b08-ba25-77991a118497 ifconfig 3. ps -ef | grep dnsmasq 4. ls -ld /var/lib/neutron 5. ls -ld /var/log/neutron
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
CLI source keystonerc_demo neutron router-gateway-clear router1 source keystonerc_admin neutron subnet-delete public_subnet neutron net-delete public
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
I'll send that tomorrow. But is it harder to make that port alive instead of creating a new ? Also I see in `ip a` interface `br-int` is DOWN too.
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
It' s standard workaround : Create new private vlan && new router. It usually works.
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
ifconfig https://gist.github.com/anonymous/8649519e1c53502236f9 The router interface is qrouter-168fe615-95ea-4c72-824d-03a1b44921df So I changed the command. with `ip netns exec...
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Thanks I think dhcp worked. VM (cirros) got 30.0.0.12. I started allocation pool from 30.0.0.11. **BUT** I cant ping the instance from public network, neither from qrouter or qdhcp namespace. However...
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
You are supposed create new neutron router, new private network. Create internal interface to private network at router and setup external gateway to public ( under demo login ).
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Next :- 6. neutron router-port-list router1 and post also as next update to your question.
View ArticleComment by dbaxps for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Please, one more report neutron port-show 231aae57-eedf-40c1-9bc4-8b71e8c922f0 | grep status ip netns exec qrouter-526ffe94-8099-4c10-8f32-be4ae28aa4c4 ifconfig
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
In web interface there is no place to provide an IP address for a port. I used `network:router_interface` as owner and it automatically took IP `10.0.0.4` and it is showing Status DOWN though Admin...
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
I am trying to delete public_subnet but getting error [root@localhost network-scripts(keystone_admin)]# neutron subnet-delete public_subnet Conflict (HTTP 409) (Request-ID:...
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
I've executed these commands Please check the additional outputs on https://gist.github.com/anonymous/67d1f967711d90a023bb . Now I see some ARP traffic on tcpdump. But still I cant ping the network on...
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
I have edited the question. also here is the outputs https://gist.github.com/anonymous/07f8ac7b325007937fff
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
`port-show` [root@localhost ~(keystone_admin)]# neutron port-show 231aae57-eedf-40c1-9bc4-8b71e8c922f0 | grep status | status | ACTIVE |
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
NetworkManager is already disabled. I don't see any file named `/etc/sysconfig/network-scripts/ifcfg-br-ex`
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Also Do I need to remove the old router ? And Do I need to assign the ports too manually through web interface ?
View ArticleComment by neel-basu-z for UPDATE as of 11/24/2014 VLAN tag 4095 has special...
Sorry I typed wrong the router interface took 20.0.0.4
View Article