[Rdo-list] RDO + floating IPs

Tomas Sedovic tsedovic at redhat.com
Wed May 27 10:13:04 UTC 2015


On 05/26/2015 04:27 PM, Jon Jozwiak wrote:
>>
>> ----- Original Message -----
>> From: "Tomas Sedovic" <tsedovic at redhat.com>
>> To: rdo-list at redhat.com
>> Sent: Tuesday, May 26, 2015 8:54:36 AM
>> Subject: [Rdo-list] RDO + floating IPs
<snip>
>> For the subnet I need the CIDR, gateway and the floating IP range. I'm
>> not sure if I'm getting these right:
>>
>> * CIDR: `ip addr`, find my network interface (enp0s25), get it's inet
>> value: 10.40.128.44/20
>> * Gateway: `ip route | grep default`  -> default via 10.40.143.254 dev
>> enp0s25
>> * And these 5 IP addresses are assigned to me: 10.40.128.80-10.40.128.84
>>
>> neutron subnet-create mynetwork 10.40.128.44/20 --name mysubnet
> --enable_dhcp=False --allocation_pool
> start=10.40.128.80,end=10.40.128.84 --gateway 10.40.143.254
>
> I'm not certain if this is the root cause or not, but I believe the subnet should be created as 10.40.128.0/20 rather than 10.40.128.44/20.

Thanks. It didn't seem to have any effect but I'll keep using it in the 
future.

>
>
>
<snip>




More information about the dev mailing list