Comment by neel-basu-z for Could you make sure you associated both of the...
I am not experienced with openstack or neutron. and I cant understand your questions. Do you mean this 172.24.4.x is **correct** ? > Could you make sure you associated both of the network to your...
View ArticleComment by neel-basu-z for Could you make sure you associated both of the...
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 Charles Benon for Could you make sure you associated both of the...
neutron router-interface-add router1 private_subnet neutron router-gateway-set drouter1 public_subnet-1 After, that, from Horizon, associate a floating IP to the VM interface
View ArticleComment by Charles Benon for Could you make sure you associated both of the...
You need to create the tenant network first (you will need to clean public_subnet later): neutron net-create demo-net (the name can be changed) --disable-dhcp is going to avoid Neutron to act as a DHCP...
View ArticleComment by neel-basu-z for Could you make sure you associated both of the...
Error `Unable to find network with name 'ext-net`. Also May I know why you disable dhcp ? N.B. I don't have a physical dhcp in 172.16.2[0-1].x network
View ArticleAnswer by Charles Benon for My external IP address is 172.16.21.11 with CIDR...
Could you make sure you associated both of the network to your router (one for the internal, the other for the external defined as gateway)? For example:...
View ArticleComment by neel-basu-z for RDO link providing an answer...
I've recreated network, router and subnets. 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...
View ArticleAnswer by samfrid for My external IP address is 172.16.21.11 with CIDR /23...
RDO link providing an answer https://openstack.redhat.com/Neutron_with_existing_external_network NOTE: It is important to do the network restart before setting up the router gateway below, because a...
View Articleneutron public subnet wrong IP
My external IP address is 172.16.21.11 with CIDR /23 with gateway 172.16.20.1. This is my actual network configuration as in ifcfg-em1. I've installed Openstack with RDO on Fedora 20. After...
View Article