<div dir="ltr">Hi,<div><br></div><div>I have installed Devstack Juno on my ubuntu 14.04 VM. </div><div>I have only one NIC its in bridged mode. Its IP is 172.28.217.11.</div><div>I want to use same subnet IP's as my floating IP's so that I can access Devstack VM's from outside network, like my host machine.</div><div><br></div><div>When I installed Devstack Juno it has pre-allocated with <a href="http://172.24.4.0/24">172.24.4.0/24</a> subnet, I can create VM's and can assign <a href="http://172.24.4.0/24">172.24.4.0/24</a> floating IPs and can ping all these VM's from the host.</div><div><br></div><div>Afte adding </div><div><br></div><div><b>sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE</b></div><div><b><br></b></div><div>I can access outside network from VM's, but I can't access VM's from outside network as they are NATtted. I tried giving <a href="http://172.28.217.0/24">172.28.217.0/24</a> as my floating IP's but still VM's are not pingable</div><div><br></div><div>Can any one please share the localrc and help me to use my subnet <a href="http://172.28.217.0/24">172.28.217.0/24</a> as my floating IP's so that I have outside connectivity.</div><div><br></div><div><br></div><div>Thanks,</div><div>Shiva</div></div>