<div dir="ltr"><span style="font-size:14.4444446563721px">Hello all,</span><div style="font-size:14.4444446563721px"><br></div><div style="font-size:14.4444446563721px">I'm testing Openstack at home, I already success create instance with private IP adddress and floating IP address, but I have question how to let external user access to instance, and intance access to internet, the following description is my network settings:</div><div style="font-size:14.4444446563721px"><br></div><div style="font-size:14.4444446563721px">1. My home network is <a href="http://172.28.0.0/16" target="_blank">172.28.0.0/16</a> and router gateway is 172.28.0.254</div><div style="font-size:14.4444446563721px">2. Private network for instance is <a href="http://10.0.47.0/24" target="_blank">10.0.47.0/24</a></div><div style="font-size:14.4444446563721px">3. Bridge interface named br100 with eth0 is 172.28.0.1</div><div style="font-size:14.4444446563721px"><br></div><div style="font-size:14.4444446563721px">1. My concept is add static route (destination <a href="http://10.0.47.0/24" target="_blank">10.0.47.0/24</a> via 172.28.0.1 Bridge interface IP) and port forward in router, let user can reach instance.</div><div style="font-size:14.4444446563721px"><br></div><div style="font-size:14.4444446563721px">2. Because instance private IP address assigned by dnsmasq, so I think use the following nova-network command can access to internet:</div><div style="font-size:14.4444446563721px"><br></div><div style="font-size:14.4444446563721px">nova-manage network create private --fixed_range_v4=<a href="http://10.0.47.0/24" target="_blank">10.0.47.0/24</a> --num_networks=1 --bridge=br100 --bridge_interface=eth0 --network_size=255<br></div><div style="font-size:14.4444446563721px"><br></div><div style="font-size:14.4444446563721px">Please give me idea, thanks.</div></div>